Package Details: libgdm-prime 46.0-1

Git Clone URL: https://aur.archlinux.org/gdm-prime.git (read-only, click to copy)
Package Base: gdm-prime
Description: Display manager and login screen - patched with Prime support for Optimus laptops - support library
Upstream URL: https://wiki.gnome.org/Projects/GDM
Licenses: GPL-2.0-or-later
Conflicts: libgdm
Provides: libgdm, libgdm.so
Submitter: Askannz
Maintainer: Askannz
Last Packager: Askannz
Votes: 27
Popularity: 0.126839
First Submitted: 2019-04-28 00:19 (UTC)
Last Updated: 2024-04-07 01:00 (UTC)

Required by (9)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

Askannz commented on 2022-11-03 10:42 (UTC)

@grandchild not sure where that's coming from, I just copied the official PKGBUILD. Does it still happen with the new 43.0 version?

grandchild commented on 2022-11-01 17:57 (UTC) (edited on 2022-11-01 18:04 (UTC) by grandchild)

You're missing the 'd' at the end of the pkgver:

diff --git a/PKGBUILD b/PKGBUILD
index 7484d40..72a6a3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@

 pkgbase=gdm-prime
 pkgname=(gdm-prime libgdm-prime)
-pkgver=42.0+r11+g4a52f026
+pkgver=42.0+r11+g4a52f026d
 pkgrel=1
 pkgdesc="Display manager and login screen - patched with Prime support for Optimus laptops"
 url="https://wiki.gnome.org/Projects/GDM"

Maybe you have your local git configured somehow to output one less digit of the hash? Perhaps core.abbrev?

zyanjun commented on 2022-10-10 01:55 (UTC)

similar issue @yingyi

:: 1 Packages to upgrade.
1  aur/gdm-prime  42.0+r11+g4a52f026d-1 -> 42.0+r11+g4a52f026-1

kiwiphysicist commented on 2022-09-17 18:32 (UTC)

I appear to have a similar issue to yingyi . Manjaro package manager continues to prompt that there is a new version with the following error message : unable to lock database Failed to synchronize databases Failed to synchronize AUR database

Askannz commented on 2022-09-10 08:30 (UTC)

@yingyi that's weird, the pkgver() function was copy-pasted from the official gdm package. I can't reproduce the issue either.

yingyi commented on 2022-09-07 02:43 (UTC)

There seems to be a problem with the pkgver function of pkgbuild, which causes the packaged gdm-prime version number to not match the version number in the aur repository. When using yay to detect updates, it will always prompt a new version

obsidione commented on 2022-05-09 19:12 (UTC)

I was encountering the slow shell login that some have mentioned, but found that switching from bash to zsh fixed the problem entirely!

Strawpants commented on 2022-04-26 19:35 (UTC)

The patch below of PKGBUILD works for me with gnome 42.0:

--- PKGBUILD    2022-03-31 10:25:21.000000000 +0200
+++ PKGBUILD    2022-04-26 20:59:26.294628434 +0200
@@ -3,7 +3,7 @@

 pkgbase=gdm-prime
 pkgname=(gdm-prime libgdm-prime)
-pkgver=41.3
+pkgver=42.0
 pkgrel=1
 pkgdesc="Display manager and login screen"
 url="https://wiki.gnome.org/Projects/GDM"
@@ -13,7 +13,7 @@
          libxdmcp systemd libcanberra)
 makedepends=(yelp-tools gobject-introspection git docbook-xsl meson)
 checkdepends=(check)
-_commit=cb49bac2fe1160094eae360f985e54073be3c49a  # tags/41.3^0
+_commit=55f5724789f9f8e85af310c69d8f7096b8e730e8  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gdm.git#commit=$_commit"
         0001-Xsession-Don-t-start-ssh-agent-by-default.patch
         0002-nvidia-prime.patch)

Scotty_Trees commented on 2022-03-31 16:29 (UTC)

No issues to report with the latest update, everything is still working great, thank you.

gnze796 commented on 2022-03-31 13:51 (UTC)

This update for some reason makes the booting process slower and it takes a few seconds for GDM to load. Here is the pastebin for my kernel journal https://pastebin.com/sYcNKn9T

I fixed the issue by reverting to the previous version 41.0+r15+g23ebe617