This is an automated email from the git hooks/post-receive script. eric pushed a commit to branch master in repository xfce/xfce4-power-manager.
commit a56f5b941a50b6938158f2ff34529782073554e0 Author: Julien Lavergne <[email protected]> Date: Sat May 24 20:57:01 2014 +0300 Show the settings menu outside of XFCE Hide settings menu only on desktop environment which have another power manager, to make it appear on LXDE menu. Signed-off-by: Eric Koegel <[email protected]> --- settings/xfce4-power-manager-settings.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/xfce4-power-manager-settings.desktop.in b/settings/xfce4-power-manager-settings.desktop.in index e42f581..63acf91 100644 --- a/settings/xfce4-power-manager-settings.desktop.in +++ b/settings/xfce4-power-manager-settings.desktop.in @@ -8,7 +8,7 @@ Icon=xfpm-ac-adapter Terminal=false Type=Application Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-HardwareSettings; -OnlyShowIn=XFCE; +NotShowIn=GNOME;KDE;Unity; StartupNotify=true X-XfcePluggable=true X-XfceHelpComponent=xfce4-power-manager -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
