Termux Graphical Environment installer with preconfigured sound, VNC, and termux-x11 startup script
Supported Desktop Environment/Window Manager
- XFCE (Recommended for beginner), MATE, Openbox, Fluxbox (stable)
- Cinnamon (A bit slow)
- LXQt (Sometimes the icons goes missing,
papirus-icon-themeis installed automatically but you should configure it manually)
If you want to install multiple desktop environment, now you can. But if you want to use VNC instead of Termux:X11 you need to edit ~/.vnc/xstartup with this command: nano ~/.vnc/xstartup
-
XFCE (Recommended for begginers)
curl -O https://github.com/arfshl/termux-desktop/raw/main/xfce.sh && sh xfce.sh && rm xfce.sh -
MATE
curl -O https://github.com/arfshl/termux-desktop/raw/main/mate.sh && sh mate.sh && rm mate.sh -
LXQt
curl -O https://github.com/arfshl/termux-desktop/raw/main/lxqt.sh && sh lxqt.sh && rm lxqt.sh -
Cinnamon (Heavy)
curl -O https://github.com/arfshl/termux-desktop/raw/main/cinnamon.sh && sh cinnamon.sh && rm cinnamon.sh -
Fluxbox
curl -O https://github.com/arfshl/termux-desktop/raw/main/fluxbox.sh && sh fluxbox.sh && rm fluxbox.sh -
Openbox
curl -O https://github.com/arfshl/termux-desktop/raw/main/openbox.sh && sh openbox.sh && rm openbox.sh -
Install Firefox Browser, VLC Media Player, and utilities (Except LXQt)
apt update && apt install firefox vlc thunderbird xarchiver atril eog galculator mousepad libheif webp-pixbuf-loader p7zip -y && apt clean -
Install Firefox Browser, VLC Media Player, and utilities (For LXQt)
apt update && apt install firefox vlc thunderbird lxqt-archiver atril lximage-qt galculator featherpad libheif webp-pixbuf-loader p7zip -y && apt clean
andronixapp/andronixorigin Inspiration for making this project, VNC startup mechanism, Licensed under MIT License.
linuxmasterdroid/termux-desktops Pulseaudio and Termux:X11 startup mechanism, Licensed under GPLv3.
Pulseaudio fix for One UI, Issue #19623 on termux-packages