Skip to content

Error Ubuntu Server Install #102

@TiagoGoddard

Description

@TiagoGoddard

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

async fn make_it_autostart(home_dir: impl AsRef<Path>) {
to no success.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions