Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5103

Deutsch • *SOLVED* Re: Grafische Oberfläche auf default zurücksetzen?

$
0
0
Das Hauptproblem hat sich erledigt.
Google und ChatGPT konnte mir (damals) nicht helfen. Co-Pilot konnte mir nach dem dritten Anlauf helfen:

Entfernen Sie alle aktuellen Desktop-Umgebungen:

Code:

sudo apt-get remove --purge lxde lxde-common lxde-coresudo apt-get autoremovesudo apt-get clean
Installieren Sie die Standard-Desktop-Umgebung neu:

Code:

sudo apt-get updatesudo apt-get install --reinstall raspberrypi-ui-modssudo apt-get install --reinstall pi-greeter
Setzen Sie alle Konfigurationsdateien zurück:

Code:

cp /etc/skel/.config ~/.config -Rsudo reboot
https://prnt.sc/8PAULtv149Lr

Das hat bei mir auf anhieb funktioniert!
Beste Grüße
Chris

Statistics: Posted by Interlink — Mon Nov 04, 2024 6:58 am



Viewing all articles
Browse latest Browse all 5103

Trending Articles