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
16 lines
556 B
Text
16 lines
556 B
Text
[Desktop Entry]
|
|
Version=1.0
|
|
Type=Application
|
|
_Name=GNU Image Manipulation Program
|
|
_GenericName=Image Editor
|
|
_Comment=Create images and edit photographs
|
|
# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
|
|
_Keywords=GIMP;graphic;design;illustration;painting;
|
|
Exec=@GIMP_COMMAND@ %U
|
|
TryExec=gimp-@GIMP_APP_VERSION@
|
|
Icon=gimp
|
|
Terminal=false
|
|
Categories=Graphics;2DGraphics;RasterGraphics;GTK;
|
|
StartupNotify=true
|
|
MimeType=@MIME_TYPES@
|
|
StartupWMClass=gimp-@GIMP_APP_VERSION@
|