Le jeudi 11 octobre 2007 à 20:44 +0200, Patrick Schoenfeld a écrit : > > Please show us the output of the following command: > > [EMAIL PROTECTED] ~ % export LANG=C > [EMAIL PROTECTED] ~ % for source in xml::/etc/gconf/gconf.xml.mandatory > xml::$HOME/.gconf xml::/etc/gconf/gconf.xml.defaults > xml::/var/lib/gconf/debian.defaults xml::/var/lib/gconf/defaults; do gconftool > --config-source=$source --get > /desktop/gnome/peripherals/mouse/motion_acceleration; done > No value set for `/desktop/gnome/peripherals/mouse/motion_acceleration' > 0.20000000298023224 > No value set for `/desktop/gnome/peripherals/mouse/motion_acceleration' > No value set for `/desktop/gnome/peripherals/mouse/motion_acceleration' > No value set for `/desktop/gnome/peripherals/mouse/motion_acceleration'
OK, there is something wrong with your GConf installation, as it seems
the schemas aren't registered.
You can clean them up and re-register them easily with:
rm -f /var/lib/gconf/defaults/*
gconf-schemas --register $(ls /usr/share/gconf/schemas)
Cheers,
--
.''`.
: :' : We are debian.org. Lower your prices, surrender your code.
`. `' We will add your hardware and software distinctiveness to
`- our own. Resistance is futile.
signature.asc
Description: Ceci est une partie de message numériquement signée

