Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 1067  / 2 Years ago, sat, september 24, 2022, 6:28:21

By mistake i set CCSM's opacity to 0 so when I run it it looks as if it wasn't open. How to reset it to 100% opaque without resetting compiz???


More From » 11.10

 Answers
1

Run gedit ~/.gconf/apps/compiz-1/plugins/obs/screen0/options/%gconf.xml and you should see something like this:



<?xml version="1.0"?>
<gconf>
<entry name="opacity_values" mtime="1332424921" type="list" ltype="int">
<li type="int" value="0"/>
<li type="int" value="0"/>
</entry>
<entry name="opacity_matches" mtime="1332424762" type="list" ltype="string">
<li type="string">
<stringvalue>class=Ccsm</stringvalue>
</li>
</entry>
</gconf>


Note the first <li> in <entry name="opacity_values" ..> so that it reads <li type="int" value="100"/>. Save, log out and back in and it should be fixed.






Or you can disable the opacity plugin with one (long) command:



gconftool-2 --set --type=list --list-type=string /apps/compiz-1/general/screen0/options/active_plugins "$(gconftool-2 --get  /apps/compiz-1/general/screen0/options/active_plugins | sed 's/obs,?//')"


That will need you to log out and in again still.






Edit (this won't work for fixed-opacity windows): The default binding for increasing opacity is Alt-MousewheelUp so you could guess where the window is and try that.


[#39729] Sunday, September 25, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
raldership

Total Points: 222
Total Questions: 115
Total Answers: 124

Location: North Korea
Member since Fri, Nov 4, 2022
2 Years ago
;