Search Criteria
Package Details: betterlockscreen 4.0.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/betterlockscreen.git (read-only, click to copy) |
---|---|
Package Base: | betterlockscreen |
Description: | A simple, minimal lockscreen |
Upstream URL: | https://github.com/pavanjadhaw/betterlockscreen |
Keywords: | betterlockscreen i3 i3lock i3lock-color lock lockscreen |
Licenses: | MIT |
Conflicts: | betterlockscreen-git |
Submitter: | AUTplayed |
Maintainer: | dctxmei (lilac) |
Last Packager: | lilac |
Votes: | 51 |
Popularity: | 1.01 |
First Submitted: | 2018-01-04 12:39 (UTC) |
Last Updated: | 2022-05-10 05:44 (UTC) |
Dependencies (6)
Required by (14)
- arcolinux-betterlockscreen
- betterautolock
- rofi-theme-android-1080p (optional)
- rofi-theme-android-720p (optional)
- rofi-theme-applet-1080p (optional)
- rofi-theme-applet-720p (optional)
- rofi-theme-fonts (optional)
- rofi-theme-launcher-1080p (optional)
- rofi-theme-launcher-720p (optional)
- rofi-theme-menu-1080p (optional)
- rofi-theme-menu-720p (optional)
- rofi-theme-powermenu-1080p (optional)
- rofi-theme-powermenu-720p (optional)
- rofi-theme-used (optional)
Latest Comments
earlybird commented on 2021-12-04 08:14 (UTC)
Can you add git as dependency so we can build in chroot.
Naide commented on 2021-08-23 11:58 (UTC)
betterlockscreen@.service must be updated or preferably betterlockscreen@.service from betterlockscreen-4.0.3.tar.gz must be used in the PKGBUILD. See issue #227 https://github.com/betterlockscreen/betterlockscreen/issues/277. The type "forking" was changed to "simple".
korikori commented on 2021-06-05 07:25 (UTC)
I'm not sure if this is a problem specific to arch, but the systemd service has the following ExecStart line:
ExecStart=/usr/local/bin/betterlockscreen --lock
This is even outlined as a "hint" in the project page on GitHub. However, the PKGBUILD file installs the script to /usr/bin. I believe that at least one of these files should be edited to address this?
dctxmei commented on 2021-06-04 09:23 (UTC)
I am very sorry, gentlemen. I have been busy with work lately and just saw this information...
I just submitted the rebuild information in archlinuxcn/repo: https://github.com/archlinuxcn/repo/commit/68ed945c80a64001d02b83f386490104ce760e3e
Lilac Bot will update the package to the latest version soon.
hicklemon commented on 2021-06-04 03:15 (UTC)
if you want to fix it locally.
giannie commented on 2021-06-03 20:52 (UTC)
Is this package now orphaned. There have been several releases since February, but no updates. I am happy to take over maintaining the package if you no longer are able to.
danielgolf commented on 2021-05-29 18:32 (UTC)
I updated the PKGBUILD to version 3.1.1 and wrote a patch to get it running with recent changes of i3lock-color 2.13.c.3-1.
You can find the files under the following guist https://gist.github.com/danielgolf/3083ca53092ba24ae26fda135b6649f1
FFY00 commented on 2019-10-18 18:18 (UTC)
Hey, I want to move this to the official repos, are you cool with that?
andreip commented on 2019-04-07 12:15 (UTC)
This depends on
xcb-util-xrm
. Could you add this dependency?patrick96 commented on 2019-02-10 14:36 (UTC) (edited on 2019-02-10 14:36 (UTC) by patrick96)
Since the service files were installed in /lib/systemd/system, the installation files because of an ownership conflict of the
/lib
directory:Installing to
/usr/lib/systemd/system
works for metwouters commented on 2019-02-06 15:09 (UTC) (edited on 2019-02-06 15:09 (UTC) by twouters)
Can you move the service file to
/lib/systemd/system/
?/etc/systemd/system/
is used for local system configurations, while packages should install their service files in/lib/systemd/system/
.This allows users to override the provided service file if needed.
See
systemd.unit(5)
AUTplayed commented on 2019-01-28 21:21 (UTC)
whoops, thanks @kylesferrazza
kylesferrazza commented on 2019-01-28 21:17 (UTC)
I made you a patch :)
https://clbin.com/l4YSw
kylesferrazza commented on 2019-01-28 21:15 (UTC)
You updated the version number to 3.0.1 but didn't update the md5sum.