Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: xsecurelock-git 0.5.32.b6f1476-1
Git Clone URL: | https://aur-dev.archlinux.org/xsecurelock-git.git (read-only) |
---|---|
Package Base: | xsecurelock-git |
Description: | X11 screen lock utility with security in mind |
Upstream URL: | https://github.com/google/xsecurelock |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | ricardomv |
Maintainer: | ricardomv |
Last Packager: | ricardomv |
Votes: | 8 |
Popularity: | 0.012759 |
First Submitted: | 2014-06-25 21:04 |
Last Updated: | 2015-06-11 14:28 |
Dependencies (9)
- libx11 (libx11-nokeyboardgrab)
- pam (pam-selinux)
- git (git-git) (make)
- imagemagick (imagemagick-no-hdri, imagemagick-git, imagemagick-full-git, imagemagick7, graphicsmagick-imagemagick-compat, imagemagick-fftw, imagemagick-full) (optional) – for the auth_pamtester module
- mplayer (mplayer-light-svn, mplayer-vaapi, mplayer-svn, mplayer2, mplayer2-build-git) (optional) – for the saver_mplayer module
- mpv (mpvhq-git, mpv-git, mpv-sndio, mpv-nowayland, mpv-vittgam, mpv-light, mpv-rpi, mpv-build-git, mpv-vapoursynth, mpv-full-git, mpv-semifull-git, mpv-ahjolinna-git) (optional) – for the saver_mpv module
- pamtester (optional) – for the auth_pamtester module
- xorg-server-utils (optional) – for the saver_blank module
- xscreensaver (xscreensaver-xmatrix-color, xscreensaver-arch-logo) (optional) – for the saver_xscreensaver module
Latest Comments
1 2 Next › Last »
neumino commented on 2016-05-22 06:44
Answering my year old question. This is my systemd file:
```
[Unit]
Description=Lock X session using xsecurelock
After=suspend.target
[Service]
Type=simple
Environment=DISPLAY=:0
Environment=XAUTHORITY=/home/%i/.Xauthority
ExecStart=/usr/bin/xsecurelock auth_pam_x11 saver_blank
[Install]
WantedBy=suspend.target
```
neumino commented on 2015-03-03 08:09
How does one lock the screen and then suspend its machine?
It looks like if I lock first, my machine won't go to sleep until I unlock it.
I can set the service with `After=sleep.target` but then if I close the lid, then open it and then close it again, it won't go to sleep (as it xsecurelock will be executed when I opened the lid).
Am I missing something?
frownlee commented on 2014-09-06 01:41
_pkgver=0.5
arcanis commented on 2014-07-06 18:34
I have a small improvement of PKGBUILD =)
1. Dependency 'libx11' already provides by 'libxss'. See `pactree libxss`.
2. 'automake', 'binutils', 'gcc', 'make' may be removed from make dependencies list since they are included into 'base-devel' group. See warning in https://wiki.archlinux.org/index.php/AUR#Prerequisites .
ricardomv commented on 2014-06-29 13:29
Aaha when i saw the branch on github i thought "i wonder if he knows" i gess you do.
Thanks updated. Also if you want to maintain the package just say something. ;)
rpolzer commented on 2014-06-29 12:45
The author speaking :)
I read about the issues on Arch Linux. You can/should now remove the patch and instead pass
--with-pam-service-name=system-auth
to ./configure.
arcanis commented on 2014-06-28 07:48
Thank you!
ricardomv commented on 2014-06-27 19:10
ok fixed libexec path and patched auth_pamtester helper
arcanis commented on 2014-06-27 18:28
Yes, I want to use pam module since I use fingerprint device which authenticates through pam. And auth_pamtester doesn't work for me (although auth_pam_x11 works fine, but w\o pam).
Also I recommend you to use flag '--libexecdir=/usr/lib' for configure since Arch has no /usr/libexec directory.
ricardomv commented on 2014-06-27 16:33
@arcanis are you using auth_pamtester module? have you tried the auth_pam_x11 it woks for me without a /etc/pam.d/common-auth file?