2018-10-25 07:12:55 +00:00
committed by Git OBS Bridge
3 changed files with 21 additions and 0 deletions

View 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

View File

@@ -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

View File

@@ -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