summaryrefslogtreecommitdiff
path: root/x11-wm/xfce4-session/files/patch-scripts_xflock4
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/xfce4-session/files/patch-scripts_xflock4')
-rw-r--r--x11-wm/xfce4-session/files/patch-scripts_xflock417
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-wm/xfce4-session/files/patch-scripts_xflock4 b/x11-wm/xfce4-session/files/patch-scripts_xflock4
deleted file mode 100644
index 44b8684a3d8a..000000000000
--- a/x11-wm/xfce4-session/files/patch-scripts_xflock4
+++ /dev/null
@@ -1,17 +0,0 @@
---- scripts/xflock4.orig 2025-03-21 09:25:42 UTC
-+++ scripts/xflock4
-@@ -47,12 +47,12 @@ esac
- [ -t 0 ] && sleep 1
-
- # echo is used to strip blanks
--# $((2**31 - 1)) is MAXINT, which disables timeout: see
-+# $(((1<<31)-1)) is MAXINT, which disables timeout: see
- # https://dbus.freedesktop.org/doc/api/html/group__DBusPendingCall.html
- ret=$(echo $(dbus-send --session \
- --dest=org.xfce.SessionManager \
- --print-reply=literal \
-- --reply-timeout=$((2**31 - 1)) \
-+ --reply-timeout=$(((1<<31)-1)) \
- --type=method_call \
- /org/xfce/SessionManager \
- org.xfce.Session.Manager.Lock))