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
870 B
Text
20 lines
No EOL
870 B
Text
[Desktop Entry]
|
|
Name=Power
|
|
Comment=View your battery status and change power saving settings
|
|
Exec=gnome-control-center power
|
|
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
|
Icon=gnome-power-manager
|
|
Terminal=false
|
|
Type=Application
|
|
NoDisplay=true
|
|
StartupNotify=true
|
|
Categories=GNOME;GTK;Settings;DesktopSettings;X-GNOME-Settings-Panel;HardwareSettings;
|
|
OnlyShowIn=GNOME;Unity;
|
|
X-GNOME-Bugzilla-Bugzilla=GNOME
|
|
X-GNOME-Bugzilla-Product=gnome-control-center
|
|
X-GNOME-Bugzilla-Component=power
|
|
X-GNOME-Bugzilla-Version=@VERSION@
|
|
# Translators: Search terms to find the Power panel. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
|
|
Keywords=Power;Sleep;Suspend;Hibernate;Battery;Brightness;Dim;Blank;Monitor;DPMS;Idle;
|
|
# Notifications are emitted by gnome-settings-daemon
|
|
X-GNOME-UsesNotifications=true |