[Pkg-xfce-commits] r10106 - in /desktop/trunk/xfce4-session/debian: changelog patches/03_add-light-locker-to-xflock4.patch patches/03_xflock4-update-lockers-list.patch patches/series
Yves-Alexis Perez
corsac at moszumanska.debian.org
Sat Oct 21 12:15:19 UTC 2017
Author: corsac
Date: Sat Oct 21 12:15:19 2017
New Revision: 10106
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=10106
Log:
* debian/patches:
- add mate-screensaver-command to lockers list patch. closes: #879194
Added:
desktop/trunk/xfce4-session/debian/patches/03_xflock4-update-lockers-list.patch
- copied, changed from r10105, desktop/trunk/xfce4-session/debian/patches/03_add-light-locker-to-xflock4.patch
Removed:
desktop/trunk/xfce4-session/debian/patches/03_add-light-locker-to-xflock4.patch
Modified:
desktop/trunk/xfce4-session/debian/changelog
desktop/trunk/xfce4-session/debian/patches/series
Modified: desktop/trunk/xfce4-session/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfce4-session/debian/changelog?rev=10106&op=diff
==============================================================================
--- desktop/trunk/xfce4-session/debian/changelog (original)
+++ desktop/trunk/xfce4-session/debian/changelog Sat Oct 21 12:15:19 2017
@@ -2,6 +2,8 @@
* debian/control:
- drop suggest on pm-utils.
+ * debian/patches:
+ - add mate-screensaver-command to lockers list patch. closes: #879194
-- Yves-Alexis Perez <corsac at debian.org> Sun, 22 Jan 2017 10:53:59 +0100
Copied: desktop/trunk/xfce4-session/debian/patches/03_xflock4-update-lockers-list.patch (from r10105, desktop/trunk/xfce4-session/debian/patches/03_add-light-locker-to-xflock4.patch)
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfce4-session/debian/patches/03_xflock4-update-lockers-list.patch?rev=10106&op=diff
==============================================================================
--- desktop/trunk/xfce4-session/debian/patches/03_add-light-locker-to-xflock4.patch (original)
+++ desktop/trunk/xfce4-session/debian/patches/03_xflock4-update-lockers-list.patch Sat Oct 21 12:15:19 2017
@@ -1,10 +1,13 @@
--- a/scripts/xflock4
+++ b/scripts/xflock4
-@@ -27,6 +27,7 @@ export PATH
+@@ -27,7 +27,9 @@ export PATH
# Lock by xscreensaver or gnome-screensaver, if a respective daemon is running
for lock_cmd in \
"xscreensaver-command -lock" \
+- "gnome-screensaver-command --lock"
+ "light-locker-command --lock" \
- "gnome-screensaver-command --lock"
++ "gnome-screensaver-command --lock" \
++ "mate-screensaver-command --lock"
do
$lock_cmd >/dev/null 2>&1 && exit
+ done
Modified: desktop/trunk/xfce4-session/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfce4-session/debian/patches/series?rev=10106&op=diff
==============================================================================
--- desktop/trunk/xfce4-session/debian/patches/series (original)
+++ desktop/trunk/xfce4-session/debian/patches/series Sat Oct 21 12:15:19 2017
@@ -1,3 +1,3 @@
01_fix-xrdb-call.patch
-03_add-light-locker-to-xflock4.patch
+03_xflock4-update-lockers-list.patch
04-use-debian-xscreensaver-wrapper.patch
More information about the Pkg-xfce-commits
mailing list