arch linux kde script not working
In arch linux kde script
$DISPLAY is not set or cannot connect to the X server.
There is an error, how can I fix it?
Make new sh script and insert this
setenforce 0 sh /data/data/com.termux/files/usr/bin/termux-x11 & busybox mount --bind /data/data/com.termux/files/usr/tmp /data/local/chroot-distro/archlinux/tmp setenforce 1 chroot-distro command archlinux "export PULSE_SERVER=127.0.0.1" chroot-distro login archlinux
Then save it and chmod +x it
As root run it and then run (or make a new sh script to make it easier later)
export DISPLAY=:0 PULSE_SERVER=tcp:127.0.0.1:4713 && dbus-launch --exit-with-session
startxfce4
I have the sam problem with debian kde. When i try to run your first script i get setenforce: Max 1 argument (see "setenforce --help")