komorebi icon indicating copy to clipboard operation
komorebi copied to clipboard

After uninstall desktop unstable and without icons

Open falko opened this issue 6 years ago • 5 comments

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.

falko avatar Mar 23 '18 14:03 falko

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

kpuljek avatar Apr 01 '18 16:04 kpuljek

@kpuljek You are a life saver!

sriharshakappala avatar Apr 03 '18 06:04 sriharshakappala

Thx @kpuljek! That fixed it for me too.

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

falko avatar Apr 03 '18 09:04 falko

#!/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

sweetquiet avatar Nov 19 '18 09:11 sweetquiet

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.

BadWolf47 avatar Jul 09 '22 07:07 BadWolf47