Accepting request 644322 from home:vpereirabr:branches:X11:xfce
- add add-light-locker-support.patch to add support to light-locker to xflock4 OBS-URL: https://build.opensuse.org/request/show/644322 OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-session?expand=0&rev=136
This commit is contained in:
parent
ad19e9c8ff
commit
810a26940d
14
add-light-locker-support.patch
Normal file
14
add-light-locker-support.patch
Normal file
@ -0,0 +1,14 @@
|
||||
Index: scripts/xflock4
|
||||
===================================================================
|
||||
--- scripts/xflock4.orig
|
||||
+++ scripts/xflock4
|
||||
@@ -27,7 +27,8 @@ 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"
|
||||
+ "gnome-screensaver-command --lock" \
|
||||
+ "light-locker-command -l"
|
||||
do
|
||||
$lock_cmd >/dev/null 2>&1 && exit
|
||||
done
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 24 08:54:47 UTC 2018 - vpereira@suse.com
|
||||
|
||||
- add add-light-locker-support.patch to add support to light-locker
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 30 13:15:51 UTC 2017 - seife+obs@b1-systems.com
|
||||
|
||||
|
@ -34,6 +34,7 @@ Patch1: xfce4-session-adapt-session-scripts.patch
|
||||
Patch2: xfce4-session-Make-verbose-logging-conditional.patch
|
||||
# PATCH-FIX-OPENSUSE xfce4-session-systemd-user-addons.patch seife+dev@b1-systems.com -- fix systemd-user session settings
|
||||
Patch3: xfce4-session-systemd-user-addons.patch
|
||||
Patch4: add-light-locker-support.patch
|
||||
BuildRequires: iceauth
|
||||
BuildRequires: intltool
|
||||
BuildRequires: update-desktop-files
|
||||
@ -120,6 +121,7 @@ This package provides the upstream look and feel for the Xfce Session Manager.
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p0
|
||||
|
||||
%build
|
||||
xdt-autogen
|
||||
|
Loading…
Reference in New Issue
Block a user