/usr/share/compiz/fadedesktop.xml is in compiz-plugins 1:0.9.12.2+16.04.20160415-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | <?xml version="1.0" encoding="UTF-8"?>
<compiz>
<plugin useBcop="true" name="fadedesktop">
<short>Fade to Desktop</short>
<long>Easily access your desktop</long>
<category>Desktop</category>
<deps>
<requirement>
<plugin>opengl</plugin>
</requirement>
<relation type="before">
<plugin>fade</plugin>
</relation>
<relation type="after">
<plugin>composite</plugin>
<plugin>opengl</plugin>
<plugin>decor</plugin>
</relation>
</deps>
<feature>showdesktop</feature>
<feature>fadetodesktop</feature>
<options>
<option type="int" name="fadetime">
<short>Fade Time</short>
<short xml:lang="cs">Doba zprůhlednění</short>
<short xml:lang="de">Ausblendungszeit</short>
<short xml:lang="el">Χρόνος Ξεθωριάσματος</short>
<short xml:lang="es">Tiempo de desvanecimiento</short>
<short xml:lang="eu">Iraungitze denbora</short>
<short xml:lang="fi">Häivytysviive</short>
<short xml:lang="fr">Temps de Fondu</short>
<short xml:lang="gl">Tempo de desvanecemento</short>
<short xml:lang="gu">આછાપણાનો સમય</short>
<short xml:lang="he">משך עמעום</short>
<short xml:lang="hu">Elhalványítási idő</short>
<short xml:lang="it">Tempo dissolvenza</short>
<short xml:lang="ja">フェード時間</short>
<short xml:lang="ko">페이드 시간</short>
<short xml:lang="nb">Uttoningstid</short>
<short xml:lang="nl">Verduisteren tijdsduur</short>
<short xml:lang="or">ଫିକାହେବା ସମଯ</short>
<short xml:lang="pl">Czas przenikania</short>
<short xml:lang="pt">Tempo de Esmaecimento</short>
<short xml:lang="pt_BR">Tempo de desvanecimento</short>
<short xml:lang="ru">Время исчезновения</short>
<short xml:lang="sk">Doba stmavnutia</short>
<short xml:lang="sv">Toningstid</short>
<short xml:lang="tr">Solma Süresi</short>
<short xml:lang="uk">Час зникнення</short>
<short xml:lang="zh_CN">渐隐时间</short>
<short xml:lang="zh_TW">淡入/淡出時間</short>
<long>Fade time (in ms)</long>
<default>500</default>
<min>1</min>
<max>5000</max>
</option>
<option type="match" name="window_match">
<short>Window Match</short>
<long>Windows that should be faded to desktop</long>
<default>Toolbar | Utility | Dialog | Normal | Unknown</default>
</option>
</options>
</plugin>
</compiz>
|