Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

desktop file shipped with package is incomplete #302

Open
anarcat opened this issue Dec 20, 2023 · 0 comments
Open

desktop file shipped with package is incomplete #302

anarcat opened this issue Dec 20, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@anarcat
Copy link
Contributor

anarcat commented Dec 20, 2023

This is the desktop file shipped in the 0.8.2 release:

$ tar -x -O -f  Supersonic-0.8.2-linux-x64.tar.xz usr/loc
al/share/applications/Supersonic.desktop;  echo
[Desktop Entry]
Type=Application
Name=Supersonic
Exec=supersonic 
Icon=Supersonic
Keywords=fyne;

while it ... works, it's a far cry from the much more complete, manually built .desktop file available in the source tree:

https://github.com/dweymouth/supersonic/blob/main/res/supersonic-desktop.desktop

the build process should end up generating a file like that instead.

this particularly affects the flatpak package, which (used to) rely on the shipped desktop file (flathub/io.github.dweymouth.supersonic#47). in the beta, it switched to installing the other file manually (flathub/io.github.dweymouth.supersonic#50), but it would be nice to harmonize that across packages and distribution mechanisms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants