Hallow friends welcome to our blog post.In this post I will explain that how we can install xfce4 on Android using termux.After installing xfce4 you use a beautiful desktop environment on Android.
What is xfce4
XFCE is a free and open-source desktop environment for Linux and Unix-like operating systems.In a nutshell xfce is a desktop environment of Linux.
Pre-requirements
• Termux application
• VNC viewer application
• 2GB free space
After installing the two applications mentioned above open your termux application and enter the following commands.
1.apt-get update
2.apt-get upgrade
3.pkg install x11-repo
4.pkg install tigervnc
5.pkg install vim
6.pkg install aterm
7.pkg install xfce4
8.vncserver
After that we have to set a password for our vnc server.
Then open your VNC viewer application and click on the plus icon and set a connection by entering Address as localhost:1 and you can choose any name for it.And then Tab on connect button.
And then again you have to enter the same password which you had entered on Termux during setup vnc server.After setup the password close your VNC viewer application and open termux again.And enter the command 👇
vncserver -kill localhost:1
To close vnc server connection
cd .vnc
vi xstartup
Then add a new line "xfce4-session &" to the file .
Then enter the following command to start again the vncserver
vncserver -geometry 1508x720
And then again open your VNC viewer application and tab to connect.
And you will see a beautiful desktop mode on your Android device.
0 Comments