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

GH-4966 Refactor the desktop entry #4971

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mrmeszaros
Copy link

Changed the desktop file icon lookup, to enable app icon theming. The Icon line uses the icon name instead of the full path. For this to work, the icon is moved to a directory specified by the standard (/usr/share/icons/hicolor/scalable/apps/). As the standard highly suggests, a 48x48 png icon is also added (rendered from the svg with inkscape).

Added the StartupWMClass directive, so that window managers can associate the created windows with the desktop icon.

Changed the rpm spec file to reflect the aforementioned changes.

Fixes #4966

Changed the desktop file icon lookup, to enable app icon theming.
The Icon line uses the icon name instead of the full path.
For this to work, the icon is moved to a directory specified by the
standard (`/usr/share/icons/hicolor/scalable/apps/`).
As the standard highly suggests, a 48x48 png icon is also added
(rendered from the svg with inkscape).

Added the `StartupWMClass` directive, so that window managers can
associate the created windows with the desktop icon.

Changed the rpm spec file to reflect the aforementioned changes.

Fixes MultiMC#4966
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor the desktop entry
1 participant