this post was submitted on 12 Apr 2026
16 points (100.0% liked)
Linux Questions
3904 readers
1 users here now
Linux questions Rules (in addition of the Lemmy.zip rules)
- stay on topic
- be nice (no name calling)
- do not post long blocks of text such as logs
- do not delete your posts
- only post questions (no information posts)
Tips for giving and receiving help
- be as clear and specific
- say thank you if a solution works
- verify your solutions before posting them as facts.
Any rule violations will result in disciplinary actions
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It seems to depend on the package. Don't know enough of Flatpak to determine if there is some sort of system-wide setting to manage this.
export/share/applicationswithin each flatpak application dir, plus a copy (not a link) in/usr/share/applications, all formatted with the package name (eg.: "org.gnome.gnucash" or something). The native menu entry is hidden by the flatpak one, despite the native still existing in/usr/share/applications, so eg.: listing the entries in the menu or searching by name always shows one entry, and it's always the Flatpak one./usr/share/applications. Reinstalling the native application makes the file reappear, but not the desktop entry (which I guess gets subsumed into the case above)./usr/share/applications. However, these entries seem to not conflict, as the menu always shows two entries when searching for the application.