termux / termux-x11

Termux X11 add-on application.
https://termux.dev
GNU General Public License v3.0
1.96k stars 301 forks source link

Termux-x11 does not work on Android 14 #423

Closed hansm629 closed 1 year ago

hansm629 commented 1 year ago
![Screenshot_20230811_130740_Settings](https://github.com/termux/termux-x11/assets/101167173/9ed35f14-8f8f-4233-a7e7-26393e421ed7)

My Galaxy S23 Ultra I participated in OneUI6 BETA and updated it to Android14.

The X11 server on Termux-x11 has not worked at all since the update.

~ $ TERMUX_X11_DEBUG=1 termux-x11 :1 &
[1] 27916
~ $ env DISPLAY=:1 dbus-launch --exit-with-session xfce4-session
xfce4-session: Cannot open display: .
Type 'xfce4-session --help' for usage.
[1]+  Aborted                 TERMUX_X11_DEBUG=1 termux-x11 :1
~ $
sylirre commented 1 year ago

Related to https://github.com/termux/termux-packages/issues/16255

Run

find $PREFIX -type f -iname "*.apk" -exec chmod 400 "{}" \;