Search Criteria
Package Details: i3lock-blur 2.10-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/i3lock-blur.git (read-only, click to copy) |
---|---|
Package Base: | i3lock-blur |
Description: | An improved screenlocker based upon XCB and PAM with background blurring filter |
Upstream URL: | http://github.com/karulont/i3lock-blur/ |
Licenses: | MIT |
Conflicts: | i3lock |
Provides: | i3lock |
Submitter: | Alad |
Maintainer: | karulont |
Last Packager: | Alad |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-08-07 19:54 (UTC) |
Last Updated: | 2019-08-07 19:54 (UTC) |
Dependencies (5)
- cairo (cairo-gitAUR)
- libev
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- pam (pam-selinuxAUR)
- xcb-util-image
Required by (36)
- bwp (requires i3lock) (optional)
- gtkhalt (requires i3lock)
- i3-doubleborders (requires i3lock) (optional)
- i3-gaps-kde-git (requires i3lock) (optional)
- i3-git (requires i3lock) (optional)
- i3-rounded-border-patch (requires i3lock) (optional)
- i3-rounded-border-patch-git (requires i3lock) (optional)
- i3exit (requires i3lock)
- i3lock-fancy-dualmonitors-git (requires i3lock)
- i3lock-fancy-git (requires i3lock)
- i3lock-fancy-multimonitor (requires i3lock)
- i3lock-fancy-rapid-git (requires i3lock)
- i3lock-fancy-rapid-git (requires i3lock) (optional)
- i3lock-multimonitor (requires i3lock)
- i3lockmore-git (requires i3lock)
- i3lockr-bin (requires i3lock)
- lockd (requires i3lock)
- lockd-git (requires i3lock) (optional)
- nicelock (requires i3lock)
- oblogout-blurlock (requires i3lock)
- Show 16 more...
Latest Comments
object626 commented on 2022-10-03 16:09 (UTC)
To resolve problem with multiple definition add extern keyword before input_position in unlock_indicator.c
intermezzio commented on 2022-07-18 03:58 (UTC)
I also had this issue when attempting to install the package.
Oliver_Ross commented on 2022-02-22 12:01 (UTC)
For me the build fails with the following error message:
/usr/bin/ld: i3lock-unlock_indicator.o:(.bss+0x0): multiple definition of 'input_position'; i3lock-i3lock.o:(.bss+0x14): first defined here
Unfortunately I couldn't verify this in a clean chroot, since the make dependencies are missing (at least git, and some GL package, tried glib2 but that was not it).