gimp/desktop/gimp.desktop.in.in
Jehan aede2709b0 Issue #14233: incorrect StartupWMClass in gimp.desktop.
The WM_CLASS X property is apparently set to windows throughout the
program by the g_set_prgname() call which we changed in commit
95e32ebb34 from being the executable name (being the fully qualified
program name with the version) to the desktop name.
2025-06-12 02:31:36 +02:00

21 lines
771 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.
# 1. Do NOT translate or localize the semicolons!
# 2. The list MUST also end with a semicolon!
# 3. Keep "GIMP" in the list as-is so that people can search with the
# original acronym too, though you may add translated version of the
# name when relevant (it's OK if a localization has more keywords).
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_DESKTOP_NAME@