You are not logged in.

#1 2007-01-04 16:05:23

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

default gconf settings

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

Board footer

Powered by FluxBB