-
Notifications
You must be signed in to change notification settings - Fork 1
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
bug(gui): app icon not showing on Linux #93
Comments
@inventor02 @tgodfrey0 Does the app icon appear for you guys? Don't know what distro you're on, but I imagine it would be a general Linux issue. |
We dug a little deeper and found some more context as to why this happens: On Linux for most desktop environments it is usually the DE itself that controls the icon of the application (so that, for example, users can theme application icons to fit in with the look of their OS). This usually (on GNOME at least) manifests itself in the form of a We
Putting this in Usually this would be done by the install step of the build process or the package manager, but in development this would never happen as we run the files directly. Basically it is not really a "bug" per se and is more a by-product of the way the desktop environment handles icons - not sure if there's a way to force this but in a production install the .desktop file would usually be created by the installer so this would not be so much of a problem. There must be a way somewhere to force an icon but as control of the icons is abstracted away from us (handled by JUCE) I'm not sure how/if we can in this context. |
Awesome work, thanks for figuring that out. I guess if we want to be fancy and make a proper installer/package for the next "production" (ha ha) release we could, but that's way down the list of priorities. Seems to be pretty easy to do and has been discussed on the JUCE forums. I'll leave this open for now in case we want to come back to it when we prepare the next release. |
Description
The app icon is not visible in the dock on Ubuntu (and possibly other Linux distributions?).
Steps To Reproduce
Environment
Expected Behaviour
The app icon is visible.
Additional Notes
The text was updated successfully, but these errors were encountered: