`Yisus7u7(now, JesusChapman)/termux-desktop-xfce` is deprecated
Recommend
https://github.com/sabamdarif/termux-desktop
It's recommended officially from https://github.com/JesusChapman/termux-desktop-xfce
Skip it. Do NOT try it
~~curl -sLf https://raw.githubusercontent.com/Yisus7u7/termux-desktop-xfce/main/boostrap.sh | bash vncserver -listen tcp~~
But do it
Install https://github.com/sabamdarif/termux-desktop and then
tx11start
# or
vncstart
Check DISPLAY in virtual desktop (default: :0.0)
echo $DISPLAY
Match DISPLAY number in python script
options.add_argument("--display=:0")
deprecated doesn't its bad to use, just no update, but i don't think its really important, but anyway, thanks for suggest!
Additionally, the curl -sLf https://raw.githubusercontent.com/Yisus7u7/termux-desktop-xfce/main/boostrap.sh | bash command results in a 404 error.
I also had to manually install tigervnc and xfce with pkg install tigervnc and pkg install xfce before it worked.
So it's not just deprecated — there are actual issues during installation.
Even after setting it up, there were still some problems with xfce.
By the way, https://github.com/sabamdarif/termux-desktop is super cool!