hello i am the type of guy who puts Ubuntu 22.04 Gnome on android. Tools, you will need Te28+✓jeujN82- i mean Termux, Termux X11 and docs.udroid.org. first update your packages with “pkg update && pkg upgrade”. second you need curl, which the command is “. <(curl -Ls https://bit.ly/udroid-installer)” however that installs Xubuntu 22.04 which you don't need, or maybe you need that? then press q if it asks jammy:xfce4. Then type in “udroid install jammy:gnome”. This might take a while. then lo- i mean install x11-repo and termux-x11-nightly. “pkg install x11-repo && pkg install termux-x11-nightly”. then do the display with “termux-x11 :0 -ac &”. then login with “udroid login jammy:gnome”. then update your sources with “apt update && apt upgrade”. to start gnome, it will be this: “export DISPLAY=:0
export XDG_CURRENT_DIR=GNOME

# PATH GNOME issue with proot
for file in $(find /usr -type f -iname "*login1*"); do mv -v $file "$file.back"; done

service dbus start
gnome-shell --x11”. Hope this helped you.