mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
desktop: fix duplication of the app icon in a dock like Plank
Without this entry, when starting GIMP as a flatpak application on elementaryOS, the Dock icon would get duplicated, as if the application was detached from its launcher. This entry fixes that by allowing the dock to associate the app's window with the desktop entry. More information on the type of problem this caused can be found here: https://github.com/elementary/dock/issues/119
This commit is contained in:
parent
7e3cab1475
commit
1c2d1003e5
1 changed files with 1 additions and 0 deletions
|
@ -13,3 +13,4 @@ Terminal=false
|
|||
Categories=Graphics;2DGraphics;RasterGraphics;GTK;
|
||||
StartupNotify=true
|
||||
MimeType=@MIME_TYPES@
|
||||
StartupWMClass=gimp-@GIMP_APP_VERSION@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue