Skip to content

sabamdarif/gnome-in-termux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easily Install Gnome Desktop in Termux

GitHub stars GitHub issues

Features:

  • 🔈 Fixed Audio Output
  • 🌐 2 Browsers (Chromium & Mozilla Firefox)
  • 📺 VLC Media Player work fine
  • 📚 Easy To Setup
  • 💻 Vnc Login Issue Fixed
  • 💻 Termux:x11 Also Work
  • 🔨 Gnome Software Preinstalled (working)
  • 📚 And Much More

Installation:

  1. If you are using android 12 or higher then first disable phantom process killer Tutorial

  2. Install Termux apk from HERE

  3. Now copy pest this in termux 👇

  4. pkg update -y ; pkg install wget -y ; wget https://raw.githubusercontent.com/sabamdarif/gnome-in-termux/main/setup.sh ; bash setup.sh 
    
    • Now Select CORE Or FULL(recomended)

      DEMO IMAGES:
      CORE FULL
      img img
  5. You have to note your VNC password !!

  6. Now Restart Termux And Login Into Your Distro

  7. Install VNC VIEWER Google Play Store Or NetHunter KeX From Nethunter Store

  8. Click On Connect & Type The Password

  9. OR, Use Termux:x11

  10. Enjoy 😄

NOTE:

  • Type DISTRO-NAME to login into DISTRO CLI.
  • Type DISTRO-NAME -r to login as root user
  • Type vncstart OR From Termux Type DISTRO-NAME -vncstart to run Vncserver
  • Type vncstop OR From Termux Type DISTRO-NAME -vncstart to stop Vncserver
  • Type DISTRO-NAME -tx11 to use gnome with Termux-x11
  • Type vncstop -f to stop Vncserver forcefully
  • Type DISTRO-NAME -remove to remove the distro

Like If You Install Debian So Just Type debian -r / debian -vncstart / debian -remove

Warning:

  • In future if you upgarde the system the desktop will fail to launch.

Fix:

  • First run the below command then login again
for file in $(find /usr -type f -iname "*login1*"); do rm -rf $file
   done

ISSUES:

  • 1:- Debian Based Distro Supported Only
  • 2:- Flatpack don't work
  • 3:- Some extension don't work

If you like our work then dont forget to give a Star :)