diff --git a/debian/changelog b/debian/changelog index 929204b..e13b743 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ lubuntu-default-settings (0.41) UNRELEASED; urgency=medium * src/usr/share/applications/*.desktop - 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. -- Julien Lavergne Tue, 09 Sep 2014 14:53:44 +0200 diff --git a/src/usr/share/lxpanel/profile/Lubuntu-Nexus7/panels/bottom b/src/usr/share/lxpanel/profile/Lubuntu-Nexus7/panels/bottom index 863ad84..a838b25 100644 --- a/src/usr/share/lxpanel/profile/Lubuntu-Nexus7/panels/bottom +++ b/src/usr/share/lxpanel/profile/Lubuntu-Nexus7/panels/bottom @@ -73,7 +73,7 @@ Plugin { type = launchbar Config { Button { - id=lubuntu-logout.desktop + id=/usr/share/applications/lubuntu-logout.desktop } } } diff --git a/src/usr/share/lxpanel/profile/Lubuntu/panels/panel b/src/usr/share/lxpanel/profile/Lubuntu/panels/panel index f10b78f..908ee71 100644 --- a/src/usr/share/lxpanel/profile/Lubuntu/panels/panel +++ b/src/usr/share/lxpanel/profile/Lubuntu/panels/panel @@ -148,7 +148,7 @@ Plugin { type = launchbar Config { Button { - id=lubuntu-logout.desktop + id=/usr/share/applications/lubuntu-logout.desktop } } }