actionschnitzel / Make-Me-Xfce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

:goberserk:/// Make-Me-Xfce /// For RaspberryPi OS ///:goberserk:

https://www.xfce-look.org/browse/

:goberserk: Terminal Method

✏️Prepaire for Xfce4

sudo apt-get update -y

sudo apt install xfce4 xfce4-terminal xfce4-goodies -y

✏️Change Desktop

sudo update-alternatives --config x-session-manager

/usr/bin/startxfce4 # to select

sudo update-alternatives --config x-window-manager

/usr/bin/xfwm4 # to select

sudo reboot

✏️Wifi-FIX

For some reason Wifi isn't working with the standard manager

sudo apt install network-manager-gnome -y                
   
sudo systemctl disable dhcpcd
    
sudo /etc/init.d/dhcpcd stop
    
sudo reboot

✏️Bluetooth-FIX

If bluetooth isn't working

sudo apt install bluetooth pulseaudio-module-bluetooth blueman bluez-firmware
    
sudo reboot

✏️Password-Prompt-FIX

sudo apt install gnome-keyring libpam-gnome-keyring 
    
sudo reboot

✏️Good Theme

sudo apt install numix-gtk-theme
    
sudo reboot

Bonus: Don't forget Wiskermenu ;-)

About