Made the docs to install compiz fusion a little bit more clear. All credits go to Michael raskin.

svn path=/nixos/trunk/; revision=9698
This commit is contained in:
Wouter den Breejen 2007-11-15 18:31:31 +00:00
parent f6fd10cbd8
commit 94854926fb
1 changed files with 8 additions and 2 deletions

View File

@ -35,13 +35,19 @@
should be found, but if you run <literal>Compiz</literal> with
<literal>GConf</literal> configuration (default for <literal>X server</literal> job
for now), you have to link
<filename>/var/run/current-system/sw/share/compizconfig/backends/libgconf.so</filename>
<filename>/var/run/current-system/sw/share/compizconfig/backends/</filename>
into <filename>$HOME/.compizconfig/backends</filename> directory.
</para></listitem>
</orderedlist>
Now you can launch <literal>ccsm</literal> and configure everything.
To summarize the above, these are the commands you have to execute
<command>ln -s /var/run/current-system/sw/share/compiz/ $HOME/.compiz/metadata</command>
<command>ln -s /var/run/current-system/sw/share/compiz-plugins/compiz/ $HOME/.compiz/plugins</command>
<command>ln -s /var/run/current-system/sw/share/compizconfig/backends/ $HOME/.compizconfig/backends</command>
Now you can launch <literal>ccsm</literal> and configure everything. You should select
GConf as a backend in the preferences menu of <literal>ccsm</literal>
</para>
</section>