komorebi icon indicating copy to clipboard operation
komorebi copied to clipboard

Desktop broken after closing Komorebi Linux Mint 18.2 Sonya

Open AngelWingsPanda opened this issue 6 years ago • 25 comments

Whenever I close Komorebi on Linux Mint 18.2 Sonya, my desktop no longer works along with any desktop context menus.

AngelWingsPanda avatar Sep 10 '17 22:09 AngelWingsPanda

Desklets still happen to work but no icons or context menus on the desktop.

AngelWingsPanda avatar Sep 10 '17 22:09 AngelWingsPanda

Same with Ubuntu 16.04 LTS, right click on desktop does nothing.

pombadev avatar Sep 11 '17 07:09 pombadev

Same here. Even after uninstalling (purge) the issue persists, even after restart. no desktop icons being shown, no right click working, even wallpaper had changed to default. I could set it back from settings but nothing else is working. How do I fix this?

nikhilw avatar Sep 11 '17 08:09 nikhilw

Hmm.. It seems to be taking control of show-desktop[icons] in a way that is incompatible with the way nemo works. Either that or it is not giving the control back while exiting. Either way it is breaking even the cinnamon system settings. So even if cinnamon settings show that the desktop and icons are enabled they are actually not. gsettings get org.nemo.desktop show-desktop-icons returns false. To enable run: gsettings set org.nemo.desktop show-desktop-icons true. It should work normally after this.

nikhilw avatar Sep 11 '17 09:09 nikhilw

Same here on Ubuntu 17.04. Any suggestions on how to fix this?

karanrajpal14 avatar Sep 12 '17 05:09 karanrajpal14

Have the problem as well, and the fix by nikhilw doesn't work, because gsettings get org.nemo.desktop show-desktop-icons returns true by default...

Romanovg185 avatar Sep 16 '17 20:09 Romanovg185

For Ubuntu users such as myself and @PombaM, here's a fix:

run this in your terminal,

edit: fixed incorrect command, sorry about that

gsettings get org.gnome.desktop.background show-desktop-icons which should return

false

If so, then run this to set it to true: gsettings set org.gnome.desktop.background show-desktop-icons true

This should restore your desktop back to normal as it did for me. Uninstall the program or disable it's startup just to ensure it doesn't happen again.

Source: ubuntuforums

karanrajpal14 avatar Sep 17 '17 11:09 karanrajpal14

@karanrajpal14

After running this command I'm still not able to fix the issue. o/p

gsettings get org.gnome.desktop.background show-desktop-icons GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. false

poddardelhi avatar Sep 17 '17 13:09 poddardelhi

@poddardelhi The command @karanrajpal14 has mentioned is a retrieval command, not a setter, it will have no effect; instead if you wish, you should try: gsettings set org.gnome.desktop.background show-desktop-icons true Disclaimer: I have not run the command above, I am not using Ubuntu, I am merely stating the settings modification counterpart for the command mentioned above. If you are using Mint+Cinnamon you should try the command from my post above.

@Romanovg185 Are you using Mint+Cinnamon or Ubuntu? The command in the post is for Mint+Cinnamon. If you are using Ubuntu, try the modified command in this post.

nikhilw avatar Sep 17 '17 14:09 nikhilw

@nikhilw thanks for correcting that. My bad. I've corrected the post.

@poddardelhi check the edited post and try it out. It should work. It's working fine for me now.

karanrajpal14 avatar Sep 17 '17 14:09 karanrajpal14

@karanrajpal14

After running the command I'm getting this message gsettings set org.gnome.desktop.background show-desktop-icons true GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. Did you also got the same?

poddardelhi avatar Sep 17 '17 14:09 poddardelhi

I fixed it through graphical.

do this with graphical program, dconf editor. You would simply follow the same path as laid out above. org > gnome > desktop > background > check/uncheck show-desktop-icons

Thanks @karanrajpal14 and @nikhilw for coming in for help.

Source https://ubuntuforums.org/showthread.php?t=2246432

