-
Notifications
You must be signed in to change notification settings - Fork 242
Build: Include jamulus-server.desktop in Debian/Ubuntu builds and fix Linux SVG icon installation location #2460
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,6 @@ | ||
| usr/bin/jamulus | ||
| usr/share/applications/jamulus.desktop | ||
| usr/share/applications/jamulus-server.desktop | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unfortunately it doesn't show the server icon for me. Probably the icon is not set correctly?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There's no .png in the tree, I'll check whether the .svgs can be used. Edit: /usr/share/pixmaps seems to work. https://specifications.freedesktop.org/icon-theme-spec/latest/ar01s07.html
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah yes. .svg's would be even better.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The .svgs were already installed by the |
||
| usr/share/icons/hicolor/512x512/apps/jamulus.png | ||
| usr/share/icons/hicolor/scalable/apps/jamulus.svg | ||
| usr/share/icons/hicolor/scalable/apps/jamulus-server.svg | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've no idea why we are checking
ICONSDIR(and others) for emptiness. Those variables do not seem magical (i.e. they are not pre-set by qmake, as far as I can see). Therefore the intention was probably to make them overridable. Anyway, I'm following this path and I'm using the same pattern (probably same reasoning what @atsampson did in 69e3286 when first adding it forICONSDIR).Fear of breakage is what prevents me from removing that. :)