olegos2 / mobox

2.37k stars 101 forks source link

termux x11 not connected #11

Open RoadGamesx opened 7 months ago

RoadGamesx commented 7 months ago

i start wine and showing Can't open display :0 Enter 1 to stop Then I opened the termux x11 app and it says not connected

olegos2 commented 7 months ago

Make sure you've installed termux-x11 from mobox repo. Also you can test it with Startup compatibility mode in Device compatibility settings

RoadGamesx commented 7 months ago

i try but same problem not connected in termux-x11

Mateusbr762 commented 6 months ago

When I install termux:x11 it says that my cell phone is not compatible, what should I do? My android is 12.

RoadGamesx commented 6 months ago

I Re Install Now Working Fine Android 11

qingwwa commented 6 months ago

Try to turn off X11 and click start wine

craankyinkyy commented 5 months ago

Bro did you find an fix for this? Having the same problem rn

RoadGamesx commented 5 months ago

Bro did you find an fix for this? Having the same problem rn

termux app clear data and install mobox and make sure all code / file 100% downloading process complete. then 100% working

craankyinkyy commented 5 months ago

Thanks, ill try on my way home

craankyinkyy commented 5 months ago

Thanks, ill try on my way home

Didnt work

Marius0402 commented 4 months ago

not workingg

renansimoes commented 4 months ago

I'm having the same issue. Tried clear app data and reinstall but there's no effect.

artiomborovinskii commented 2 weeks ago

I fix like it

termux-chroot 
dpkg --remove --force-remove-reinstreq bash-completion termux-x11-nightly
apt install coreutils
apt install --reinstall dpkg
exit
echo -e '#!/bin/sh\nexit 0' > /data/data/com.termux/files/usr/bin/dpkg-maintscript-helper                                          chmod +x /data/data/com.termux/files/usr/bin/dpkg-maintscript-helper
apt clean
apt install --reinstall termux-x11-nightly