diff --git a/debian/changelog b/debian/changelog index e13b743..8c28207 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ lubuntu-default-settings (0.41) UNRELEASED; urgency=medium - Fix desktop files to make them Freedesktop compatible. * src/usr/share/lxpanel/profile: - Fix lubuntu-logout shortcut to be compatible also with lxpanel 0.7.0. + - Add xfce-power-manager plugin. -- Julien Lavergne Tue, 09 Sep 2014 14:53:44 +0200 diff --git a/src/usr/share/lxpanel/profile/Lubuntu-Nexus7/panels/top b/src/usr/share/lxpanel/profile/Lubuntu-Nexus7/panels/top index f07e47c..c05851e 100644 --- a/src/usr/share/lxpanel/profile/Lubuntu-Nexus7/panels/top +++ b/src/usr/share/lxpanel/profile/Lubuntu-Nexus7/panels/top @@ -32,6 +32,10 @@ Plugin { type = volumealsa } +Plugin{ + type= lxde_power_manager +} + Plugin { type = tray } diff --git a/src/usr/share/lxpanel/profile/Lubuntu/panels/panel b/src/usr/share/lxpanel/profile/Lubuntu/panels/panel index 908ee71..0bf63f3 100644 --- a/src/usr/share/lxpanel/profile/Lubuntu/panels/panel +++ b/src/usr/share/lxpanel/profile/Lubuntu/panels/panel @@ -119,6 +119,10 @@ Plugin { } } +Plugin{ + type= lxde_power_manager +} + Plugin { type = tray }