Faugus
1
Hey guys!
I’m trying to build a Flatpak and I’m facing some issues.
My app uses 2 .desktop files.
The first one works fine:
- 'install -D faugus-launcher.desktop /app/share/applications/org.faugus.faugus-launcher.desktop'
How do I install the second one? I tried this way but it doesn’t show up in the context menu.
- 'install -D faugus-shortcut.desktop /app/share/applications/org.faugus.faugus-shortcut.desktop'
Thanks in advance.
bbhtt
2
Dash won’t work. Name the ID org.faugus.faugus_launcher
Flatpak will export the following desktop filename patterns: $FLATPAK_ID.desktop
, $FLATPAK_ID.foo.desktop
, $FLATPAK_ID-foo.desktop
.
So the second one will be org.faugus.faugus_launcher.shortcut.desktop
1 Like
Faugus
3
Thank you so much @bbhtt!
hub
Closed
4
This topic was automatically closed after 4 days. New replies are no longer allowed.