Selenium-On-Termux-Android icon indicating copy to clipboard operation
Selenium-On-Termux-Android copied to clipboard

`Yisus7u7(now, JesusChapman)/termux-desktop-xfce` is deprecated

Open luckyabsoluter opened this issue 8 months ago • 2 comments

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")

luckyabsoluter avatar Apr 25 '25 11:04 luckyabsoluter

deprecated doesn't its bad to use, just no update, but i don't think its really important, but anyway, thanks for suggest!

luanon404 avatar Apr 26 '25 06:04 luanon404

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!

luckyabsoluter avatar Apr 26 '25 10:04 luckyabsoluter