From 758e4746525465c15c1cc7cfec2ba7c38b182d90 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Fri, 20 Jul 2018 01:29:03 -0500 Subject: [PATCH] Remove /usr/share/applications; these files are native in LXQt. --- debian/changelog | 6 ++++++ src/usr/share/applications/lubuntu-logout.desktop.in | 7 ------- src/usr/share/applications/lubuntu-screenlock.desktop.in | 7 ------- 3 files changed, 6 insertions(+), 14 deletions(-) delete mode 100644 src/usr/share/applications/lubuntu-logout.desktop.in delete mode 100644 src/usr/share/applications/lubuntu-screenlock.desktop.in diff --git a/debian/changelog b/debian/changelog index 2ab1865..039a8ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lubuntu-default-settings (1.4) UNRELEASED; urgency=medium + + * Remove /usr/share/applications; these files are native in LXQt. + + -- Simon Quigley Fri, 20 Jul 2018 01:28:38 -0500 + lubuntu-default-settings (1.3) cosmic; urgency=medium * In the panel.conf file, turn on autoclearing of the search message; this diff --git a/src/usr/share/applications/lubuntu-logout.desktop.in b/src/usr/share/applications/lubuntu-logout.desktop.in deleted file mode 100644 index aa422cb..0000000 --- a/src/usr/share/applications/lubuntu-logout.desktop.in +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -_Name=Shutdown -_Comment=Shutdown or Reboot -Icon=system-shutdown-panel -Exec=lxsession-default quit -Type=Application -NoDisplay=true diff --git a/src/usr/share/applications/lubuntu-screenlock.desktop.in b/src/usr/share/applications/lubuntu-screenlock.desktop.in deleted file mode 100644 index b85c1f1..0000000 --- a/src/usr/share/applications/lubuntu-screenlock.desktop.in +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -_Name=ScreenLock -_Comment=Lock your screen -Icon=system-lock-screen -Exec=lxlock -NoDisplay=true -Type=Application