Package Details: sddm-git 0.21.0.14.gae072f9-4

Git Clone URL: https://aur.archlinux.org/sddm-git.git (read-only, click to copy)
Package Base: sddm-git
Description: The Simple Desktop Display Manager
Upstream URL: https://github.com/sddm/sddm
Licenses: GPL-2.0-only
Conflicts: sddm
Provides: display-manager, sddm
Submitter: aavci
Maintainer: sir_lucjan
Last Packager: sir_lucjan
Votes: 72
Popularity: 0.75
First Submitted: 2013-01-20 09:53 (UTC)
Last Updated: 2024-07-08 06:17 (UTC)

Dependencies (20)

Required by (67)

Sources (2)

Latest Comments

1 2 3 4 5 6 .. 16 Next › Last »

HurricanePootis commented on 2024-07-06 22:34 (UTC)

You should change the license from GPL to GPL-2.0-only to be SPDX compliant.

diff --git a/PKGBUILD b/PKGBUILD
index 14d06f0..19e2126 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=3
 pkgdesc="The Simple Desktop Display Manager"
 arch=("x86_64")
 url="https://github.com/sddm/sddm"
-license=("GPL")
+license=("GPL-2.0-only")
 depends=(bash
          gcc-libs
          glibc

kmitchel commented on 2024-04-11 10:21 (UTC)

I've been struggling with black screens after a recent update. Turns out something in /etc/sddm.conf.d/default.conf was causing a problem. Refreshing from default allowed sddm to start without dumping.

kmitchel commented on 2024-04-11 10:21 (UTC)

I've been struggling with black screens after a recent update. Turns out something in /etc/sddm.conf.d/default.conf was causing a problem. Refreshing from default allowed sddm to start without dumping.

kmitchel commented on 2024-04-11 10:21 (UTC)

I've been struggling with black screens after a recent update. Turns out something in /etc/sddm.conf.d/default.conf was causing a problem. Refreshing from default allowed sddm to start without dumping.

edtoml commented on 2024-03-08 02:49 (UTC)

working here too. Thanks

solarisfire commented on 2024-03-05 22:27 (UTC)

Works for me.

sir_lucjan commented on 2024-03-05 21:37 (UTC)

Could you test first fix attempt?

sir_lucjan commented on 2024-03-05 21:21 (UTC)

@edtomi

==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: backup entry file not in package : etc/pam.d/sddm
==> WARNING: backup entry file not in package : etc/pam.d/sddm-autologin
==> WARNING: backup entry file not in package : etc/pam.d/sddm-greeter
==> Creating package "sddm-git"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Signing package(s)...
  -> Created signature file sddm-git-0.21.0.14.gae072f9-1-x86_64_v3.pkg.tar.zst.sig.
==> Finished making: sddm-git 0.21.0.14.gae072f9-1 (wto, 5 mar 2024, 22:19:47)
==> Removing installed dependencies...

In fact, it has been removed. I need to see what to add - I'll let you know soon.

edtoml commented on 2024-03-05 20:59 (UTC)

looking up stream at: https://github.com/sddm/sddm/pull/1856 implies that sddm dropped arch specific pam modules and something needs to be done to the PKGBUILD to let sddm authenticate...

solarisfire commented on 2024-03-05 15:21 (UTC) (edited on 2024-03-05 15:25 (UTC) by solarisfire)

Just did a clean build and still just blackness... I'd guess it's the upstream PAM changes just b0rking things...

Switching from sddm-git to sddm resolves the issue.