Skip to content

Commit afe7c28

Browse files
committed
Fix apt pinning so that bullseye isn't used over stable, fixes #131
1 parent 35913ee commit afe7c28

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Stable defaults to 500, and higher priorities are used over lower
22

33
Package: *
4-
Pin: release a=bullseye
4+
Pin: release a=testing
55
Pin-Priority: 400
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
diff --git a/usr/bin/xflock4 b/usr/bin/xflock4
2-
index 32670f4..1e82a40
2+
index d55cbf7..b7b28c6
33
--- a/usr/bin/xflock4
44
+++ b/usr/bin/xflock4
5-
@@ -26,6 +26,7 @@ LOCK_CMD=$(xfconf-query -c xfce4-session -p /general/LockCommand)
5+
@@ -26,6 +26,7 @@ export PATH
66

77
# Lock by xscreensaver or gnome-screensaver, if a respective daemon is running
88
for lock_cmd in \
9-
+ "env XSECURELOCK_PASSWORD_PROMPT=asterisks xsecurelock" \
10-
"$LOCK_CMD" \
11-
"xfce4-screensaver-command --lock" \
9+
+ "env XSECURELOCK_PASSWORD_PROMPT=asterisks xsecurelock"\
1210
"xscreensaver-command -lock" \
11+
"light-locker-command --lock" \
12+
"gnome-screensaver-command --lock" \
13+

0 commit comments

Comments
 (0)