From 6ce1c3fe79792179476e39338636b8ecdba5f8b9 Mon Sep 17 00:00:00 2001 From: Julien Lavergne Date: Wed, 10 Sep 2014 20:25:02 +0200 Subject: [PATCH] * src/usr/share/applications/*.desktop - Fix desktop files to make them Freedesktop compatible. --- debian/changelog | 7 +++++++ src/usr/share/applications/lubuntu-logout.desktop | 1 + src/usr/share/applications/lubuntu-nexus7-identica.desktop | 5 +++-- src/usr/share/applications/lubuntu-nexus7-rotate.desktop | 3 ++- src/usr/share/applications/lubuntu-screenlock.desktop | 1 + 5 files changed, 14 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 250adb9..929204b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lubuntu-default-settings (0.41) UNRELEASED; urgency=medium + + * src/usr/share/applications/*.desktop + - Fix desktop files to make them Freedesktop compatible. + + -- Julien Lavergne Tue, 09 Sep 2014 14:53:44 +0200 + lubuntu-default-settings (0.40) utopic; urgency=medium [ Julien Lavergne ] diff --git a/src/usr/share/applications/lubuntu-logout.desktop b/src/usr/share/applications/lubuntu-logout.desktop index 6e43f6f..29fc6b6 100644 --- a/src/usr/share/applications/lubuntu-logout.desktop +++ b/src/usr/share/applications/lubuntu-logout.desktop @@ -4,4 +4,5 @@ Name[zh_TW]=關機 Comment=Shutdown or Reboot Icon=system-shutdown-panel Exec=lxsession-default quit +Type=Application NoDisplay=true diff --git a/src/usr/share/applications/lubuntu-nexus7-identica.desktop b/src/usr/share/applications/lubuntu-nexus7-identica.desktop index 64f0369..fd29ec7 100644 --- a/src/usr/share/applications/lubuntu-nexus7-identica.desktop +++ b/src/usr/share/applications/lubuntu-nexus7-identica.desktop @@ -1,7 +1,8 @@ [Desktop Entry] Name=identi.ca -Comment=identi.ca +Comment=Launching identi.ca Icon=internet-web-browser Exec=chromium-browser --app=https://identi.ca/ +Type=Application Categories=Network; -OnlyShowIn=LXDE +OnlyShowIn=LXDE; diff --git a/src/usr/share/applications/lubuntu-nexus7-rotate.desktop b/src/usr/share/applications/lubuntu-nexus7-rotate.desktop index 010f892..70b2621 100644 --- a/src/usr/share/applications/lubuntu-nexus7-rotate.desktop +++ b/src/usr/share/applications/lubuntu-nexus7-rotate.desktop @@ -1,5 +1,6 @@ [Desktop Entry] Name=Rotate your screen -Comment=Rotate your screen +Comment=Rotate your screen using xrotate Icon=object-rotate-left Exec=xrotate +Type=Application diff --git a/src/usr/share/applications/lubuntu-screenlock.desktop b/src/usr/share/applications/lubuntu-screenlock.desktop index a693bc3..5872d97 100644 --- a/src/usr/share/applications/lubuntu-screenlock.desktop +++ b/src/usr/share/applications/lubuntu-screenlock.desktop @@ -5,3 +5,4 @@ Comment=Lock your screen Icon=system-lock-screen Exec=lxlock NoDisplay=true +Type=Application