AvaDM v1.1.2
Fixes login autostart and the Linux applications-menu shortcut for AppImage builds.
Fixed
- The autostart entry and the Linux applications-menu shortcut pointed into a temporary AppImage
mount. Both were written fromEnvironment.ProcessPath, which for an AppImage is a path inside
the/tmp/.mount_*FUSE mount that exists only while that process runs. After a reboot the
desktop reportedCould not find the program '/tmp/.mount_.../usr/bin/AvaDM.UI', the shortcut
did nothing, and AvaDM did not start at login. Both entries now point at the real.AppImage
file (the sameAPPIMAGEresolution the updater already used), and the menu shortcut's icon is
installed to~/.local/share/icons/hicolor/256x256/apps/avadm.pnginstead of being referenced
inside that same temporary mount. - Existing broken entries repair themselves. At startup AvaDM rewrites an autostart entry or
menu shortcut that no longer matches where it actually lives — which also covers a portable build
that was moved or an AppImage that was replaced at a new path. Entries the user turned off stay
off.
Full changelog: v1.1.1...v1.1.2