-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XSECURELOCK_SHOW_KEYBOARD_LAYOUT Not Working #163
Comments
Are you building from source? (on Arch: The most recent release (1.8.0) does not have this feature. |
when will a new version with this feature be released? |
@divVerent Would it be possible to get a new release? Thank you for maintaining. |
1.9 is now in Debian testing FYI. |
A whole bunch of options are not working for me. I have them in # These work
export XSECURELOCK_SAVER=saver_xscreensaver
export XSECURELOCK_AUTH_FOREGROUND_COLOR=green
export XSECURELOCK_PASSWORD_PROMPT=kaomoji
# These do not work
export XSECURELOCK_SHOW_KEYBOARD_LAYOUT=false
export XSECURELOCK_SHOW_USERNAME=false
export XSECURELOCK_SHOW_HOSTNAME=false
export XSECURELOCK_BLANK_TIMEOUT=-1
export XSECURELOCK_BLANK_DPMS_STATE=on I'm actually not sure if I'm putting the right options ( |
Ok, I looked through the source code and figured it out. All the booleans need to be integers 1 or 0. # These work now
export XSECURELOCK_SHOW_KEYBOARD_LAYOUT=0
export XSECURELOCK_SHOW_USERNAME=0
export XSECURELOCK_SHOW_HOSTNAME=0
# These still do not work
export XSECURELOCK_BLANK_TIMEOUT=-1
export XSECURELOCK_BLANK_DPMS_STATE="on" So for me, |
XSECURELOCK_SHOW_KEYBOARD_LAYOUT=0
orXSECURELOCK_SHOW_KEYBOARD_LAYOUT=-1
not working.I still see;
The text was updated successfully, but these errors were encountered: