gnome-settings-daemon emits notifications related to these four control panels. If we add X-GNOME-UsesNotifications to their desktop files, the user will be able to control the notifications. https://wiki.gnome.org/Initiatives/GnomeGoals/NotificationSource Signed-off-by: Philip Withnall <withnall@endlessm.com>
20 lines
No EOL
860 B
Text
20 lines
No EOL
860 B
Text
[Desktop Entry]
|
|
Name=Color
|
|
Comment=Calibrate the color of your devices, such as displays, cameras or printers
|
|
Exec=gnome-control-center color
|
|
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
|
Icon=preferences-color
|
|
Terminal=false
|
|
Type=Application
|
|
NoDisplay=true
|
|
StartupNotify=true
|
|
Categories=GNOME;GTK;Settings;X-GNOME-Settings-Panel;HardwareSettings;X-GNOME-DevicesSettings;
|
|
OnlyShowIn=GNOME;Unity;
|
|
X-GNOME-Bugzilla-Bugzilla=GNOME
|
|
X-GNOME-Bugzilla-Product=gnome-control-center
|
|
X-GNOME-Bugzilla-Component=color
|
|
X-GNOME-Bugzilla-Version=@VERSION@
|
|
# Translators: Search terms to find the Color panel. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
|
|
Keywords=Color;ICC;Profile;Calibrate;Printer;Display;
|
|
# Notifications are emitted by gnome-settings-daemon
|
|
X-GNOME-UsesNotifications=true |