mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 01:13:24 +00:00

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.
21 lines
771 B
Text
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@
|