5

I've tried enabling the Unity Plugin as described in this answer (https://askubuntu.com/a/717860/235839) (and several others).

Nothing changes.

When I try it again, I find that the plugin's checkbox isn't enabled. Apparently it un-enables it immediately after closing ccsm.

Is there some other way to enable the Unity Plugin--a command-line sequnce I could follow, perhaps?

jvriesem
  • 196

1 Answers1

7

I encountered a similar problem today and none of the usual fixes were working for me either.

I eventually was able to resolve it by right clicking on the desktop then clicking on "Open Terminal" then used the following command:

mv ~/.cache/compizconfig-1 ~/.cache/compizconfig-OLD

After doing that just simply typing the following brought the full unity desktop back:

setsid unity

Hopefully this might help you or other users suffering similar symptoms, seems there was some issue with the compizconfig cache perhaps a file became corrupted somehow not certain.

MttJocy
  • 692