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

Commits on Nov 8, 2022

  1. MultiMCGH-4966 Refactor the desktop entry

    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
    mrmeszaros committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    38c9f0b View commit details
    Browse the repository at this point in the history