You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
12 lines
372 B
Diff
12 lines
372 B
Diff
--- a/Xlib/support/unix_connect.py
|
|
+++ b/Xlib/support/unix_connect.py
|
|
@@ -96,7 +96,7 @@
|
|
|
|
# Unix socket.
|
|
else:
|
|
- address = '/tmp/.X11-unix/X%d' % dno
|
|
+ address = '@TERMUX_PREFIX@/tmp/.X11-unix/X%d' % dno
|
|
if not os.path.exists(address):
|
|
# Use abstract address.
|
|
address = '\0' + address
|