We use some essential cookies to make our website work.

We use optional cookies, as detailed in our cookie policy, to remember your settings and understand how you use our website.

58 posts
thatchunkylad198966
Posts: 647
Joined: Thu Jul 04, 2019 10:21 am

Re: HOWTO: Install the GNOME Desktop Enviroment on Raspberry Pi OS lite (With new script and image)

Mon May 24, 2021 12:33 pm

'Grats on your image!
[NEW] Ubuntu - CM4/RPi4B custom image(s)! XFCE4, LXQt, i3-WM, WireGuard, Samba, Kodi, Latest MESA graphics drivers!

Code: Select all

https://www.raspberrypi.org/forums/viewtopic.php?f=131&t=314419

Giga_Pi
Posts: 244
Joined: Mon May 20, 2019 9:48 am

Re: HOWTO: Install the GNOME Desktop Enviroment on Raspberry Pi OS lite (With new script and image)

Mon May 24, 2021 1:48 pm

thatchunkylad198966 wrote:
Mon May 24, 2021 12:33 pm
'Grats on your image!
Thanks! It's really thanks to Botspot for creating Pi Power Tools that made the process so easy though...
GNOME for Pi

A project to get the popular GNOME desktop to run on Raspberry Pi OS.

Guide here: https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=276512

Giga_Pi
Posts: 244
Joined: Mon May 20, 2019 9:48 am

Re: HOWTO: Install the GNOME Desktop Enviroment on Raspberry Pi OS lite (With new script and image)

Thu Jun 10, 2021 10:28 am

If you prefer video tutorials here is one: https://youtu.be/JTwh7ndiNU0
GNOME for Pi

A project to get the popular GNOME desktop to run on Raspberry Pi OS.

Guide here: https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=276512

upi4
Posts: 5
Joined: Thu Jun 17, 2021 7:12 am

Re: HOWTO: Install the GNOME Desktop Enviroment on Raspberry Pi OS lite (With new script, video and image)

Thu Jun 24, 2021 7:47 am

Hello,

Am new to raspberry Pi. Didn’t realize while running your git repository and all my settings with Raspbian is gone. Is there a way to undo by any chance to go back to my old raspbian with all my settings?

Please reply.

Giga_Pi
Posts: 244
Joined: Mon May 20, 2019 9:48 am

Re: HOWTO: Install the GNOME Desktop Enviroment on Raspberry Pi OS lite (With new script, video and image)

Thu Jun 24, 2021 11:44 am

Luckily, I have actually found a way of reverting the changes.

If you run:

Code: Select all

sudo apt remove gnome-session gnome-shell nautilus gedit gnome-terminal seahorse gnome-tweaks piwiz network-manager
then:

Code: Select all

sudo apt auotremove
you can then re-install using:

Code: Select all

sudo apt install raspberrypi-ui-mods pi-greeter rpd-icons
This may leave some left over gnome apps, but you should have Raspberry Pi OS desktop back

Does this work for you?
GNOME for Pi

A project to get the popular GNOME desktop to run on Raspberry Pi OS.

Guide here: https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=276512

upi4
Posts: 5
Joined: Thu Jun 17, 2021 7:12 am

Re: HOWTO: Install the GNOME Desktop Enviroment on Raspberry Pi OS lite (With new script, video and image)

Thu Jun 24, 2021 1:50 pm

Giga_Pi wrote:
Thu Jun 24, 2021 11:44 am
Luckily, I have actually found a way of reverting the changes.

If you run:

Code: Select all

sudo apt remove gnome-session gnome-shell nautilus gedit gnome-terminal seahorse gnome-tweaks piwiz network-manager
then:

Code: Select all

sudo apt auotremove
you can then re-install using:

Code: Select all

sudo apt install raspberrypi-ui-mods pi-greeter rpd-icons
This may leave some left over gnome apps, but you should have Raspberry Pi OS desktop back

Does this work for you?
Thank you for your quick response. Am still figuring out how to now connect to terminal via SSH to run those commands which you gave. Not having monitor and so not able log in back to pi and run those commands.

upi4
Posts: 5
Joined: Thu Jun 17, 2021 7:12 am

Re: HOWTO: Install the GNOME Desktop Enviroment on Raspberry Pi OS lite (With new script, video and image)

Thu Jun 24, 2021 2:30 pm

Hello Giga_Pi,

You have done good job creating this. Saying those on after reading all comments who have installed and its working for them. But for nerd like me did not think of backing up my system before trying this out. Am agreeing this due to lack of my knowledge. But if you can just put this "WARNING" statement (Please do back up your system if something fails so original system image can be loaded back to get you to a state where it was working all for your in Raspberry Pi Desktop OS) inside your original post to beginners who are trying to do this. Actually had all VPN, Docker, nextcloudPi and was running my system smooth but after this nothing is coming up. The internet broke, could not find what IP is assigned to raspberry pi, basically don't know what my external SSD was doing it. So now simply loading the fresh copy of Raspbian OS and starting from scratch. This is a big learning for me though. Have to learn to back my system.

This would really help others like me before trying this.

Now to try your this GNOME we will use fresh SD Card to play around first and then will go forward with it.

Thank You :)

Giga_Pi
Posts: 244
Joined: Mon May 20, 2019 9:48 am

Re: HOWTO: Install the GNOME Desktop Enviroment on Raspberry Pi OS lite (With new script, video and image)

Thu Jun 24, 2021 3:08 pm

upi4 wrote:
Thu Jun 24, 2021 2:30 pm
Hello Giga_Pi,

You have done good job creating this. Saying those on after reading all comments who have installed and its working for them. But for nerd like me did not think of backing up my system before trying this out. Am agreeing this due to lack of my knowledge. But if you can just put this "WARNING" statement (Please do back up your system if something fails so original system image can be loaded back to get you to a state where it was working all for your in Raspberry Pi Desktop OS) inside your original post to beginners who are trying to do this. Actually had all VPN, Docker, nextcloudPi and was running my system smooth but after this nothing is coming up. The internet broke, could not find what IP is assigned to raspberry pi, basically don't know what my external SSD was doing it. So now simply loading the fresh copy of Raspbian OS and starting from scratch. This is a big learning for me though. Have to learn to back my system.

This would really help others like me before trying this.

Now to try your this GNOME we will use fresh SD Card to play around first and then will go forward with it.

Thank You :)
Yeah, although I think in the original post, I did mention a fresh install of Raspberry Pi OS lite was required. I'll make a more explicit warning.

Sorry about all your data getting lost, I hope that hasn't affected too much.

If you want to install on a full version of Raspberry Pi OS, use the script here: https://github.com/TerraGitHuB/gnomeforpi-full
GNOME for Pi

A project to get the popular GNOME desktop to run on Raspberry Pi OS.

Guide here: https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=276512

58 posts

Return to "Raspberry Pi OS"

AltStyle によって変換されたページ (->オリジナル) /