Skip to content

Latest commit

 

History

History
101 lines (66 loc) · 1.93 KB

File metadata and controls

101 lines (66 loc) · 1.93 KB

Arch-Linux-KDE-Plasma-Desktop-On-Termux-x11

This is a preinstalled arch-linux distro with KDE plasma Desktop. For Android 12 & 13,before you install it , disable phantom process killer.Watch from here.

Here

Preview

To Do

First,Download Archlinux Distro From Here.(some regions need vpn)

Link

Installation

Download archlinux.tar.xz to Device's Download folder first.

Install zsh

pkg up -y && pkg i -y zsh wget

wget https://github.com/atamshkai/Termux-Zsh/raw/main/zsh.tar.xz

tar -xvJf zsh.tar.xz && mv zsh/.* ~/ && rm -rf zsh

chsh -s zsh

Then,

echo "killall pulseaudio &>/dev/null" >>~/.zshrc
echo "pulseaudio --start --exit-idle-time=-1; pacmd load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1" >>~/.zshrc
pkg up -y && pkg i -y x11-repo && pkg i -y proot-distro pulseaudio termux-x11-nightly
termux-setup-storage
proot-distro restore /sdcard/download/archlinux.tar.xz
exit

Login again to terminal

Before login to proot,start termux-x11 first.

termux-x11 :1

Then,open another session & login

proot-distro login archlinux --shared-tmp
pacman -S konsole --noconfirm

Then

rm /run/dbus/pid
dbus-daemon --system
sleep 4
export PULSE_SERVER=127.0.0.1
env DISPLAY=:1 dbus-launch startplasma-x11 -dpi 120

OR

tm-x11

Termux

Download

Termux-x11

Download

Archlinux,Manjaro,Debian,Kali OSs are suitable with KDE on termux-x11.