Skip to content

6im0n/Reinstall-gnome-for-fedora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 

Repository files navigation

Gnome for epitech install ✨

Script to reinstall gnome desktop graphic environement for dump of epitech fedora.

chmod +x gnome_install_for_fedora.sh

And to run it

./gnome_install_for_fedora.sh"

Before start

Your computer will be restarted 15seconds after the installation success
After next to the login script chose GNOME option to change desktop environement.

After install

Usefull tools

https://github.com/erpalma/throttled

Installation of Nvidia driver

dnf install dnf-plugins-core -y
dnf copr enable t0xic0der/nvidia-auto-installer-for-fedora -y
dnf install nvautoinstall -y
sudo nvautoinstall rpmadd
sudo nvautoinstall nvrepo
sudo nvautoinstall driver
sudo nvautoinstall plcuda

More detail at : https://github.com/t0xic0der/nvidia-auto-installer-for-fedora-linux

Pour les buttons maximize et minimize:

gsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize,close"

Pour desactiver les son (clavier)

gsettings set org.gnome.desktop.sound event-sounds false

Pour les icones sur le desktop:

sudo dnf install nemo
sudo emacs ~/.config/autostart/nemo-autostart-with-gnome.desktop

Ou nano :

sudo nano ~/.config/autostart/nemo-autostart-with-gnome.desktop

Et copier coller :

Type=Application
Name=Nemo
Comment=Start Nemo desktop at log in
Exec=nemo-desktop
OnlyShowIn=GNOME;
AutostartCondition=GSettings org.nemo.desktop show-desktop-icons
X-GNOME-AutoRestart=true
NoDisplay=true

Extensions gnome : (WIP)

https://extensions.gnome.org/extension/1160/dash-to-panel/

https://extensions.gnome.org/extension/3193/blur-my-shell/

https://extensions.gnome.org/extension/4470/media-controls/

https://extensions.gnome.org/extension/4033/x11-gestures/

with

$ dnf install touchegg
# You also need to manually start the service
$ sudo systemctl start touchegg
$ sudo systemctl enable touchegg

https://extensions.gnome.org/extension/841/freon/

https://extensions.gnome.org/extension/1085/simple-net-speed/

Things to do :

About

Reinstall gnome for fedora for the epitech bocal OS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages