We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b6904 commit ad511abCopy full SHA for ad511ab
udroid-landing/quick-installation-and-usage.md
@@ -61,15 +61,19 @@ pulseaudio --start --load="module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth
61
62
First up of all install Termux-x11 from above link, in termux use
63
64
-```
+```bash
65
XDG_RUNTIME_DIR=$PREFIX/bin Xwayland -ac :1 > /dev/null &
66
```
67
68
-This time start udroid with
+This time start udroid with `--shared-tmp`
69
70
71
proot-distro login udroid --shared-tmp
72
73
+###### or
74
75
+udroid --shared-tmp
76
+```
77
78
And then start Xfce4 on Xwayland via
79
0 commit comments