ports question / compiz-fusion

Andreas Rudisch cyb. at gmx.net
Tue Jan 29 11:04:36 PST 2008


On Tue, 29 Jan 2008 10:24:00 -0800
"Nerius Landys" <nlandys at gmail.com> wrote:

> I'm trying to run compiz-fusion on my desktop.  I've already installed the
> x11-wm/compiz-fusion port from sources; it all installed well.  Since my
> internet search for how to actually run the thing on FreeBSD ran pretty dry,
> I've been trying to follow instructions for other [Linux] distributions.
> But things don't seem to work.  Does anyone have any suggestions on how to
> run compiz-fusion after a successful install?  I'd prefer to run with Xfce,
> but Gnome is acceptable too.  A pointer to a doc would help.

I am playing around with compiz-fusion for a while now on Xfce4. To get
started I autostart the following simple script once Xfce is running
(which probably can be done better):

#!/bin/sh
/usr/bin/killall compiz
/usr/bin/killall emerald
sleep 2
/usr/local/bin/compiz --replace ccp &
/usr/local/bin/emerald --replace &

After that, all you need to do is to configure Emerald and compiz so it
fits your needs with:

%emerald-theme-manager
%ccsm

Both programs can be found in the right click menu of xfce under
settings.

Andreas
--
GnuPG key  : 0x2A573565    |    http://www.gnupg.org/howtos/de/
Fingerprint: 925D 2089 0BF9 8DE5 9166  33BB F0FD CD37 2A57 3565
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20080129/b27d63c1/attachment.pgp


More information about the freebsd-questions mailing list