Giter VIP home page Giter VIP logo

Comments (6)

joinemm avatar joinemm commented on June 11, 2024 3

when will a new version with this feature be released?

from xsecurelock.

ntippie avatar ntippie commented on June 11, 2024

Are you building from source? (on Arch: xsecurelock-git and not xsecurelock)

The most recent release (1.8.0) does not have this feature.

from xsecurelock.

ntippie avatar ntippie commented on June 11, 2024

@divVerent Would it be possible to get a new release? Thank you for maintaining.

from xsecurelock.

elandorr avatar elandorr commented on June 11, 2024

1.9 is now in Debian testing FYI.

from xsecurelock.

ki9us avatar ki9us commented on June 11, 2024

A whole bunch of options are not working for me. I have them in ~/.xprofile. Some work, some don't:

# 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 (false or False or 0 or no or nothanks?), or if they should be quoted or what.

from xsecurelock.

ki9us avatar ki9us commented on June 11, 2024

Ok, I looked through the source code and figured it out. All the booleans need to be integers 1 or 0. XSECURELOCK_BLANK_* doesn't work no matter what I try.

# 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 is working. I'm using the xsecurelock from aur, not xsecurelock-git.

from xsecurelock.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.