-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
On a clean ubuntu server install, after installing the flatpak, I get the following error:
[2025-12-01T03:10:49Z INFO stremio_service] Using service configuration: Config {
home_dir: "/home/tiagogoddard",
lockfile: "/home/tiagogoddard/.var/app/com.stremio.Service/cache/lock",
server: Config {
server: "/app/share/stremio-service/server.js",
node: "/app/share/stremio-service/stremio-runtime",
ffmpeg: "/app/share/stremio-service/ffmpeg",
ffprobe: "/app/share/stremio-service/ffprobe",
},
updater_endpoint: Url {
scheme: "https",
cannot_be_a_base: false,
username: "",
password: None,
host: Some(
Domain(
"www.stremio.net",
),
),
port: None,
path: "/updater/check",
query: Some(
"product=stremio-service",
),
fragment: None,
},
skip_update: false,
force_update: false,
}
[2025-12-01T03:10:49Z ERROR stremio_service::app] Failed to copy desktop file to autostart location: No such file or directory (os error 2)
I tracked this to the autostart configuration, I tried to manually create the files/directories used on
Line 177 in 6e47a77
| async fn make_it_autostart(home_dir: impl AsRef<Path>) { |
Metadata
Metadata
Assignees
Labels
No labels