Skip to content

3.2.4

Choose a tag to compare

@github-actions github-actions released this 25 Aug 07:01
· 20 commits to main since this release
Stop the app from deleting menu entries it did not write

It swept the whole applications directory for any entry whose command
named a Parallax AppImage that was no longer there, and removed it.
That was a wider reach than the job needed. Deciding that somebody
else's menu entry is rubbish is not the app's business, and a mistake
there is invisible until the day the entry is missing.

It also could not do the job it was written for. There is exactly one
entry, rewritten on every launch, so it cannot go stale while the app
still runs — and once the file is deleted the app never runs again.
That case belongs to the uninstall instructions on the site, which
name the two files to remove.

The whole function is gone. The comment above installDesktopEntry says
why, so it does not come back.