Skip to content

Commit a3ce15f

Browse files
boostrap::xinit: disable xauth
Signed-off-by: Andy-Python-Programmer <[email protected]>
1 parent b172050 commit a3ce15f

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

bootstrap/xorg.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,6 @@ packages:
745745
- '--sysconfdir=/etc'
746746
- '--localstatedir=/var'
747747
- '--disable-static'
748-
- '--without-xauth'
749748
build:
750749
- args: ['make', '-j@PARALLELISM@']
751750
- args: ['make', 'install-strip']

patches/xorg-xinit/xorg-xinit.patch

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
From e071d54e12c9feaa8bfd19f52247d13d45e94ab2 Mon Sep 17 00:00:00 2001
2+
From: Andy-Python-Programmer <[email protected]>
3+
Date: Sat, 10 Dec 2022 19:17:27 +1100
4+
Subject: [PATCH] <xxx>
5+
6+
---
7+
startx.cpp | 2 ++
8+
1 file changed, 2 insertions(+)
9+
10+
diff --git a/startx.cpp b/startx.cpp
11+
index 1c6fce0..e42051c 100644
12+
--- a/startx.cpp
13+
+++ b/startx.cpp
14+
@@ -113,6 +113,8 @@ if defaults read $X11_PREFS_DOMAIN 2> /dev/null | grep -q 'dpi' && defaults read
15+
defaultserverargs="$defaultserverargs -dpi `defaults read $X11_PREFS_DOMAIN dpi`"
16+
fi
17+
18+
+#elif defined(__aero__)
19+
+enable_xauth=0
20+
#else
21+
enable_xauth=1
22+
#endif
23+
--
24+
2.38.1
25+

0 commit comments

Comments
 (0)