You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.