Skip to content

Autostart feature doesn't work with the official AppImage #565

Open
@guihkx

Description

@guihkx

... Because the generated desktop file has the wrong path for the Exec key (it uses a temporary path where the AppImage is mounted, instead of the real path to the AppImage):

~/.config/autostart/Notes.desktop:

[Desktop Entry]
Exec=/tmp/.mount_Notes_dbWHJQ/usr/bin/notes --autostart
Type=Application

Steps to reproduce:

  1. Run the official AppImage
  2. Click on the three-dots menu (meatball menu)
  3. Enable "Start automatically"
  4. Open ~/.config/autostart/Notes.desktop with a text editor
  5. Notice the broken Exec key

But even we fixed this problem, in my opinion this feature does not make much sense with AppImages, considering that they're portable and can be moved around by the user. 🤷

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions