From 4981f527556afc48e87f1b4900b2edc1da820e02 Mon Sep 17 00:00:00 2001 From: Julien Lavergne Date: Wed, 10 Sep 2014 20:30:02 +0200 Subject: [PATCH] * src/usr/share/lxpanel/profile: - Fix lubuntu-logout shortcut to be compatible also with lxpanel 0.7.0. --- debian/changelog | 2 ++ src/usr/share/lxpanel/profile/Lubuntu-Nexus7/panels/bottom | 2 +- src/usr/share/lxpanel/profile/Lubuntu/panels/panel | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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 } } }