Search Criteria
Package Details: greetd 0.7.0-1
Git Clone URL: | https://aur.archlinux.org/greetd.git (read-only, click to copy) |
---|---|
Package Base: | greetd |
Description: | Generic greeter daemon |
Upstream URL: | https://git.sr.ht/~kennylevinsen/greetd |
Licenses: | |
Submitter: | 1ace |
Maintainer: | 1ace (kennylevinsen) |
Last Packager: | kennylevinsen |
Votes: | 9 |
Popularity: | 0.99 |
First Submitted: | 2020-04-30 23:10 |
Last Updated: | 2020-12-22 23:02 |
Dependencies (8)
- pam (pam-minimal-git, pam-selinux)
- systemd (systemd-light, systemd-cdown-git, systemd-git, systemd-selinux)
- git (git-git) (make)
- rust (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rustup) (make)
- scdoc (make)
- greetd-dlm (greetd-dlm-git) (optional) – Dumb Login Manager
- greetd-gtkgreet (greetd-gtkgreet-git) (optional) – Simple GTK based greeter
- greetd-wlgreet (greetd-wlgreet-git) (optional) – Wayland greeter
Latest Comments
3KyNoX commented on 2020-11-19 20:50
Hello!
Is there any way to change the keymap? I'm stuck at login with qwerty keyboard and I would like to switch to french azerty one. I find nothing around about that...
Thanks anyway.
maroider commented on 2020-07-28 15:04
I had some trouble installing this with
rua
and ended up having to addRUSTUP_TOOLCHAIN="stable"
in front ofRUSTFLAGS="--remap-path-prefix=$(pwd)=/build/" cargo build --release --locked
. This may or may not be related torustup
being installed instead ofrust
.