I’m using termux,installed through F-Droid on Android 14 installed on the Raspberry Pi 4.
This is what I did to have xfce4 running with X11 :
$ pkg install x11-repo termux-x11-nightly xwayland xfce4-session xfce4 xfce4-goodies
$ pkg upgrade
installed app-arm64-v8a-debug.apk from here :
https://github.com/termux/termux-x11/releases/download/nightly/app-arm64-v8a-debug.apk
$ termux-x11 :1 -xstartup "dbus-launch --exit-with-session xfce4-session"
nano /data/data/com.termux/files/home/.xinitrc
xterm&
at this point I can use xfce4 + X11 on Android : great.
Now what I really miss is barrier.
I find very comfortable to be able to share mouse and keyboard from
Linux to xfce4 installed on top of Android through termux.
Unfortunately,when I tried to install barrier using :
$ pkg install barrier
I saw that this package can't be installed.
Is there an alternative method to have it ?
is there a special command that register them,so that the system can detect them ? something like sudo ldconfig,but this command does not work on termux.
There used to be an app for Synergy on F-Droid that I got to work a few times, but it was buggy and crashed a lot. Maybe that could be updated to work with Barrier and be more stable? I’d love if that were functional again.