Difference between revisions of "Compiz"

From LFScript
Line 11: Line 11:
 
* <dependency>glu</dependency>
 
* <dependency>glu</dependency>
 
* <dependency>cairo</dependency>
 
* <dependency>cairo</dependency>
* <dependency>libwnck</dependency>
+
* <recommended because="it, and it's dependency gtk+3, are required to use GTK window decorations">libwnck</recommended>
 +
* [[Marco]]<recommended value="marco" because="it allows Compiz to use the window decoration that used by Marco"></recommended>
 +
 
  
 
It is possible to build this software without <code>libwnck</code>, and it's dependency <code>gtk+3</code> installed. However, without them <code>gtk-window-decorator</code> will not be built and you will have to install [[Emerald]] if you want framed windows under [[Compiz]].
 
It is possible to build this software without <code>libwnck</code>, and it's dependency <code>gtk+3</code> installed. However, without them <code>gtk-window-decorator</code> will not be built and you will have to install [[Emerald]] if you want framed windows under [[Compiz]].

Revision as of 20:08, 16 March 2017

LFScript can find this software under the name compiz.

Sources

Dependencies

  • startup-notification
  • libxslt
  • libjpeg-turbo
  • glu
  • cairo
  • libwnck (recommended; It, and it's dependency gtk+3, are required to use GTK window decorations)
  • Marco (recommended; It allows Compiz to use the window decoration that used by Marco)


It is possible to build this software without libwnck, and it's dependency gtk+3 installed. However, without them gtk-window-decorator will not be built and you will have to install Emerald if you want framed windows under Compiz.

Installation

./autogen.sh --prefix=/usr \
        --with-gtk=3.0
make

As the root user:

make install

As the root user:

cat > ~/.xinitrc << "EOF"
compiz ccp &
exec xterm
EOF