Skip to content

Commit fa3dd35

Browse files
author
lonely
authored
Update termux-x11.md
1 parent 179e6d2 commit fa3dd35

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

udroid-landing/setting-up-gui/termux-x11.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,36 +24,16 @@ Get xwayland and termux-x11 from x11 repository
2424

2525
```bash
2626
pkg install x11-repo -y
27-
pkg install xwayland termux-x11
27+
pkg install termux-x11-nightly
2828
```
2929

30-
Set property `allow-external-apps` to `true` in `~/.termux/termux.properties`
31-
32-
```
33-
echo 'allow-external-apps = true' >> ~/.termux/termux.properties
34-
termux-reload-settings
35-
```
36-
37-
{% hint style="info" %}
38-
Recommended to restart termux
39-
{% endhint %}
40-
41-
The zip you installed from[ STEP 2](termux-x11.md#prerequisites) contains a `.deb` file. to start `termux-x11` the server we need to install it in `termux` session
42-
43-
```
44-
termux-setup-storage
45-
cp /sdcard/Download/termux-x11.zip ~
46-
unzip termux-x11.zip
47-
cd termux-x11
48-
dpkg -i --force-depends termux-x11.deb
49-
```
5030

5131
### 4. Using Termux-x11 to run udroid
5232

5333
Assuming you installed ubuntu with proot-distro with xfce4 installed, in termux session execute
5434

5535
```bash
56-
termux-x11
36+
termux-x11 DISPLAY=:0
5737
```
5838

5939
this starts termux-x11 with all the required ENV variables

0 commit comments

Comments
 (0)