Fix apt pinning so that bullseye isn't used over stable, fixes #131

This commit is contained in:
Hal Emmerich 2019-10-18 19:59:54 -05:00
parent 35913ee74f
commit afe7c28b56
2 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#Stable defaults to 500, and higher priorities are used over lower #Stable defaults to 500, and higher priorities are used over lower
Package: * Package: *
Pin: release a=bullseye Pin: release a=testing
Pin-Priority: 400 Pin-Priority: 400

View File

@ -1,12 +1,13 @@
diff --git a/usr/bin/xflock4 b/usr/bin/xflock4 diff --git a/usr/bin/xflock4 b/usr/bin/xflock4
index 32670f4..1e82a40 index d55cbf7..b7b28c6
--- a/usr/bin/xflock4 --- a/usr/bin/xflock4
+++ b/usr/bin/xflock4 +++ b/usr/bin/xflock4
@@ -26,6 +26,7 @@ LOCK_CMD=$(xfconf-query -c xfce4-session -p /general/LockCommand) @@ -26,6 +26,7 @@ export PATH
# Lock by xscreensaver or gnome-screensaver, if a respective daemon is running # Lock by xscreensaver or gnome-screensaver, if a respective daemon is running
for lock_cmd in \ for lock_cmd in \
+ "env XSECURELOCK_PASSWORD_PROMPT=asterisks xsecurelock" \ + "env XSECURELOCK_PASSWORD_PROMPT=asterisks xsecurelock"\
"$LOCK_CMD" \
"xfce4-screensaver-command --lock" \
"xscreensaver-command -lock" \ "xscreensaver-command -lock" \
"light-locker-command --lock" \
"gnome-screensaver-command --lock" \