A script to install gnome on the Raspberry Pi
This fork disables the update part for rapid testing and activates lite install feature of the script.
This simply installs the gnome package for Raspberry Pi OS, then modifies config files to optimize GNOME.
If you just want an image that you can use, click this link for a pre-built image: https://drive.google.com/file/d/1HhPrALnSO8WIo6ZK-dp4QFzuXbW_L-p0/view?usp=sharing
Video tutorial: https://youtu.be/JTwh7ndiNU0
To get started, you'll need to do initial setup first.
This must be done with Raspberry Pi OS lite, and an ethernet cable is required at the beginning of the prossedure.
Firstly, login. REMEMBER: Username: pi, Password: raspberry
then type:
sudo raspi-config
You will want to enable fakeKMS (Advanced -> openGL driver -> fakeKMS). It may ask to install packages. Install them.
Also, now is a good time to update:
sudo apt update
and install git:
sudo apt install git
Now that you've done that, run:
git clone https://github.com/EmreDUR/gnomeforpi.git && cd gnomeforpi && sudo bash gnomeforpi-install
and just let her rip!
Once it's finished, it will reboot, and you'll be faced with a login screen. Use the same credetials as above.
NOTE: Click the cogwheel at the bottom left of the login screen to change to "GNOME on Xorg". In my expeirirence, it provides the best performance.
Everything should be working now. Animations work, but they can be disabled in tweaks.
Enjoy!