📦 Termux Debian XFCE Startup Script

Platform-Android Environment-Termux-X11 Type-Automation

A lightweight automation script that launches a full Debian desktop environment on Android using Termux + Termux-X11.


📸 Preview

Preview


🚀 Features


📥 Installation

1. Clone repository

git clone git@github.com:MehmetOSTeam/termux-debian-sh.git
cd termux-debian-sh
        

2. Make script executable

chmod +x debian-xfce.sh
        

⬇️ download

📦 ZIP download (main branch)
🔗 Git clone
🌐 GitHub repo page
Download(.sh)


▶️ Usage

Run the desktop environment with one command:

./debian-xfce.sh
        

⚙️ Requirements

Install required packages in Termux:

pkg update && pkg upgrade -y
pkg install x11-repo -y
pkg install termux-x11-nightly -y
pkg install proot-distro -y
        

Install Debian rootfs:

proot-distro install debian
        

🧠 How It Works

  1. Terminates existing Termux-X11 sessions
  2. Starts X11 display server
  3. Configures DISPLAY environment variable
  4. Launches Debian using proot-distro
  5. Starts Enlightenment desktop environment

⚠️ Notes


📱 Compatibility


📂 Project Structure

termux-debian-sh/
│
├── debian-xfce.sh
└── README.md
        

👨‍💻 Author

MDTLorg Team


📄 License

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files...