I'm using termux x11 dev build version 1.02.06 and I installed the deb package.
https://github.com/termux/termux-x11/actions/runs/2418991974
I login using this command
proot-distro login udroid-focal-xfce4 --shared-tmp
And I export the display
export DISPLAY=:0
And I start xfce4
dbus-launch --exit-with-session startxfce4
And then I get an error message
/usr/bin/startxfce4: X server already running on display :0 xrdb: Connection refused xrdb: Can't open display ':0' Unable to init server: Could not connect: Connection refused xfce4-session: Cannot open display: . Type 'xfce4-session --help' for usage.
I also tried this command
DISPLAY=:1 xfce4-session
And I get this error message
Unable to init server: Could not connect: Connection refused xfce4-session: Cannot open display: . Type 'xfce4-session --help' for usage.
I'm using termux x11 dev build version 1.02.06 and I installed the deb package.
https://github.com/termux/termux-x11/actions/runs/2418991974
I login using this command
proot-distro login udroid-focal-xfce4 --shared-tmpAnd I export the display
export DISPLAY=:0And I start xfce4
dbus-launch --exit-with-session startxfce4And then I get an error message
/usr/bin/startxfce4: X server already running on display :0 xrdb: Connection refused xrdb: Can't open display ':0' Unable to init server: Could not connect: Connection refused xfce4-session: Cannot open display: . Type 'xfce4-session --help' for usage.I also tried this command
DISPLAY=:1 xfce4-sessionAnd I get this error message
Unable to init server: Could not connect: Connection refused xfce4-session: Cannot open display: . Type 'xfce4-session --help' for usage.