Open
Description
... 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:
- Run the official AppImage
- Click on the three-dots menu (meatball menu)
- Enable "Start automatically"
- Open
~/.config/autostart/Notes.desktop
with a text editor - 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. 🤷