2

I can't find the Opacity in Compiz, "No matches found".

In Accessibility, I only have "Enhanced Zoom Desktop", i don't have Opacity.

Braiam
  • 67,791
  • 32
  • 179
  • 269
n4m3
  • 21

2 Answers2

2

Try to install compiz plugins,to do that run the below command on terminal,

sudo apt-get install compiz-plugins
sudo apt-get install compiz-plugins-default
sudo apt-get install compiz-plugins-extra

Or

Remove the ccsm completely and reinstall it,

sudo apt-get --purge remove compizconfig-settings-manager
sudo apt-get install compizconfig-settings-manager
Avinash Raj
  • 78,556
1

Check under the Accessibility menu. See image below.

enter image description here

Mitch
  • 107,631