tuanpham-dev / termux-ubuntu

This helps you install Ubuntu 20 + XFCE4 desktop on Termux with ease.
395 stars 61 forks source link

Using a different DE instead of xfce (for example gnome) #5

Closed devlocalhost closed 3 years ago

devlocalhost commented 3 years ago

I just installed this script on my phone, and using it on my laptop via vnc, but there's a problem. I tried to install gnome and then after logging out I got a black screen. Is it possible to install a different DE instead of xfce? If yes, how? Thanks

tuanpham-dev commented 3 years ago

@devlocalhost - I don't think gnome desktop is installable, I got errors on some packages. However if you can fix them, feel free to create a PR. FYI, you can install ubuntu without desktop environment to add another DE with this command:

pkg update -y && pkg install wget curl proot tar -y && wget https://raw.githubusercontent.com/tuanpham-dev/termux-ubuntu/master/ubuntu.sh && chmod +x ubuntu.sh && bash ubuntu.sh nde
devlocalhost commented 3 years ago

@devlocalhost - I don't think gnome desktop is installable, I got errors on some packages. However if you can fix them, feel free to create a PR. FYI, you can install ubuntu without desktop environment to add another DE with this command:

pkg update -y && pkg install wget curl proot tar -y && wget https://raw.githubusercontent.com/tuanpham-dev/termux-ubuntu/master/ubuntu.sh && chmod +x ubuntu.sh && bash ubuntu.sh nde

Alright, thanks. I'll see what I can do