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>
16 lines
No EOL
665 B
Text
16 lines
No EOL
665 B
Text
[Desktop Entry]
|
|
Name=Date & Time
|
|
Comment=Change the date and time, including time zone
|
|
Exec=gnome-control-center datetime
|
|
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
|
Icon=preferences-system-time
|
|
Terminal=false
|
|
Type=Application
|
|
NoDisplay=true
|
|
StartupNotify=true
|
|
Categories=GNOME;GTK;Settings;X-GNOME-Settings-Panel;X-GNOME-DetailsSettings;
|
|
OnlyShowIn=GNOME;
|
|
# Translators: Search terms to find the Date and Time panel. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
|
|
Keywords=Clock;Timezone;Location;
|
|
# Notifications are emitted by gnome-settings-daemon
|
|
X-GNOME-UsesNotifications=true |