summarylogtreecommitdiffstats
path: root/xorg-server.patch
diff options
context:
space:
mode:
authorDaniel Bermond2018-10-27 12:13:04 +0000
committerDaniel Bermond2018-10-27 12:56:59 +0000
commit3ce8034dd0ed3cb4b7ce6f9bd7cf6f935494d672 (patch)
treeffcda07a866bf3df7eb10a67fe4edf59c07e806a /xorg-server.patch
parent39a180236c14a6f728a5e641e876391da25a6994 (diff)
downloadaur-3ce8034dd0ed3cb4b7ce6f9bd7cf6f935494d672.tar.gz
Updated to version 1.20.3
Diffstat (limited to 'xorg-server.patch')
-rw-r--r--xorg-server.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg-server.patch b/xorg-server.patch
new file mode 100644
index 000000000000..46bf5a90ae8a
--- /dev/null
+++ b/xorg-server.patch
@@ -0,0 +1,18 @@
+post_upgrade() {
+ if (( $(vercmp $2 1.16.0-3) < 0 )); then
+ post_install
+ fi
+}
+
+post_install() {
+ cat <<MSG
+>>> xorg-server has now the ability to run without root rights with
+ the help of systemd-logind. xserver will fail to run if not launched
+ from the same virtual terminal as was used to log in.
+ Without root rights, log files will be in ~/.local/share/xorg/ directory.
+
+ Old behavior can be restored through Xorg.wrap config file.
+ See Xorg.wrap man page (man xorg.wrap).
+MSG
+}
+