Skip to content

Commit

Permalink
Fix apt pinning so that bullseye isn't used over stable, fixes #131
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidHal committed Oct 19, 2019
1 parent 35913ee commit afe7c28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion resources/BuildResources/bullseye.pref
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Stable defaults to 500, and higher priorities are used over lower

Package: *
Pin: release a=bullseye
Pin: release a=testing
Pin-Priority: 400
11 changes: 6 additions & 5 deletions resources/InstallResources/xfce-config/xflock-xsecurelock.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
diff --git a/usr/bin/xflock4 b/usr/bin/xflock4
index 32670f4..1e82a40
index d55cbf7..b7b28c6
--- a/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
for lock_cmd in \
+ "env XSECURELOCK_PASSWORD_PROMPT=asterisks xsecurelock" \
"$LOCK_CMD" \
"xfce4-screensaver-command --lock" \
+ "env XSECURELOCK_PASSWORD_PROMPT=asterisks xsecurelock"\
"xscreensaver-command -lock" \
"light-locker-command --lock" \
"gnome-screensaver-command --lock" \

0 comments on commit afe7c28

Please sign in to comment.