Hi guys,
I'm trying to setup XGL (obviously)

.
I have been going through the WIKI. I chose layman to get my packages. And I chose compiz-quinnstorm. So, I followed everything down to:
Code: Select all
Optional: gset-compiz is an alternative to gconf-editor for configuring Compiz and its plugins:
# emerge --ask --verbose gset-compiz
Portage told me that gset-compiz doesn't exist, which isn't a problem.. I'll just use gconf-editor.
So, I open up gconf-editor, but only to find that compiz isn't in there at all. So, I run the 2 commands that it tells me to run:
Code: Select all
# export GCONF_CONFIG_SOURCE="xml:merged:/etc/gconf/gconf.xml.defaults"
# gconftool-2 --makefile-install-rule /etc/gconf/schemas/compiz.schemas
The first one works fine, but I get this from the second one:
Code: Select all
localhost cpm-0.5.1 # gconftool-2 --makefile-install-rule /etc/gconf/schemas/compiz.schemas
Resolved address "xml:merged:/etc/gconf/gconf.xml.defaults" to a writable configuration source at position 0
I/O warning : failed to load external entity "/etc/gconf/schemas/compiz.schemas"
Failed to open `/etc/gconf/schemas/compiz.schemas': No such file or directory
localhost cpm-0.5.1 #
What is the problem here? I'm very new to XGL, so I don't really know what I'm doing. I did a 'find / -name compiz.schemas' with no yield. I don't seem to have the file anywhere on my system. /etc/gconf/schemas/ is populated, but not with anything relating to compiz. Any idea what I did wrong?