Oncelikle Raspberry Pi OS'i son surume guncelleyelim.

raspbery Pi OS guncelleme:

sudo apt update
sudo apt full-upgrade

Pulseaudio Bluetooth desteği icin:

sudo apt purge bluealsa
sudo apt install pulseaudio-module-bluetooth

Xfce kurulum rehberi:

Xfce masaustu bileşenlerini Raspberry Pi'nize yuklemek icin aşağıdaki komutu calıştırın.

sudo apt install -y xserver-xorg xfce4 xfce4-goodies

goruntu sunucusunu kontrolu

sudo systemctl get-default



Eğer yukarıdaki gibi graphical. Target değilse değiştirmek icin:
sudo systemctl set-default graphical.target

goruntucu yoneticisi secimi

sudo dpkg-reconfigure lightdm



oturum yoneticisi secimi

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






Buradan "startxfce4"u seciyoruz.

Pencere yonetici secimi

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





Buradan "xfwm4"u seciyoruz.
Bu işlemden sonra Raspberry Pi'mizi yeniden başlatıyoruz.

Acılışta cıkan soruya varsayılan yapılandırmayı kullan diyerek cevap veriyoruz.

Ek olarak:
Raspberry Pi Config'e girmek icin: sudo raspi-config
Otomatik olarak giriş yapmak icin:sudo nano /usr/share/lightdm/lightdm.conf.d/01_debian.conf
"Greeter-HIDe-users" değerini false olarak değiştiriyoruz.