File tree Expand file tree Collapse file tree 3 files changed +35
-5
lines changed
desktop-displaymanagers/sddm Expand file tree Collapse file tree 3 files changed +35
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ PKGDEP="qt-5"
55BUILDDEP="extra-cmake-modules docutils"
66PKGDES="QML based X11 display manager"
77
8- CMAKE_AFTER="-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \
9- -DDBUS_CONFIG_DIR=/usr/share/dbus-1/system.d \
10- -DBUILD_MAN_PAGES=ON \
11- -DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf"
8+ CMAKE_AFTER=(
9+ '-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm'
10+ '-DDBUS_CONFIG_DIR=/usr/share/dbus-1/system.d'
11+ '-DBUILD_MAN_PAGES=ON'
12+ '-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf'
13+ )
Original file line number Diff line number Diff line change 1+ From 7bd676f7f1ab96e20237787a4865b39adb9042c5 Mon Sep 17 00:00:00 2001
2+ From: Xi Ruoyao <xry111@xry111.site>
3+ Date: Sun, 22 Mar 2026 01:03:13 +0800
4+ Subject: [PATCH] AOSCOS: conflict with kmsconvt@${SDDM_INITIAL_VT}.service
5+
6+ Allow us to switch that tty to use kmscon.
7+ ---
8+ services/sddm.service.in | 4 ++--
9+ 1 file changed, 2 insertions(+), 2 deletions(-)
10+
11+ diff --git a/services/sddm.service.in b/services/sddm.service.in
12+ index 0b46443..a84874f 100644
13+ --- a/services/sddm.service.in
14+ +++ b/services/sddm.service.in
15+ @@ -1,8 +1,8 @@
16+ [Unit]
17+ Description=Simple Desktop Display Manager
18+ Documentation=man:sddm(1) man:sddm.conf(5)
19+ - Conflicts=getty@tty${SDDM_INITIAL_VT}.service
20+ - After=systemd-user-sessions.service getty@tty${SDDM_INITIAL_VT}.service plymouth-quit.service systemd-logind.service
21+ + Conflicts=getty@tty${SDDM_INITIAL_VT}.service kmsconvt@tty${SDDM_INITIAL_VT}.service
22+ + After=systemd-user-sessions.service getty@tty${SDDM_INITIAL_VT}.service kmsconvt@tty${SDDM_INITIAL_VT}.service plymouth-quit.service systemd-logind.service
23+ PartOf=graphical.target
24+ StartLimitIntervalSec=30
25+ StartLimitBurst=2
26+ - -
27+ 2.53.0
28+
Original file line number Diff line number Diff line change 11VER=0.21.0
2- REL=1
2+ REL=2
33SRCS="git::commit=tags/v$VER::https://github.com/sddm/sddm"
44CHKSUMS="SKIP"
55CHKUPDATE="anitya::id=4776"
You can’t perform that action at this time.
0 commit comments