ZhymabekRoman / Exagear-For-Termux

Non official modified version of Exagear for Termux and proot based environemnts - Anlinux, AndroNix, UserLand and etc. No root access required
GNU General Public License v2.0
175 stars 15 forks source link

Help #20

Closed mesflit closed 1 year ago

mesflit commented 1 year ago

How to start and connect to vnc or wayland. Need to install something like Xfce4? And how do I start the exe programs I downloaded?

ZhymabekRoman commented 1 year ago

How to start and connect to vnc or wayland.

apt install tightvncserver -y
vncserver

Need to install something like Xfce4?

If you want full Desktop environment you should install Xfce4. Or else you can just use a windows manager like openbox.

And how do I start the exe programs I downloaded?

Install Wine and execute exe file using it: wine example.exe