poddardelhi avatar Sep 17 '17 14:09 poddardelhi

Fixed it on Mint Cinnamon 18.2 through dconf. I did org > nemo > desktop > show-background-icons. Thanks for the help, especially @poddardelhi !

Romanovg185 avatar Sep 17 '17 18:09 Romanovg185

Issue still persists in Mint Cinnamon 18.2 latest updates with latest komorebi deb package.

@nikhilw gsettings set org.nemo.desktop show-desktop-icons true worked for me, of course with super user privileges. Thank you.

DuMuT6p avatar Sep 23 '17 16:09 DuMuT6p

@rinrincodes why close it? Just because we found a hack to fix it doesn't mean the issue has been resolved, right? At the very least, the developers will have to ensure that uninstalling the program doesn't break anything. I suggest you keep this open.

karanrajpal14 avatar Sep 24 '17 00:09 karanrajpal14

I reopened this @karanrajpal14. I thought at first that these hacks were the official solution and that is why I closed it. Thank you for pointing them out tho! ;)

AngelWingsPanda avatar Sep 25 '17 20:09 AngelWingsPanda

gsettings set org.nemo.desktop show-desktop-icons true totally fixed desktop after purge komorebi.

NoXoN21 avatar Oct 17 '17 21:10 NoXoN21

gsettings set org.nemo.desktop show-desktop-icons true

worked without having to purge. Would be great to have this fixed permanently, what an awesome program!

RobinEd avatar Jan 17 '18 12:01 RobinEd

Same problem here. "gsettings set org.nemo.desktop show-desktop-icons true" solved for me. (Mint 18.3 sylvia)

Gabrock94 avatar Jan 26 '18 09:01 Gabrock94

When I right click, it crashes my DE (At least I think it's him). Applying this fix gsettings set ... alleviates the problem. Now I have to click several times to trigger the bug T-T. Any idea where I could get logs about what makes it crash ? I checked most of /var/log but I didn't find anything that seemed related.

AdrienHorgnies avatar Oct 25 '19 09:10 AdrienHorgnies

I had this problem on Mint 19.3 Cinnamon: no normal context menu while the program was installed or indeed after quitting and removing the program. My launcher ulauncher stopped working after uninstalling komorebi too.

LinuxOnTheDesktop avatar Apr 30 '20 10:04 LinuxOnTheDesktop

Hmm.. It seems to be taking control of show-desktop[icons] in a way that is incompatible with the way nemo works. Either that or it is not giving the control back while exiting. Either way it is breaking even the cinnamon system settings. So even if cinnamon settings show that the desktop and icons are enabled they are actually not. gsettings get org.nemo.desktop show-desktop-icons returns false. To enable run: gsettings set org.nemo.desktop show-desktop-icons true. It should work normally after this.

This worked for me. Thanks :+1:

ha7ak3 avatar Jun 16 '21 18:06 ha7ak3

the gsettings set org.nemo.desktop show-desktop-icons true works, but still, the devs should fix this, plus, it won't work on other distros, I imagine.

FabulousAzzzzzz avatar Jun 08 '22 10:06 FabulousAzzzzzz

Its been long time and the dev haven't fixed this issue.

Im sorry but this will take forever.

Just reinstall your linux or if you are smart, go back to previous snapshot where your desktop isn't broken by this malware

ZA0068 avatar Oct 21 '22 14:10 ZA0068

For Mint

Start menu, startup applications, create new command with plus at bottom, name it whatever you like, use command nemo-desktop.

I had my desktop disappear even after completely uninstalling Komorebi. For me, a reinstall of Mint would be pretty big, lots of programs.. so I was pretty stubborn and kept looking here and there for some kind of solution. I eventually came across a command to restore nemo. nemo-desktop. I used this code for about a year every time I booted the PC until I realized you can use it as a startup command which has worked as a real permanent fix for me.

AddisonSparks avatar Mar 09 '23 09:03 AddisonSparks