Search Criteria
Package Details: cosmic-greeter-git 1.0.0.alpha.2.r8.g6ba26db-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cosmic-greeter-git.git (read-only, click to copy) |
---|---|
Package Base: | cosmic-greeter-git |
Description: | libcosmic greeter for greetd, which can be run inside cosmic-comp |
Upstream URL: | https://github.com/pop-os/cosmic-greeter |
Licenses: | GPL-3.0-or-later |
Conflicts: | cosmic-greeter |
Provides: | cosmic-greeter |
Submitter: | yochananmarqos |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 3 |
Popularity: | 1.04 |
First Submitted: | 2024-02-21 00:36 (UTC) |
Last Updated: | 2024-10-09 22:46 (UTC) |
Dependencies (13)
- cosmic-comp-gitAUR
- gnome-keyring (gnome-keyring-gitAUR)
- greetd (greetd-gitAUR, greetd-artix-runitAUR, greetd-artix-dinitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- pam (pam-selinuxAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- git-lfs (git-lfs-gitAUR) (make)
- just (just-gitAUR) (make)
- mold (mold-gitAUR) (make)
- fprintd (optional) – fingerprint authentication
Latest Comments
1 2 3 Next › Last »
yochananmarqos commented on 2024-09-14 00:47 (UTC) (edited on 2024-09-14 00:49 (UTC) by yochananmarqos)
@Riggs9715 Whoops, typo. I'll fix it here in a few minutes.
Riggs9715 commented on 2024-09-14 00:41 (UTC) (edited on 2024-09-14 00:42 (UTC) by Riggs9715)
trying to check if its on my end now, but thats not building any more.
ls: cannot access '/home/riggs/.cache/paru/clone/cosmic-greeter-git/pkg/cosmic-greeter-git/etc/pam.d/cosmic-greeter': No such file or directory 4 /etc/pam.d/login ==> ERROR: A failure occurred in package(). Aborting...
EDIT: just checked pkg build. im assuming the ls should be ln
yochananmarqos commented on 2024-09-13 23:53 (UTC) (edited on 2024-09-13 23:55 (UTC) by yochananmarqos)
Please see the latest commit. I've symlinked the PAM login config instead of shipping upstream greeter config for now.
EDIT: Well, the commit before last.
Riggs9715 commented on 2024-09-13 23:45 (UTC) (edited on 2024-09-13 23:46 (UTC) by Riggs9715)
as well as lockscreen issues, it wont run on boot. the problem appears to be the PAM file wants to include other files which arch doesnt have. relevant logs below. it is looking for common-auth common account common-session and common-password
Sep 13 23:17:12 arch-laptop greetd[605]: PAM (cosmic-greeter) illegal module type: @include
Sep 13 23:17:12 arch-laptop greetd[605]: PAM (cosmic-greeter) no module name supplied
repeated 4 times in journal. presumaly one for each @include line
Ahoy8847 commented on 2024-09-13 16:17 (UTC)
A workaround for the
Permission denied
issue is to replace the contents of/etc/pam.d/cosmic-gretter
with the contents of/etc/pam.d/login
(which was used by cosmic-greeter before last week). I don't really know if this is a good "permanent" solution tough.techz commented on 2024-09-13 06:45 (UTC)
Any workarounds?
hgaiser commented on 2024-09-10 12:46 (UTC)
Yeah I made sure it is using the latest commit. The error I'm seeing is different from before that commit. Before it was
Authentication failure
, now it isPermission denied
.Strange that it says
gkr-pam
, which means gnome-keyring AFAIK.yochananmarqos commented on 2024-09-09 23:12 (UTC) (edited on 2024-09-09 23:13 (UTC) by yochananmarqos)
@hgaiser: Just to make sure, did you pull the latest PKGBUILD change with the new PAM config file?
FYI, if one allows AUR helpers to update VCS packages, it's possible that one might have already pulled the latest upstream commit which might be the same as the current version in the PKGBUILD. If that's the case, one might need to manually delete the cached package, do a
git pull
and rebuild.hgaiser commented on 2024-09-09 19:20 (UTC) (edited on 2024-09-09 19:20 (UTC) by hgaiser)
@yochananmarqos thanks! I seem to get the same error with the latest update compared to when I changed the PKGBUILD myself:
Any idea why?
1 2 3 Next › Last »