#!/bin/sh -e

gconf2_bin=`which gconftool-2`
key="$1"

$gconf2_bin --direct --config-source=`$gconf2_bin --get-default-source` --get "$key"
