You are not logged in.
Pages: 1
In my compiz packages the install script contains these lines to install the gconf schema:
pkgname=compiz
post_install() {
export GCONF_CONFIG_SOURCE=`opt/gnome/bin/gconftool-2 --get-default-source`
opt/gnome/bin/gconftool-2 --makefile-install-rule opt/gnome/etc/gconf/schemas/${pkgname}.schemas >/dev/null
kill -s HUP `pidof /opt/gnome/bin/gconfd-2` > /dev/null 2>&1
scrollkeeper-update -q -p var/lib/scrollkeeper
update-desktop-database -q
}
Is there a way to export some defaults in the install script. Right now, compiz starts with basically no plugins activated after a clean installation. Is there a gconf command that I can use in the install scripts to do this? Thanks.
Offline
Pages: 1