Search Criteria
Package Details: swaylock-git 1.7.2.r18.g91bb968-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/swaylock-git.git (read-only, click to copy) |
---|---|
Package Base: | swaylock-git |
Description: | Screen locker for Wayland (git development version) |
Upstream URL: | https://github.com/swaywm/swaylock |
Keywords: | development git lock locker screen swaylock wayland |
Licenses: | MIT |
Conflicts: | swaylock |
Provides: | swaylock |
Submitter: | gilbus |
Maintainer: | GreyXor |
Last Packager: | GreyXor |
Votes: | 13 |
Popularity: | 0.000793 |
First Submitted: | 2019-01-14 10:14 (UTC) |
Last Updated: | 2023-12-30 15:52 (UTC) |
Dependencies (11)
- cairo (cairo-gitAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- pam (pam-selinuxAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- scdoc (scdoc-gitAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
Required by (34)
- dummy-pm (requires swaylock) (optional)
- gyrolock (requires swaylock)
- lxqt-labwc-session-git (requires swaylock) (optional)
- niri-dinit (requires swaylock) (optional)
- niri-git (requires swaylock) (optional)
- nwg-shell-git (requires swaylock)
- paperde (requires swaylock) (optional)
- sway-asan-git (requires swaylock) (optional)
- sway-borders-git (optional)
- sway-config-fedora (requires swaylock)
- sway-disable-titlebar (requires swaylock) (optional)
- sway-force-ssd-git (requires swaylock) (optional)
- sway-git (requires swaylock) (optional)
- sway-git-wlroots-git (requires swaylock) (optional)
- sway-hidecursor-leftbar (requires swaylock) (optional)
- sway-i3-style-fullscreen-git (requires swaylock) (optional)
- sway-im (requires swaylock) (optional)
- sway-im-git (requires swaylock) (optional)
- sway-inhibit-fullscreen-git (requires swaylock) (optional)
- sway-no-titlebars-git (requires swaylock) (optional)
- Show 14 more...
Latest Comments
« First ‹ Previous 1 2
hughw94 commented on 2020-03-30 10:48 (UTC)
Please can you add
/etc/pam.d/swaylock
to the backup array for thisPKGBUILD
(https://wiki.archlinux.org/index.php/PKGBUILD#backup). Currently, updates produce breaking changes to my PAM setup which have to be reverted every time it is updated.glitsj16 commented on 2020-01-10 04:41 (UTC) (edited on 2020-01-10 04:42 (UTC) by glitsj16)
The makepkg inability to strip the swaylock binary was likely due to https://bugs.archlinux.org/task/65100 and got fixed in https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/pacman&id=80d41ed5d2f81a8e8829fc438b978489768f4023. Just a FYI.
KingofToasters commented on 2020-01-10 02:53 (UTC)
I've adopted this package, and made some breaking packages. If you see this error:
ERROR: ...swaylock-git/swaylock is not a clone of https://github.com/swaywm/swaylock
Then you should clear your cache and rebuild the package from scratch.
hughw94 commented on 2019-04-24 10:11 (UTC) (edited on 2019-05-01 18:03 (UTC) by hughw94)
This package overwrites /etc/pam.d/swaylock when it updates. This is frustrating as any customizations need to be rewritten upon update. Can this file be excluded as a config file using backup array?
gilbus commented on 2019-01-19 15:53 (UTC)
Thanks for developing it!
<deleted-account> commented on 2019-01-19 01:57 (UTC)
swaylock no longer requires wlroots. Thanks for maintaining the package!
gilbus commented on 2019-01-17 12:25 (UTC)
Thanks! I updated this package as well as the non-git version.
snakeroot commented on 2019-01-16 17:34 (UTC)
When unlocking, pam_tally throws the following error in the journal:
Jan 16 11:29:24 gaura swaylock[26790]: pam_tally(swaylock:auth): Error opening /var/log/faillog for update Jan 16 11:29:24 gaura swaylock[26790]: pam_tally(swaylock:auth): Error opening /var/log/faillog for read
Based on a similar issue for i3lock ( https://bugs.archlinux.org/task/31544 ), in /etc/pam.d/swaylock I deleted "auth include login" and replaced it with "auth include system-auth". The error has disappeared.
You may want to patch /etc/pam.d/swaylock.
« First ‹ Previous 1 2