How To Install Termux With Windows 10 Desktop On Android

 

Hello Everyone, welcome to my Blog, in today's Article I'm gonna write on how To install Termux Desktop With Windows10 Theme On Android, Read this Tutorial till the end and copy all of the commands that's used in this Article to setup yours, and Also don't forget to watch the video at the end of this Article to understand how this is done in practical.

Prerequisites:

Procedures:

Step A - Download And Installation Of Termux 

  1. To install Termux, you have to download the F-droid Application, then Install Termux From F-droid. Click this link to download F-droid 
  2. After installing F-droid Launch The application and Search for "TermuxTerminal Emulator With Packages, install Termux through F-droid and once the installation is complete Launch Termux.

Step B - Termux Setup and XFCE GUI Installation 

Now that termux is installed, update the repository with the short command;
apt update && apt upgrade -y
After the update is complete, install x11-repo with the command,
pkg install x11-repo 
After installing x11, you can now install the XFCE desktop, using the command;
pkg install xfce4 xfce4-goodies xfce4-terminal xfce4-whiskermenu-plugin tigervnc -y
Once this is completed we'd create a shortcut command to access our desktop, do that with the command
echo "vncserver -geometry 1600x700 ; env DISPLAY=:1 xfce4-session" >> ../usr/bin/startserver ; chmod +x ../usr/bin/startserver 
Now create a vnc local connection with the command,
startserver 

NOTE 

the command "startserver" above should be use everytime you want create a local connection For the vnc

Step c - Windows 10 Theme Setup

Before proceeding, it is important that you download the windows 10 theme, icon and wallpaper, you can download them from the links below
  • Windows Theme : https://www.opendesktop.org/p/1013482
  • Windows icon : https://github.com/B00merang-Artwork/Windows-10
  • Windows wallpaper : https://wallpaperhub.app/wallpapers/1534
Once the download is complete, manually create a .themes and .icons folder in your home directory and move the files you downloaded into that folder respectively, create both folders with the command below;
mkdir .icons .themes
After moving in the files to both folders, unzip them with the "unzip" command, and setup your desktop by using the guide from the video below

Watch the video Here:

Post a Comment

Previous Post Next Post