这是indexloc提供的服务,不要输入任何密码
Skip to content

arfshl/termux-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Termux Desktop

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-theme is 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

You Need

Installation

  • 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
    

Credits

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

Releases

No releases published

Packages

No packages published

Languages