From 57756891d1348cd8beb61f3f075f83396c607b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20P=20M=C3=B6ller?= Date: Wed, 21 Aug 2019 20:55:35 -0700 Subject: [PATCH] Added lximage-qt-screenshot.desktop with NoDisplay=true so it does not appear because we changed screenshot program to screengrab Summary: Closes T84 Test Plan: see if lximage-qt screenshot icon does no longer appear Reviewers: wxl, tsimonq2 Reviewed By: wxl Subscribers: The_LoudSpeaker Maniphest Tasks: T84 Differential Revision: https://phab.lubuntu.me/D36 --- debian/changelog | 7 +++++++ .../Lubuntu/applications/lximage-qt-screenshot.desktop | 10 ++++++++++ 2 files changed, 17 insertions(+) create mode 100755 src/usr/share/Lubuntu/applications/lximage-qt-screenshot.desktop diff --git a/debian/changelog b/debian/changelog index 9236e18..a161ac2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lubuntu-default-settings (19.10.4) eoan; urgency=medium + + * Added lximage-qt-screenshot.desktop with NoDisplay=true so it does not + appear because we changed screenshot program to screengrab + + -- Hans P. Möller Tue, 20 Aug 2019 23:04:42 -0400 + lubuntu-default-settings (19.10.3) eoan; urgency=medium * Update mimeapps.list with more mimetypes. diff --git a/src/usr/share/Lubuntu/applications/lximage-qt-screenshot.desktop b/src/usr/share/Lubuntu/applications/lximage-qt-screenshot.desktop new file mode 100755 index 0000000..c18252f --- /dev/null +++ b/src/usr/share/Lubuntu/applications/lximage-qt-screenshot.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Name=Screenshot +GenericName=Screenshot +Comment=Take a screenshot +Exec=lximage-qt --screenshot +Icon=camera-photo +Categories=Graphics;Core;Qt; +StartupNotify=true +NoDisplay=true