[compiz] Skydome not working

Guillaume Seguin ixcemix at gmail.com
Mon Sep 11 09:23:51 PDT 2006


Well sorry, I hit the wrong button again :/ (previous private mails
included below)
The problem is that you look to be using compiz-quinnstorm, and gconf
plugin was dropped from her build to remove nearly all gnome deps.
compiz-start script runs everything as it should be run, so you just
need to type "csm" to edit your configuration.
If you're using ubuntu, you can also add compiz-manager package (and
the provided compiz-manager bin) that features a tray icon with
shortcuts to the different configuration apps & al.
Good luck!

Regards,
Guillaume Seguin

2006/9/11, Ovid <publiustemp-compiz at yahoo.com>:
> ----- Original Message ----
> > From: Guillaume Seguin
> >
> > How do you run compiz?
> > You should use something like "compiz --replace gconf"
>
> Hi Guillaume,
>
> I run compiz with the following script:
>
>   $ cat /usr/local/bin/toggle-compiz.sh
>   #!/bin/bash
>   if ps -A | grep -e "compiz$" > /dev/null; then
>           killall gnome-window-decorator
>           killall cgwd
>           metacity --replace &
>   else
>           compiz-start &
>           xmodmap -e "keycode 22 = BackSpace Delete"
>   fi
>
> When I try your suggestion I get this:
>
>   $ compiz --replace gconf
>   compiz: Couldn't load plugin 'gconf'
>
> Cheers,
> Ovid
>
> --
>
> Buy the book -- http://www.oreilly.com/catalog/perlhks/
> Perl and CGI -- http://users.easystreet.com/ovid/cgi_course/
>
>
>


More information about the compiz mailing list