cheesecakeufo / komorebi

A beautiful and customizable wallpapers manager for Linux
GNU General Public License v3.0
3.36k stars 235 forks source link

After uninstall desktop unstable and without icons #106

Open falko opened 6 years ago

falko commented 6 years ago

After uninstalling Komorebi: When I minimize the last window, I see the Ubuntu 16.04 default wallpaper or sometimes a black screen and no desktop icons and sometimes the X server freezes with 100% CPU load. I can't change the wallpaper in Ubuntu.

kpuljek commented 6 years ago

Yup, same here. Removed it completely, purged all settings, it's still broken.

Edit: Got the desktop back by running this in the terminal: gsettings set org.gnome.desktop.background show-desktop-icons true

sriharshakappala commented 6 years ago

@kpuljek You are a life saver!

falko commented 6 years ago

Thx @kpuljek! That fixed it for me too.

Nevertheless, this should be automated by the uninstall scripts of Komorebi

sweetquiet commented 5 years ago

!/bin/bash

echo "[INFO] Ignore any errors" echo "[*] Resetting desktop configuration" gsettings set org.gnome.desktop.background show-desktop-icons true || true gsettings set org.nemo.desktop show-desktop-icons true || true

BadWolf47 commented 2 years ago

Yup, same here. Removed it completely, purged all settings, it's still broken.

Edit: Got the desktop back by running this in the terminal: gsettings set org.gnome.desktop.background show-desktop-icons true

I have to run this command every time i boot my PC because the icons don't show up and right-click doesn't work.