aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gdm
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-09-18 22:10:02 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-09-18 22:11:05 +0200
commit79efae84ab82c71a714d7e57fce6bd13b61e3156 (patch)
treed912a8542b58baed9dedf3198f9cd5431d92faa3 /testing/gdm
parent49bed19c1a304b257b57022f38ccb635268cffe2 (diff)
testing/gdm: use VT1 instead of VT7
Using VT7 leads to some strange bugs (GNOME crashing when gnome-keyring is unlocked, crashing again after pressing Ctrl+C, but then working fine afterwards), so let's use VT1 for now.
Diffstat (limited to 'testing/gdm')
-rw-r--r--testing/gdm/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gdm/APKBUILD b/testing/gdm/APKBUILD
index 281dbdd6e88..632b9152f0e 100644
--- a/testing/gdm/APKBUILD
+++ b/testing/gdm/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gdm
pkgver=3.34.0
-pkgrel=0
+pkgrel=1
pkgdesc="GNOME display manager"
url="https://wiki.gnome.org/Projects/GDM"
arch="all !armhf !s390x !ppc64le"
@@ -27,7 +27,7 @@ build() {
--localstatedir=/var \
--disable-static \
--without-plymouth \
- --with-initial-vt=7 \
+ --with-initial-vt=1 \
--enable-wayland-support \
--without-tcp-wrappers \
--with-pid-file=/var/run/gdm.pid \