Date: Tue, 29 Jan 2008 20:04:29 +0100 From: Andreas Rudisch <cyb.@gmx.net> To: "Nerius Landys" <nlandys@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: ports question / compiz-fusion Message-ID: <20080129200429.963a5e91.cyb.@gmx.net> In-Reply-To: <560f92640801291024k2f11c9cbs63a35586e7b483e2@mail.gmail.com> References: <560f92640801291024k2f11c9cbs63a35586e7b483e2@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Signature=_Tue__29_Jan_2008_20_04_29_+0100_Ktenfx4_gfK8H/vh Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, 29 Jan 2008 10:24:00 -0800 "Nerius Landys" <nlandys@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 d= ry, > 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 Xfc= e, > 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 --Signature=_Tue__29_Jan_2008_20_04_29_+0100_Ktenfx4_gfK8H/vh Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHn3jA8P3NNypXNWURAvqvAJ4pA0EKv8ABAsLvrX3Iw9HJ9RM2IQCfc9XQ ayYjnMaHXqO1zXjAf3g8AqM= =JKX6 -----END PGP SIGNATURE----- --Signature=_Tue__29_Jan_2008_20_04_29_+0100_Ktenfx4_gfK8H/vh--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080129200429.963a5e91.cyb.>