Skip to content

AvaDM v1.1.2

Choose a tag to compare

@github-actions github-actions released this 21 Aug 17:17
· 15 commits to master since this release

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 from Environment.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 reported Could 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 same APPIMAGE resolution the updater already used), and the menu shortcut's icon is
    installed to ~/.local/share/icons/hicolor/256x256/apps/avadm.png instead 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