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