<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1355</id>
	<title>Nabble - Gnome - Lib - GConf</title>
	<updated>2009-12-02T02:19:50Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Gnome---Lib---GConf-f1355.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gnome---Lib---GConf-f1355.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26606724</id>
	<title>Writable mandatory key</title>
	<published>2009-12-02T02:19:50Z</published>
	<updated>2009-12-02T02:19:50Z</updated>
	<author>
		<name>ML FAVRE</name>
	</author>
	<content type="html">Hello,&lt;br&gt;&lt;br&gt;I&amp;#39;m currently developping an applet for gnome and I wanted to have some settings that only root could change.&lt;br&gt;&lt;br&gt;In my rpm install spec a wrote :&lt;br&gt;&lt;br&gt;export GCONF_CONFIG_SOURCE=&amp;quot;xml:readwrite:/etc/gconf/gconf.xml.mandatory&amp;quot;&lt;br&gt;
/usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/nta-mandatory.schemas &amp;gt; /dev/null&lt;br&gt;&lt;br&gt;The schema file is the following : &lt;br&gt;&amp;lt;gconfschemafile&amp;gt;&lt;br&gt;&amp;lt;schemalist&amp;gt;&lt;br&gt;&amp;lt;schema&amp;gt;&lt;br&gt;&amp;lt;key&amp;gt;&lt;br&gt;
/schemas/apps/network_toolbox/allow_firewall_change&lt;br&gt;&amp;lt;/key&amp;gt;&lt;br&gt;&amp;lt;applyto&amp;gt;/apps/network_toolbox/allow_firewall_change&amp;lt;/applyto&amp;gt;&lt;br&gt;&amp;lt;owner&amp;gt;nta&amp;lt;/owner&amp;gt;&lt;br&gt;&amp;lt;type&amp;gt;bool&amp;lt;/type&amp;gt;&lt;br&gt;&amp;lt;default&amp;gt;false&amp;lt;/default&amp;gt;&lt;br&gt;
&amp;lt;locale name=&amp;quot;C&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;short/&amp;gt;&lt;br&gt;&amp;lt;long/&amp;gt;&lt;br&gt;&amp;lt;/locale&amp;gt;&lt;br&gt;&amp;lt;/schema&amp;gt;&lt;br&gt;&amp;lt;/schemalist&amp;gt;&lt;br&gt;&amp;lt;/gconfschemafile&amp;gt;&lt;br&gt;&lt;br&gt;After I installed my package I obtained the following %gconf.xml file in the /etc/gconf/gconf.xml.mandatory/apps/network-toolbox directory :&lt;br&gt;
&lt;br&gt;&amp;lt;gconf&amp;gt;&lt;br&gt;&amp;lt;entry name=&amp;quot;allow_firewall_change&amp;quot; mtime=&amp;quot;1259747546&amp;quot; schema=&amp;quot;/schemas/apps/network_toolbox/allow_firewall_change&amp;quot; type=&amp;quot;bool&amp;quot; value=&amp;quot;false&amp;quot;&amp;gt;&lt;br&gt;
        &amp;lt;/entry&amp;gt;&lt;br&gt;&amp;lt;/gconf&amp;gt;&lt;br&gt;&lt;br&gt;When I checked for bugs, I tried to modify the key using the gconf-editor (when logged as a user). The selection of the key in the editor prints that it is a read only key but when I try and modify the key, it works and then the key is no longer in a read-only mode.&lt;br&gt;
Then I tried to check the key when being root, the key was unchanged and marked read only but when trying to change the key it was no longer in read only mode.&lt;br&gt;So I looked again at the user version of the gconf-editor and the key was still modified.&lt;br&gt;
&lt;br&gt;I thought that being a mandatory key made it readonly for the user and that any change of the key as a user did not work (still it work for my applet...).&lt;br&gt;&lt;br&gt;I would like to know if this is a normal behavior, if I did something wrong or if there is a known problem with the gconf-editor program?&lt;br&gt;
&lt;br&gt;Thank you for your help,&lt;br&gt;-- &lt;br&gt;Lise FAVRE&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26606724&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Writable-mandatory-key-tp26606724p26606724.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26577901</id>
	<title>GConf-2.28.0: gconf-defaults.c:34:18: error: glib.h: No such file or directory</title>
	<published>2009-11-30T08:42:16Z</published>
	<updated>2009-11-30T08:42:16Z</updated>
	<author>
		<name>Angel Tsankov</name>
	</author>
	<content type="html">I'm trying to compile GConf-2.28.0 but I get the following error when I 
&lt;br&gt;execute './configure --prefix=/usr &amp;&amp; make':
&lt;br&gt;gconf-defaults.c:34:18: error: glib.h: No such file or directory
&lt;br&gt;&lt;br&gt;The glib.h file is in /usr/include/glib-2.0. As per the glib-2.21.1 
&lt;br&gt;installation instructions (found at the begging of INSTALL) I deleted 
&lt;br&gt;the glib.h and the gmodule.h files from /usr/include.
&lt;br&gt;&lt;br&gt;Under these circumstances how am I supposed to build GConf?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Angel Tsankov
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26577901&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GConf-2.28.0%3A-gconf-defaults.c%3A34%3A18%3A-error%3A-glib.h%3A-No-such-file-or-directory-tp26577901p26577901.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26300001</id>
	<title>authentication</title>
	<published>2009-11-09T23:20:00Z</published>
	<updated>2009-11-09T23:20:00Z</updated>
	<author>
		<name>Barry-283</name>
	</author>
	<content type="html">hi My daughter has misplaced and cannot remember the password for the
&lt;br&gt;authentication aspect. We wanted to upgrade ubuntu and also install
&lt;br&gt;Skype but without this authentication password we are stumped. how can
&lt;br&gt;we find/cancel/reset this problem. Unfortuneatley i sent you an email
&lt;br&gt;from her machine and she cannot find the email password. Stop laughing
&lt;br&gt;as i am a bit more organised than that.
&lt;br&gt;sincerely
&lt;br&gt;barry (dad)
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26300001&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/authentication-tp26300001p26300001.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26300002</id>
	<title>authentication</title>
	<published>2009-11-09T22:31:07Z</published>
	<updated>2009-11-09T22:31:07Z</updated>
	<author>
		<name>tanya and steven atkinson</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;My daughter has misplaced her authentication password or has forgotten
&lt;br&gt;it or both. Anyway we tried to load some software (Skype) onto her
&lt;br&gt;computer and without the authentication we could not do it. is there any
&lt;br&gt;way one can find out what it is or cancel and generate a new one.
&lt;br&gt;Yours sincerel 
&lt;br&gt;barry (dad)
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26300002&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/authentication-tp26300002p26300002.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25843767</id>
	<title>machine inaccessible after kill gconf-2</title>
	<published>2009-10-11T07:16:42Z</published>
	<updated>2009-10-11T07:16:42Z</updated>
	<author>
		<name>Peng Yu</name>
	</author>
	<content type="html">I now know that I should not kill gconf-2. But I did it when I logged
&lt;br&gt;in my linux machine as a regular user. After I killed all gconf-2
&lt;br&gt;process with killall, I can not access my machine any more (by ssh).
&lt;br&gt;Since my machine is a remote machine, I'm not sure why the machine is
&lt;br&gt;not responding. Could killing gconf-2 make a machine freeze or down?
&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25843767&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/machine-inaccessible-after-kill-gconf-2-tp25843767p25843767.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25774521</id>
	<title>Re: Background Doesn't Change via cron(8)</title>
	<published>2009-10-06T11:48:40Z</published>
	<updated>2009-10-06T11:48:40Z</updated>
	<author>
		<name>DoctorMO</name>
	</author>
	<content type="html">On Tue, 2009-10-06 at 11:53 -0400, Shawn H Corey wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I have abandoned using cron(8). &amp;nbsp;Instead, I have written my own daemon
&lt;br&gt;&amp;gt; and since it is started from a terminal, it seems to work fine. &amp;nbsp;This is
&lt;br&gt;&amp;gt; a stop-gap kludge but, hopefully, when 9.10 comes out, this problem will
&lt;br&gt;&amp;gt; be fixed. &amp;nbsp;:)
&lt;br&gt;&lt;br&gt;I wouldn't bet on it, the problem is marked as &amp;quot;won't fix&amp;quot; and is really
&lt;br&gt;a problem of unforeseen consequences of design choices, it's not a bug
&lt;br&gt;because it's really intended to work like that.
&lt;br&gt;&lt;br&gt;I'm in favour of ripping out gconf in favour of a nice XDG config
&lt;br&gt;library. But I'm not that invested in gconf and gnome devs are.
&lt;br&gt;&lt;br&gt;Best Regards, Martin Owens
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25774521&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Background-Doesn%27t-Change-via-cron%288%29-tp25729102p25774521.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25771470</id>
	<title>Re: Background Doesn't Change via cron(8)</title>
	<published>2009-10-06T08:53:53Z</published>
	<updated>2009-10-06T08:53:53Z</updated>
	<author>
		<name>Shawn H Corey</name>
	</author>
	<content type="html">Ghee Teo wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; - pkill gconfd-2
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Pretty nasty hacks, since that pkill gconfd-2 is trying to ask all
&lt;br&gt;&amp;gt; running user's gconfd-2 to stop and will be restarted when its service
&lt;br&gt;&amp;gt; is required.
&lt;br&gt;&lt;br&gt;Good idea; too bad it doesn't work. &amp;nbsp;What gconfd-2 appears to do is that
&lt;br&gt;when it restarts, it thinks there should be another image in the list of
&lt;br&gt;background images. &amp;nbsp;It then changes that image, not the one displayed.
&lt;br&gt;&lt;br&gt;I have abandoned using cron(8). &amp;nbsp;Instead, I have written my own daemon
&lt;br&gt;and since it is started from a terminal, it seems to work fine. &amp;nbsp;This is
&lt;br&gt;a stop-gap kludge but, hopefully, when 9.10 comes out, this problem will
&lt;br&gt;be fixed. &amp;nbsp;:)
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Just my 0.00000002 million dollars worth,
&lt;br&gt;&amp;nbsp; Shawn
&lt;br&gt;&lt;br&gt;Programming is as much about organization and communication
&lt;br&gt;as it is about coding.
&lt;br&gt;&lt;br&gt;I like Perl; it's the only language where you can bless your
&lt;br&gt;thingy.
&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25771470&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Background-Doesn%27t-Change-via-cron%288%29-tp25729102p25771470.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26117432</id>
	<title>Re: Background Doesn't Change via cron(8)</title>
	<published>2009-10-05T07:40:27Z</published>
	<updated>2009-10-05T07:40:27Z</updated>
	<author>
		<name>David Boston</name>
	</author>
	<content type="html">On Mon, 05 Oct 2009 11:10:18 +0100, Ghee Teo wrote
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Shawn H Corey wrote:
&lt;br&gt;&amp;gt; &amp;gt; Emmanuele Bassi wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; On Sat, 2009-10-03 at 10:06 -0400, Shawn H Corey wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; * It changes ~/.gconf/desktop/gnome/background/%gconf.xml
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; oh, god. why are you doing this?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; use gconftool to change the gconf database.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Apparently, gconfd-2 is not getting informed of the change. &amp;nbsp;Its cache
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; still has the old values. &amp;nbsp;How do I fix this?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; by using the right tool for the job.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; ciao,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp;Emmanuele.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; You mean like this?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; gconftool-2 -t string -s /desktop/gnome/background/picture_filename
&lt;br&gt;&amp;gt; &amp;gt; $WALLPAPERS/${ALIST[$number]}
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I am; doesn't work with cron(8).
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; There is some problem with this approach:
&lt;br&gt;&amp;gt; - the command only changes the gconf value for the cron user (not any of 
&lt;br&gt;&amp;gt; the user on the system)
&lt;br&gt;&amp;gt; - if you are changing
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ~/.gconf/desktop/gnome/background/%gconf.xml
&lt;/div&gt;&lt;br&gt;Here I think the correct tool is to have your cron job just change what a symbolic link
&lt;br&gt;is pointing to instead of changing a gconf setting.
&lt;br&gt;&lt;br&gt;Use the *nix tools do the things the *nix way.
&lt;br&gt;&lt;br&gt;Gconf comes from a completely different mindset of a single user system. &amp;nbsp;Thus if you
&lt;br&gt;are going to use cron to do things directly with it you would have to either set it up
&lt;br&gt;for that user with &amp;quot;crontab -u username cronfile.with.my.stuff.in.it&amp;quot; or explicitly run
&lt;br&gt;as the correct user in /etc/crontab but assume your script won't have your environment.
&lt;br&gt;&amp;nbsp;That means putting all the variables and full paths that you'll need in your script. 
&lt;br&gt;On the first run you might want to make it echo all the variables to a file 
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; directly, that doesn't get pick up until gconfd-2 is restarted since 
&lt;br&gt;&amp;gt; gconfd-2 is monitoring memory data not persistent data when it is running.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If you want to change the desktop back ground value completely using 
&lt;br&gt;&amp;gt; cron tab, this may work:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; - gconftool-2 --direct --config-source \
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; xml:readwrite:/etc/gconf/gconf.xml.defaults --type dtring --set \
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; /desktop/gnome/background/picture_filename &amp;lt;filename&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; - pkill gconfd-2
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Pretty nasty hacks, since that pkill gconfd-2 is trying to ask all 
&lt;br&gt;&amp;gt; running user's gconfd-2 to stop and will be restarted when its service 
&lt;br&gt;&amp;gt; is required.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -Ghee
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; gconf-list mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26117432&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Open WebMail Project (&lt;a href=&quot;http://openwebmail.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://openwebmail.org&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26117432&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Background-Doesn%27t-Change-via-cron%288%29-tp25729102p26117432.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25748144</id>
	<title>Re: Background Doesn't Change via cron(8)</title>
	<published>2009-10-05T03:09:41Z</published>
	<updated>2009-10-05T03:09:41Z</updated>
	<author>
		<name>Ghee Teo</name>
	</author>
	<content type="html">Shawn H Corey wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Emmanuele Bassi wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; On Sat, 2009-10-03 at 10:06 -0400, Shawn H Corey wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; * It changes ~/.gconf/desktop/gnome/background/%gconf.xml
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; oh, god. why are you doing this?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; use gconftool to change the gconf database.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Apparently, gconfd-2 is not getting informed of the change. &amp;nbsp;Its cache
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; still has the old values. &amp;nbsp;How do I fix this?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; by using the right tool for the job.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ciao,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;Emmanuele.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You mean like this?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; gconftool-2 -t string -s /desktop/gnome/background/picture_filename
&lt;br&gt;&amp;gt; $WALLPAPERS/${ALIST[$number]}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am; doesn't work with cron(8).
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;There is some problem with this approach:
&lt;br&gt;- the command only changes the gconf value for the cron user (not any of 
&lt;br&gt;the user on the system)
&lt;br&gt;- if you are changing
&lt;br&gt;&lt;br&gt;~/.gconf/desktop/gnome/background/%gconf.xml
&lt;br&gt;&lt;br&gt;&lt;br&gt;directly, that doesn't get pick up until gconfd-2 is restarted since 
&lt;br&gt;gconfd-2 is monitoring memory data not persistent data when it is running.
&lt;br&gt;&lt;br&gt;If you want to change the desktop back ground value completely using 
&lt;br&gt;cron tab, this may work:
&lt;br&gt;&lt;br&gt;- gconftool-2 --direct --config-source \
&lt;br&gt;&lt;br&gt;xml:readwrite:/etc/gconf/gconf.xml.defaults --type dtring --set \
&lt;br&gt;&lt;br&gt;/desktop/gnome/background/picture_filename &amp;lt;filename&amp;gt;
&lt;br&gt;&lt;br&gt;- pkill gconfd-2
&lt;br&gt;&lt;br&gt;&lt;br&gt;Pretty nasty hacks, since that pkill gconfd-2 is trying to ask all 
&lt;br&gt;running user's gconfd-2 to stop and will be restarted when its service 
&lt;br&gt;is required.
&lt;br&gt;&lt;br&gt;-Ghee
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25748144&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Background-Doesn%27t-Change-via-cron%288%29-tp25729102p25748144.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25731667</id>
	<title>Re: Background Doesn't Change via cron(8)</title>
	<published>2009-10-03T11:57:50Z</published>
	<updated>2009-10-03T11:57:50Z</updated>
	<author>
		<name>DoctorMO</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;On Sat, 2009-10-03 at 12:38 -0400, Shawn H Corey wrote:
&lt;br&gt;&amp;gt; But not even a hint on how. &amp;nbsp;Sigh.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bazaar.launchpad.net/~doctormo/gnome-wallchanger/trunk/files&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bazaar.launchpad.net/~doctormo/gnome-wallchanger/trunk/files&lt;/a&gt;&lt;br&gt;&lt;br&gt;Martin,
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25731667&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Background-Doesn%27t-Change-via-cron%288%29-tp25729102p25731667.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25730486</id>
	<title>Re: Background Doesn't Change via cron(8)</title>
	<published>2009-10-03T09:38:16Z</published>
	<updated>2009-10-03T09:38:16Z</updated>
	<author>
		<name>Shawn H Corey</name>
	</author>
	<content type="html">Martin Owens wrote:
&lt;br&gt;&amp;gt; I fixed (read: hacked) the problem out of gnome-wallchanger project by
&lt;br&gt;&amp;gt; creating a symlink in ~/.gnome2/ which gets updated by the cron job.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The advice to create a specialised daemon to do it in session was deemed
&lt;br&gt;&amp;gt; to be wasteful of resources and not principally utilising existing, well
&lt;br&gt;&amp;gt; tested technologies.
&lt;br&gt;&lt;br&gt;But not even a hint on how. &amp;nbsp;Sigh.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Just my 0.00000002 million dollars worth,
&lt;br&gt;&amp;nbsp; Shawn
&lt;br&gt;&lt;br&gt;Programming is as much about organization and communication
&lt;br&gt;as it is about coding.
&lt;br&gt;&lt;br&gt;I like Perl; it's the only language where you can bless your
&lt;br&gt;thingy.
&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25730486&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Background-Doesn%27t-Change-via-cron%288%29-tp25729102p25730486.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25729958</id>
	<title>Re: Background Doesn't Change via cron(8)</title>
	<published>2009-10-03T08:39:32Z</published>
	<updated>2009-10-03T08:39:32Z</updated>
	<author>
		<name>Shawn H Corey</name>
	</author>
	<content type="html">Matthias Clasen wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Sat, Oct 3, 2009 at 11:19 AM, Shawn H Corey &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25729958&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shawnhcorey@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; You mean like this?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; gconftool-2 -t string -s /desktop/gnome/background/picture_filename
&lt;br&gt;&amp;gt;&amp;gt; $WALLPAPERS/${ALIST[$number]}
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I am; doesn't work with cron(8).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You should really do this in your session.
&lt;br&gt;&amp;gt; There is no particular need to change your background when you are not
&lt;br&gt;&amp;gt; logged in, right ?
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Since I'm the only one using the machine, this hasn't been the problem.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Just my 0.00000002 million dollars worth,
&lt;br&gt;&amp;nbsp; Shawn
&lt;br&gt;&lt;br&gt;Programming is as much about organization and communication
&lt;br&gt;as it is about coding.
&lt;br&gt;&lt;br&gt;I like Perl; it's the only language where you can bless your
&lt;br&gt;thingy.
&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25729958&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Background-Doesn%27t-Change-via-cron%288%29-tp25729102p25729958.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25729881</id>
	<title>Re: Background Doesn't Change via cron(8)</title>
	<published>2009-10-03T08:31:28Z</published>
	<updated>2009-10-03T08:31:28Z</updated>
	<author>
		<name>DoctorMO</name>
	</author>
	<content type="html">On Sat, 2009-10-03 at 11:23 -0400, Matthias Clasen wrote:
&lt;br&gt;&amp;gt; You should really do this in your session.
&lt;br&gt;&amp;gt; There is no particular need to change your background when you are not
&lt;br&gt;&amp;gt; logged in, right ?
&lt;br&gt;&lt;br&gt;It's an outstanding issue with gnome that they broke the hell out of
&lt;br&gt;gconf and/or forgot to implement a session crond.
&lt;br&gt;&lt;br&gt;I fixed (read: hacked) the problem out of gnome-wallchanger project by
&lt;br&gt;creating a symlink in ~/.gnome2/ which gets updated by the cron job.
&lt;br&gt;&lt;br&gt;The advice to create a specialised daemon to do it in session was deemed
&lt;br&gt;to be wasteful of resources and not principally utilising existing, well
&lt;br&gt;tested technologies.
&lt;br&gt;&lt;br&gt;Martin,
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25729881&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Background-Doesn%27t-Change-via-cron%288%29-tp25729102p25729881.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25729811</id>
	<title>Re: Background Doesn't Change via cron(8)</title>
	<published>2009-10-03T08:23:11Z</published>
	<updated>2009-10-03T08:23:11Z</updated>
	<author>
		<name>Matthias Clasen-2</name>
	</author>
	<content type="html">On Sat, Oct 3, 2009 at 11:19 AM, Shawn H Corey &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25729811&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shawnhcorey@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You mean like this?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; gconftool-2 -t string -s /desktop/gnome/background/picture_filename
&lt;br&gt;&amp;gt; $WALLPAPERS/${ALIST[$number]}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am; doesn't work with cron(8).
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;You should really do this in your session.
&lt;br&gt;There is no particular need to change your background when you are not
&lt;br&gt;logged in, right ?
&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25729811&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Background-Doesn%27t-Change-via-cron%288%29-tp25729102p25729811.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25729786</id>
	<title>Re: Background Doesn't Change via cron(8)</title>
	<published>2009-10-03T08:19:43Z</published>
	<updated>2009-10-03T08:19:43Z</updated>
	<author>
		<name>Shawn H Corey</name>
	</author>
	<content type="html">Emmanuele Bassi wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Sat, 2009-10-03 at 10:06 -0400, Shawn H Corey wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; * It changes ~/.gconf/desktop/gnome/background/%gconf.xml
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; oh, god. why are you doing this?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; use gconftool to change the gconf database.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Apparently, gconfd-2 is not getting informed of the change. &amp;nbsp;Its cache
&lt;br&gt;&amp;gt;&amp;gt; still has the old values. &amp;nbsp;How do I fix this?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; by using the right tool for the job.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ciao,
&lt;br&gt;&amp;gt; &amp;nbsp;Emmanuele.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;You mean like this?
&lt;br&gt;&lt;br&gt;gconftool-2 -t string -s /desktop/gnome/background/picture_filename
&lt;br&gt;$WALLPAPERS/${ALIST[$number]}
&lt;br&gt;&lt;br&gt;I am; doesn't work with cron(8).
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Just my 0.00000002 million dollars worth,
&lt;br&gt;&amp;nbsp; Shawn
&lt;br&gt;&lt;br&gt;Programming is as much about organization and communication
&lt;br&gt;as it is about coding.
&lt;br&gt;&lt;br&gt;I like Perl; it's the only language where you can bless your
&lt;br&gt;thingy.
&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25729786&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Background-Doesn%27t-Change-via-cron%288%29-tp25729102p25729786.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25729211</id>
	<title>Re: Background Doesn't Change via cron(8)</title>
	<published>2009-10-03T07:12:06Z</published>
	<updated>2009-10-03T07:12:06Z</updated>
	<author>
		<name>Emmanuele Bassi</name>
	</author>
	<content type="html">On Sat, 2009-10-03 at 10:06 -0400, Shawn H Corey wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; * It changes ~/.gconf/desktop/gnome/background/%gconf.xml
&lt;br&gt;&lt;br&gt;oh, god. why are you doing this?
&lt;br&gt;&lt;br&gt;use gconftool to change the gconf database.
&lt;br&gt;&lt;br&gt;&amp;gt; Apparently, gconfd-2 is not getting informed of the change. &amp;nbsp;Its cache
&lt;br&gt;&amp;gt; still has the old values. &amp;nbsp;How do I fix this?
&lt;br&gt;&lt;br&gt;by using the right tool for the job.
&lt;br&gt;&lt;br&gt;ciao,
&lt;br&gt;&amp;nbsp;Emmanuele.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Emmanuele Bassi,
&lt;br&gt;W: &lt;a href=&quot;http://www.emmanuelebassi.name&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.emmanuelebassi.name&lt;/a&gt;&lt;br&gt;B: &lt;a href=&quot;http://blogs.gnome.org/ebassi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.gnome.org/ebassi&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25729211&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Background-Doesn%27t-Change-via-cron%288%29-tp25729102p25729211.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25729102</id>
	<title>Background Doesn't Change via cron(8)</title>
	<published>2009-10-03T07:06:39Z</published>
	<updated>2009-10-03T07:06:39Z</updated>
	<author>
		<name>Shawn H Corey</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have just installed Ubuntu 9.04 on my PowerBook G4. &amp;nbsp;I have a cron job
&lt;br&gt;that suppose to change the background.
&lt;br&gt;&lt;br&gt;* It worked on Ubuntu 8.04
&lt;br&gt;* It works from a terminal
&lt;br&gt;* It changes ~/.gconf/desktop/gnome/background/%gconf.xml
&lt;br&gt;&lt;br&gt;What it doesn't do is change the image.
&lt;br&gt;&lt;br&gt;Apparently, gconfd-2 is not getting informed of the change. &amp;nbsp;Its cache
&lt;br&gt;still has the old values. &amp;nbsp;How do I fix this?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Just my 0.00000002 million dollars worth,
&lt;br&gt;&amp;nbsp; Shawn
&lt;br&gt;&lt;br&gt;Programming is as much about organization and communication
&lt;br&gt;as it is about coding.
&lt;br&gt;&lt;br&gt;I like Perl; it's the only language where you can bless your
&lt;br&gt;thingy.
&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25729102&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Background-Doesn%27t-Change-via-cron%288%29-tp25729102p25729102.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25592532</id>
	<title>Joining list</title>
	<published>2009-09-21T02:19:35Z</published>
	<updated>2009-09-21T02:19:35Z</updated>
	<author>
		<name>Kacper Gazda</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=PL link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25592532&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Joining-list-tp25592532p25592532.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24983420</id>
	<title>gconftool-2 --makefile-uninstall-rules do not clean  /etc/gconf/gconf.xml.defaults?</title>
	<published>2009-08-15T03:17:15Z</published>
	<updated>2009-08-15T03:17:15Z</updated>
	<author>
		<name>章宏九</name>
	</author>
	<content type="html">Hello.
&lt;br&gt;&lt;br&gt;I am a gentoo user and I just tried Gnome 2.26. I carelessly installed
&lt;br&gt;the whole Gnome into my laptop yesterday and soon uninstalled those
&lt;br&gt;accessories which seems not so useful for me. But I notice that there
&lt;br&gt;are plenty of entries left in the gconf-editor. I tried to restart my
&lt;br&gt;system and did not start X. I reinstalled those parts and manually
&lt;br&gt;gconftool-2 --makefile-uninstall-rules those schema files before I
&lt;br&gt;uninstalled them again. I also cleaned my ~/.gconf directory. But I
&lt;br&gt;still disappointedly found those entries still listed in my
&lt;br&gt;gconf-editor, noticing that /etc/gconf/gconf.xml.defaults/%gconf-tree
&lt;br&gt;contains a lot of things which belong to those purged parts.
&lt;br&gt;&lt;br&gt;One of Gentoo Gnome developers told me that ebuild actually did
&lt;br&gt;gconftool-2 --makefile-uninstall-rules for me while purging. And IMHO
&lt;br&gt;this might be a &amp;quot;feature&amp;quot; of gconf.
&lt;br&gt;&lt;br&gt;I googled a lot about &amp;quot;clean gconf&amp;quot; but find no solution but
&lt;br&gt;gconf-cleaner. But this tool is no longer maintained and is also
&lt;br&gt;deprecated since it can cause rather critical errors. Since gconf-2
&lt;br&gt;lasts for several years, I cannot scrunitize all the emails in the
&lt;br&gt;list. I am wondering that is this expected? Will this be solved in
&lt;br&gt;gconf-3?
&lt;br&gt;&lt;br&gt;(I noticing that Ubuntu might also have this problem. I test this on
&lt;br&gt;Ubuntu 8.04 and aptitude purge gnome-keyring and them found those
&lt;br&gt;entries left also.)
&lt;br&gt;&lt;br&gt;Thank you very much.
&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24983420&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gconftool-2---makefile-uninstall-rules-do-not-clean---etc-gconf-gconf.xml.defaults--tp24983420p24983420.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24865320</id>
	<title>&quot;Could not send message to GConf daemon&quot;</title>
	<published>2009-08-07T06:57:18Z</published>
	<updated>2009-08-07T06:57:18Z</updated>
	<author>
		<name>TSZ</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I have upgraded Fedora from 10 to 11, and I use XFCE 4.6 from repo.
&lt;br&gt;Every time I start tsclient (when I use normal user account) below error 
&lt;br&gt;appears:
&lt;br&gt;&lt;br&gt;&amp;quot;Failed to contact configuration server; some possible causes are that 
&lt;br&gt;you need to enable TCP/IP networking for ORBit, or you have stale NFS 
&lt;br&gt;locks due to a system crash. See &lt;a href=&quot;http://projects.gnome.org/gconf/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://projects.gnome.org/gconf/&lt;/a&gt;&amp;nbsp;for 
&lt;br&gt;information. (Details - 1: Could not send message to GConf daemon: The 
&lt;br&gt;name org.gnome.GConf was not provided by any .service files)&amp;quot;
&lt;br&gt;&lt;br&gt;Could you tell me what should I do to remove this error?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Pozdrawiam,
&lt;br&gt;Mis
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24865320&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%22Could-not-send-message-to-GConf-daemon%22-tp24865320p24865320.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23860092</id>
	<title>Re: the easiest way to lock gnome panels?</title>
	<published>2009-06-03T14:46:59Z</published>
	<updated>2009-06-03T14:46:59Z</updated>
	<author>
		<name>Ray Strode</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I write you for one question. Sorry if it is too basic. I didn't found
&lt;br&gt;&amp;gt; the information on Internet.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Some volunteers installed four recycled computers with Gnu/Linux+Gnome
&lt;br&gt;&amp;gt; in a association what help refugees. Most of this people (refugees)
&lt;br&gt;&amp;gt; come from rural zones where they never had a computer. Sometimes they
&lt;br&gt;&amp;gt; start experimenting alone with the mouse and the desktop, and hide the
&lt;br&gt;&amp;gt; Gnome panels, so they don't know how to make it appear a new panel and
&lt;br&gt;&amp;gt; build the applets and desktop, and the desktop becomes blank and
&lt;br&gt;&amp;gt; useless.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Do you know which is the easiest way to protect gnome panels? Sabayon?
&lt;br&gt;&amp;gt; Gconf? or change the attributes of some file from the command line?
&lt;br&gt;&amp;gt;
&lt;/div&gt;Have a look at:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://library.gnome.org/admin/deployment-guide/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://library.gnome.org/admin/deployment-guide/&lt;/a&gt;&lt;br&gt;&lt;br&gt;This message is sort of offtopic for gconf-list though.
&lt;br&gt;&lt;br&gt;--Ray
&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23860092&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/the-easiest-way-to-lock-gnome-panels--tp23850616p23860092.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23850616</id>
	<title>the easiest way to lock gnome panels?</title>
	<published>2009-05-31T03:49:44Z</published>
	<updated>2009-05-31T03:49:44Z</updated>
	<author>
		<name>Alejandro Castán Salinas</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;my name is Alex from Barcelona, and I am not an advanced user of Linux.
&lt;br&gt;&lt;br&gt;I write you for one question. Sorry if it is too basic. I didn't found
&lt;br&gt;the information on Internet.
&lt;br&gt;&lt;br&gt;Some volunteers installed four recycled computers with Gnu/Linux+Gnome
&lt;br&gt;in a association what help refugees. Most of this people (refugees)
&lt;br&gt;come from rural zones where they never had a computer. Sometimes they
&lt;br&gt;start experimenting alone with the mouse and the desktop, and hide the
&lt;br&gt;Gnome panels, so they don't know how to make it appear a new panel and
&lt;br&gt;build the applets and desktop, and the desktop becomes blank and
&lt;br&gt;useless.
&lt;br&gt;&lt;br&gt;Do you know which is the easiest way to protect gnome panels? Sabayon?
&lt;br&gt;Gconf? or change the attributes of some file from the command line?
&lt;br&gt;&lt;br&gt;Thanks a lot,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Alex
&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23850616&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/the-easiest-way-to-lock-gnome-panels--tp23850616p23850616.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23410025</id>
	<title>Re: avoiding translation overhead in GConf</title>
	<published>2009-05-06T09:06:00Z</published>
	<updated>2009-05-06T09:06:00Z</updated>
	<author>
		<name>Matthias Clasen-2</name>
	</author>
	<content type="html">On Mon, Apr 27, 2009 at 9:54 AM, Matthias Clasen
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23410025&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthias.clasen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; While we are talking about what is good for GConf...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have gotten Martin Pitts patch to keep schema translations on the
&lt;br&gt;&amp;gt; client-side to work, finally, and would be interested in landing that
&lt;br&gt;&amp;gt; in 2.27. Bug &lt;a href=&quot;http://bugzilla.gnome.org/show_bug.cgi?id=568845&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugzilla.gnome.org/show_bug.cgi?id=568845&lt;/a&gt;&amp;nbsp;has the
&lt;br&gt;&amp;gt; final patch as well as the necessary intltool counterpart.  Review
&lt;br&gt;&amp;gt; appreciated.
&lt;br&gt;&lt;br&gt;I have now branched gconf, so this can land now. Review would still be
&lt;br&gt;appreciated...
&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23410025&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/avoiding-translation-overhead-in-GConf-tp23256796p23410025.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23341268</id>
	<title>new icons for gconf-editor (finally)</title>
	<published>2009-05-01T16:15:35Z</published>
	<updated>2009-05-01T16:15:35Z</updated>
	<author>
		<name>Martin Lettner</name>
	</author>
	<content type="html">Hi gconf developers!&lt;br&gt;&lt;br&gt;I hope this is somehow the right place to post this.&lt;br&gt;&lt;br&gt;The icons used in gconf-editor are very old and do not fit the GNOME desktop in any way. There have been some nice icon sets for gconf-editor but they never got updated. Maybe because of licensing problems. However, I made a new set of icons based on a tango icon. So they totally fit the GNOME desktop no matter which theme and color you use and look modern. I license them under GPLv2 but we can use any license which suits you best.&lt;br&gt;
Please have a look at the preview of the icons.&lt;br&gt;Related Bugzilla: &lt;a href=&quot;http://bugzilla.gnome.org/show_bug.cgi?id=561040#c5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugzilla.gnome.org/show_bug.cgi?id=561040#c5&lt;/a&gt;&lt;br&gt;
&lt;br&gt;So please tell me what you think and what we can do to make this set of icons implemented so finally gconf-editor looks beautiful.&lt;br&gt;&lt;br&gt;Best,&lt;br&gt;Martin&lt;br&gt;
&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23341268&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;preview.png&lt;/strong&gt; (13K) &lt;a href=&quot;http://old.nabble.com/attachment/23341268/0/preview.png&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/new-icons-for-gconf-editor-%28finally%29-tp23341268p23341268.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23256796</id>
	<title>avoiding translation overhead in GConf</title>
	<published>2009-04-27T06:54:44Z</published>
	<updated>2009-04-27T06:54:44Z</updated>
	<author>
		<name>Matthias Clasen-2</name>
	</author>
	<content type="html">While we are talking about what is good for GConf...
&lt;br&gt;&lt;br&gt;I have gotten Martin Pitts patch to keep schema translations on the
&lt;br&gt;client-side to work, finally, and would be interested in landing that
&lt;br&gt;in 2.27. Bug &lt;a href=&quot;http://bugzilla.gnome.org/show_bug.cgi?id=568845&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugzilla.gnome.org/show_bug.cgi?id=568845&lt;/a&gt;&amp;nbsp;has the
&lt;br&gt;final patch as well as the necessary intltool counterpart. &amp;nbsp;Review
&lt;br&gt;appreciated.
&lt;br&gt;&lt;br&gt;Matthias
&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23256796&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/avoiding-translation-overhead-in-GConf-tp23256796p23256796.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23217637</id>
	<title>gconf error</title>
	<published>2009-04-24T07:31:01Z</published>
	<updated>2009-04-24T07:31:01Z</updated>
	<author>
		<name>Jürgen Hamel</name>
	</author>
	<content type="html">did noone know a solution ????
&lt;br&gt;&lt;br&gt;Der Konfigurationsserver konnte nicht kontaktiert werden; mögliche
&lt;br&gt;Fehlerquellen sind, dass TCP/IP für ORBit nicht aktiviert ist oder
&lt;br&gt;auf Grund eines Systemabsturzes alte NFS-Sperren gesetzt sind.
&lt;br&gt;Unter &lt;a href=&quot;http://projects.gnome.org/gconf/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://projects.gnome.org/gconf/&lt;/a&gt;&amp;nbsp;erhalten Sie weitere
&lt;br&gt;Informationen (Details – &amp;nbsp;1: Verbindung zur Sitzung konnte nicht
&lt;br&gt;abgerufen werden: Did not receive a reply. Possible causes include:
&lt;br&gt;the remote application did not send a reply, the message bus
&lt;br&gt;security policy blocked the reply, the reply timeout expired, or
&lt;br&gt;the network connection was broken.)
&lt;br&gt;&lt;br&gt;I search at google and there are thousands of people with that
&lt;br&gt;problem, ubuntu, arch, suse, red hat, all distris has it. 
&lt;br&gt;&lt;br&gt;a big problem, a lot of programs do not work, firefox, nautilus,
&lt;br&gt;and so on. 
&lt;br&gt;&lt;br&gt;bye
&lt;br&gt;Jürgen
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Cyrus-Computer GmbH Linux Server Support Jürgen Hamel
&lt;br&gt;Cuon - Warenwirtschaft mit Linux &amp;nbsp;&lt;a href=&quot;http://www.cuon.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cuon.org&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23217637&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/23217637/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gconf-error-tp23217637p23217637.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23194976</id>
	<title>Configuring Gnome apps without Gnome</title>
	<published>2009-04-23T04:24:48Z</published>
	<updated>2009-04-23T04:24:48Z</updated>
	<author>
		<name>dotancohen</name>
	</author>
	<content type="html">I hope that this is the right list. There is no gnome-users list on
&lt;br&gt;mail.gnome.org.
&lt;br&gt;&lt;br&gt;I need to configure some global Gnome settings for use in F-Spot, Zim,
&lt;br&gt;and other GTK/Gnome applications, however as a KDE user I do not have
&lt;br&gt;the full Gnome desktop installed and therefore I do not have the
&lt;br&gt;configuration dialogs. Googling for Gnome configuration setting yields
&lt;br&gt;little results, presumably, Gnome users don't do that! Please assist
&lt;br&gt;me in locating the proper files and syntax for configuring:
&lt;br&gt;1) Single click as opposed to double click to activate items.
&lt;br&gt;2) Large icons with no text.
&lt;br&gt;3) More will come as we begin to use the applications in production.
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dotan Cohen
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://what-is-what.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://what-is-what.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://gibberish.co.il&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gibberish.co.il&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23194976&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Configuring-Gnome-apps-without-Gnome-tp23194976p23194976.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23192954</id>
	<title>also error contact configuration server</title>
	<published>2009-04-23T01:54:59Z</published>
	<updated>2009-04-23T01:54:59Z</updated>
	<author>
		<name>Jürgen Hamel</name>
	</author>
	<content type="html">Hi, I have also this error message:
&lt;br&gt;Error message:
&lt;br&gt;GConf error: Failed to contact configuration server; some possible
&lt;br&gt;causes are that you need to enable TCP/IP networking for ORBit, or
&lt;br&gt;you have stale NFS locks due to a system crash. See
&lt;br&gt;&lt;a href=&quot;http://www.gnome.org/projects/gconf/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnome.org/projects/gconf/&lt;/a&gt;&amp;nbsp;for information. (Details -
&lt;br&gt;1: Server ping error: IDL:omg.org/CORBA/COMM_FAILURE:1.0)
&lt;br&gt;&lt;br&gt;it is so, that it happens also in gedit, nautilus, firefox, opera,
&lt;br&gt;dillo, epiphany .....
&lt;br&gt;&lt;br&gt;This error occurs NOT at my main user, only at my other accounts,
&lt;br&gt;so perhaps something with policy ?
&lt;br&gt;When I logged in and I switch user or I open a terminal, make su
&lt;br&gt;xxx and start then firefox , this error occurs.
&lt;br&gt;&lt;br&gt;I tried also to solve that problem to upgrade from 2.24 to 
&lt;br&gt;gconf2 2.26.0-0ubuntu
&lt;br&gt;but nothing, the error is not going away. 
&lt;br&gt;any suggestions ?
&lt;br&gt;&lt;br&gt;best regards
&lt;br&gt;Jürgen Hamel
&lt;br&gt;-- 
&lt;br&gt;Cyrus-Computer GmbH Linux Server Support Jürgen Hamel
&lt;br&gt;Cuon - Warenwirtschaft mit Linux &amp;nbsp;&lt;a href=&quot;http://www.cuon.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cuon.org&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23192954&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/23192954/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/also-error-contact-configuration-server-tp23192954p23192954.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23063238</id>
	<title>No idea Gconf error</title>
	<published>2009-04-13T11:50:11Z</published>
	<updated>2009-04-13T11:50:11Z</updated>
	<author>
		<name>Jalil Karimov</name>
	</author>
	<content type="html">Hi, i guess i have corrupted system, but don&amp;#39;t know what exactly&lt;br&gt;&lt;br&gt;&lt;br&gt;Application:&lt;br&gt;&lt;span style=&quot;color: rgb(0, 0, 153);&quot;&gt;gedit, nautilus&lt;/span&gt;&lt;br&gt;&lt;br&gt;Error message:&lt;br&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;GConf error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See &lt;a href=&quot;http://www.gnome.org/projects/gconf/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnome.org/projects/gconf/&lt;/a&gt; for information. (Details -  1: Server ping error: IDL:&lt;a href=&quot;http://omg.org/CORBA/COMM_FAILURE:1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;omg.org/CORBA/COMM_FAILURE:1.0&lt;/a&gt;)&lt;/span&gt;&lt;br&gt;
 &lt;br&gt;Version:&lt;br&gt;&lt;span style=&quot;color: rgb(0, 0, 153);&quot;&gt;gconftool-2 2.24.0&lt;/span&gt;&lt;br&gt; &lt;br&gt;Output:&lt;br&gt;  &lt;span style=&quot;color: rgb(0, 102, 0);&quot;&gt;# ps jaxwww | grep gconf&lt;/span&gt;&lt;br style=&quot;color: rgb(0, 102, 0);&quot;&gt;&lt;span style=&quot;color: rgb(0, 102, 0);&quot;&gt;    1 29836 29817 29817 ?           -1 S        0   0:01 /usr/lib/GConf/2/gconfd-2&lt;/span&gt;&lt;br style=&quot;color: rgb(0, 102, 0);&quot;&gt;
&lt;span style=&quot;color: rgb(0, 102, 0);&quot;&gt;30800 30872 30871 30800 pts/0    30871 S+       0   0:00 grep gconf&lt;/span&gt;&lt;br style=&quot;color: rgb(0, 102, 0);&quot;&gt;&lt;span style=&quot;color: rgb(0, 102, 0);&quot;&gt; # gconf-sanity-ckeck-1&lt;/span&gt;&lt;br style=&quot;color: rgb(0, 102, 0);&quot;&gt;
&lt;span style=&quot;color: rgb(0, 102, 0);&quot;&gt;bash: gconf-sanity-ckeck-1: command not found&lt;/span&gt;&lt;br&gt;&lt;span style=&quot;color: rgb(0, 102, 0);&quot;&gt; # gconf-sanity-ckeck-2&lt;/span&gt;&lt;br style=&quot;color: rgb(0, 102, 0);&quot;&gt;
&lt;span style=&quot;color: rgb(0, 102, 0);&quot;&gt;bash: gconf-sanity-ckeck-2: command not found&lt;/span&gt;&lt;br&gt;
&lt;br&gt;Can&amp;#39;t create log at /var/log/user after adding user.* /var/log/user in  /etc/sysconf.log&lt;tt&gt;&lt;br&gt;&lt;/tt&gt;&lt;br&gt;OS:openSUSE 11.1 X Window&lt;br style=&quot;color: rgb(0, 102, 0);&quot;&gt;&lt;br&gt;------------------------------&lt;br&gt;&lt;br&gt;Best regards,&lt;br&gt;
&lt;br&gt;Jalil&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23063238&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/No-idea-Gconf-error-tp23063238p23063238.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22970541</id>
	<title>Thread safety</title>
	<published>2009-04-09T06:04:00Z</published>
	<updated>2009-04-09T06:04:00Z</updated>
	<author>
		<name>Stephane Doyon-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Can anyone tell me and explain whether I need gdk_threads_enter/leave calls, 
&lt;br&gt;when using GConfClient in a multi-threaded GTK+ program, from a thread other 
&lt;br&gt;than the main thread?
&lt;br&gt;&lt;br&gt;I've skimmed the gconf docs and the GDK threads overview but I'm still unclear.
&lt;br&gt;&lt;br&gt;Many thanks
&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22970541&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Thread-safety-tp22970541p22970541.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22592596</id>
	<title>My gsoc idea, which relates to gconf</title>
	<published>2009-03-18T19:14:20Z</published>
	<updated>2009-03-18T19:14:20Z</updated>
	<author>
		<name>Sam Thursfield-2</name>
	</author>
	<content type="html">Hello. I'd like to discuss the idea I've had for Summer of Code this
&lt;br&gt;year, which i mentioned on gnome-soc-list but realised it would be
&lt;br&gt;better discussed here. Here's an overview of the idea:
&lt;br&gt;&lt;br&gt;Basically using GConf in a standard GNOME application is a lot harder
&lt;br&gt;than it could be, and although there have been various localised
&lt;br&gt;solutions to the problem I think gconf integration needs a few months
&lt;br&gt;of love. Hopefully an example is the best way to explain what I want to achieve.
&lt;br&gt;Let's say Joe starts work on a revolutionary new GNOME application.
&lt;br&gt;Before long he has some things he'd like to make configurable and
&lt;br&gt;expose to the user. He then has to:
&lt;br&gt;&lt;br&gt;* Hand-write a gconf .schemas file, which is a little annoying
&lt;br&gt;* Perhaps make a header with #define KEY_FOO_BAR
&lt;br&gt;&amp;quot;/apps/my-app-with-a-long-name/foo/bar&amp;quot; etc.
&lt;br&gt;* Write gconf notify hooks to update his application's state.
&lt;br&gt;* Make a dialog with widgets to control these settings, neatly aligned
&lt;br&gt;and indented to match other GNOME apps - it's annoying wrestling with
&lt;br&gt;vbox padding etc. in Glade, or having to modify an existing apps
&lt;br&gt;dialog, when these things normally follow the same pattern.
&lt;br&gt;* Connect all the widgets to the gconf properties - which each project
&lt;br&gt;solves in a different way, some writing a special callback for each
&lt;br&gt;widget, some writing their own code to do so automatically, and it
&lt;br&gt;seems none of them using the 'gconf-bridge' library which I only
&lt;br&gt;discovered this afternoon.
&lt;br&gt;&lt;br&gt;When I'm done, this workflow should hopefully change to:
&lt;br&gt;* Define the keys he wants to use, in format nicer than XML
&lt;br&gt;* Define the dialogs he wants to use, in a simple heirarchical way.
&lt;br&gt;* Write gconf notify hooks to update the application's state.
&lt;br&gt;* Add a macro to his autoconf file, or wscript or whatever he likes to
&lt;br&gt;use, and link to the correct library.
&lt;br&gt;&lt;br&gt;&lt;br&gt;There's a couple of obvious points raised, which I'd like to hear
&lt;br&gt;anyone's comments on.
&lt;br&gt;&lt;br&gt;1. Integration with gconf: it would be nice if this tool &amp; library
&lt;br&gt;could become part of the gconf package rather than introducing yet
&lt;br&gt;another dependency to certain projects. Obviously the portion of the
&lt;br&gt;library which connects to gtk+ can't go in the main gconf library, but
&lt;br&gt;maybe a function to bind to generic properties etc. could do?
&lt;br&gt;&lt;br&gt;2. The schemas format. I don't really like hand-coding XML, and much
&lt;br&gt;prefer making keys that look like this:
&lt;br&gt;   (key &amp;quot;import/file-name-parsing/enable&amp;quot; bool
&lt;br&gt;          :default true
&lt;br&gt;          :blurb &amp;quot;Enable file name parsing&amp;quot;)
&lt;br&gt;Compare that to the 10 lines of XML it produces in the .schemas file.
&lt;br&gt;However, it seems silly to include a tool with gconf to turn schemas
&lt;br&gt;from one format into another, when gconf could be modified to read the
&lt;br&gt;new format directly. But I have a bad feeling about adding a schemas
&lt;br&gt;format other than XML - I don't know why.
&lt;br&gt;&lt;br&gt;3. I saw a comment last year about how gconf is going stale and we
&lt;br&gt;should wait for something else, like dconf. I'd hope that's not an
&lt;br&gt;issue with regards this project, since
&lt;br&gt;   a) anyone writing an app now, needs to use the gconf API, and will
&lt;br&gt;for the forseeable future, and
&lt;br&gt;   b) The described GSettings API makes almost none of this project
&lt;br&gt;redundant. The dconf site said nothing about the .schemas file format.
&lt;br&gt;&lt;br&gt;And this doesn't have to be in the soc project, but does fit in with
&lt;br&gt;the idea of consolidating code into gconf:
&lt;br&gt;4. A couple of places (libeel, libgames-support) create pointless
&lt;br&gt;wrapper API's which create a global gconf client and then use that, in
&lt;br&gt;preference to calling gconf_client_get_default() each time they want
&lt;br&gt;to call a gconf_* method. Surely this functionality could be merged
&lt;br&gt;into gconf fairly easily?
&lt;br&gt;&lt;br&gt;There's some more info in my post to gnome-soc-list:
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/archives/gnome-soc-list/2009-March/msg00039.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/archives/gnome-soc-list/2009-March/msg00039.html&lt;/a&gt;&lt;br&gt;However, I hope there's some positive response to my idea on this
&lt;br&gt;list. I actually began with the idea of making a new package, but the
&lt;br&gt;more I thought about it the more being part of gconf seemed to make
&lt;br&gt;more sense. Anyway, I'd love to hear the opinions of gconf users and
&lt;br&gt;developers on this project and thanks for taking the time to read this
&lt;br&gt;long mail!
&lt;br&gt;&lt;br&gt;Sam Thursfield
&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22592596&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/My-gsoc-idea%2C-which-relates-to-gconf-tp22592596p22592596.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22371267</id>
	<title>Re: gconf doubts</title>
	<published>2009-03-05T06:04:15Z</published>
	<updated>2009-03-05T06:04:15Z</updated>
	<author>
		<name>Havoc Pennington-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;gconf is supposed to be abstracting the file storage, in fact it can
&lt;br&gt;theoretically have multiple backends doing the file storage in
&lt;br&gt;different ways. That's why this stuff is not documented.
&lt;br&gt;&lt;br&gt;On Thu, Mar 5, 2009 at 8:57 AM, John Coppens &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22371267&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; - As things got more complicated (in my program), I decided to subdivide
&lt;br&gt;&amp;gt; saving of options and made (manually) two subdirectories in the original
&lt;br&gt;&amp;gt; app's. They didn't appear until an empty %gconf.xml was copied inside.
&lt;br&gt;&lt;br&gt;That's true. gconfd will probably delete the directories again too, if
&lt;br&gt;they are empty. Directories only exist in gconf if there's something
&lt;br&gt;in them.
&lt;br&gt;&lt;br&gt;&amp;gt; - Can keys and directories be at the same level? I.e., can I have
&lt;br&gt;&amp;gt; directories and a non-empty %gconf.xml at the same level? I did a few
&lt;br&gt;&amp;gt; tests and found that it was _not_ possible, but I may have made some
&lt;br&gt;&amp;gt; mistakes there.
&lt;br&gt;&lt;br&gt;No, each key is either a directory or a value.
&lt;br&gt;&lt;br&gt;&amp;gt; - Am I mistaken that the file/dir permissions _have_ to be 600/700?
&lt;br&gt;&lt;br&gt;The file storage (which files exist, permissions, etc.) is all
&lt;br&gt;&amp;quot;undefined&amp;quot; as far as the API contract goes. There's no control over
&lt;br&gt;it from the gconf API.
&lt;br&gt;&lt;br&gt;Havoc
&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22371267&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gconf-doubts-tp22352122p22371267.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22352122</id>
	<title>gconf doubts</title>
	<published>2009-03-05T05:57:28Z</published>
	<updated>2009-03-05T05:57:28Z</updated>
	<author>
		<name>Bugzilla from john@jcoppens.com</name>
	</author>
	<content type="html">Hello people.
&lt;br&gt;&lt;br&gt;I've been playing around with gconf for a while and was able to store
&lt;br&gt;(and load) preferences for my program. Still, a few things are confusing:
&lt;br&gt;&lt;br&gt;- As things got more complicated (in my program), I decided to subdivide
&lt;br&gt;saving of options and made (manually) two subdirectories in the original
&lt;br&gt;app's. They didn't appear until an empty %gconf.xml was copied inside.
&lt;br&gt;&lt;br&gt;- Can keys and directories be at the same level? I.e., can I have
&lt;br&gt;directories and a non-empty %gconf.xml at the same level? I did a few
&lt;br&gt;tests and found that it was _not_ possible, but I may have made some
&lt;br&gt;mistakes there.
&lt;br&gt;&lt;br&gt;- Am I mistaken that the file/dir permissions _have_ to be 600/700?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Is there somewhere I can read these technical items? They don't seem to
&lt;br&gt;documented in the main docs.
&lt;br&gt;&lt;br&gt;John
&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22352122&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gconf-doubts-tp22352122p22352122.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22220185</id>
	<title>Re: System crash</title>
	<published>2009-02-26T01:04:29Z</published>
	<updated>2009-02-26T01:04:29Z</updated>
	<author>
		<name>ritz-2</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;On Sun, 2009-02-22 at 20:53 +0700, callum shipley wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp;Hi. My name's Callum and there's something wrong with my Ubuntu 8.10
&lt;br&gt;&amp;gt; system. I think tinkered where I shouldn't have! Yes, I'm absolutely
&lt;br&gt;&amp;gt; clueless about these things.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This is the error message that pops up whenever I click on anything:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; An error occurred while loading or saving configuration information
&lt;br&gt;&amp;gt; for gconf-editor. Some of your configuration settings may not work
&lt;br&gt;&amp;gt; properly.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Failed to contact configuration server; some possible causes are that
&lt;br&gt;&amp;gt; you need to enable TCP/IP networking for ORBit, or you have stale NFS
&lt;br&gt;&amp;gt; locks due to a system crash. See &lt;a href=&quot;http://www.gnome.org/projects/gconf/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnome.org/projects/gconf/&lt;/a&gt;&lt;br&gt;&amp;gt; for information. (Details - &amp;nbsp;1: Server ping error:
&lt;br&gt;&amp;gt; IDL:omg.org/CORBA/COMM_FAILURE:1.0)
&lt;/div&gt;Most likely a stale lock file. Try removing orbit-&amp;lt;username&amp;gt; from /tmp.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I cannot open any application, folder or file. Is there a way to
&lt;br&gt;&amp;gt; repair the system without losing my data?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thank you!
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; gconf-list mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22220185&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;&lt;br&gt;-- 
&lt;br&gt;Ritesh Khadgaray
&lt;br&gt;﻿Ph: +919970164885
&lt;br&gt;﻿Desktop LinuX N Stuff, RHCE
&lt;br&gt;Software Maintenance Engineer, Pune, Red Hat
&lt;br&gt;ॐ मणि पद्मे हूँ
&lt;br&gt;Eat Right, Exercise, Die Anyway.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22220185&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/System-crash-tp22163512p22220185.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22163512</id>
	<title>System crash</title>
	<published>2009-02-22T05:53:06Z</published>
	<updated>2009-02-22T05:53:06Z</updated>
	<author>
		<name>callum shipley</name>
	</author>
	<content type="html">Hi. My name&amp;#39;s Callum and there&amp;#39;s something wrong with my Ubuntu 8.10 system. I think tinkered where I shouldn&amp;#39;t have! Yes, I&amp;#39;m absolutely clueless about these things.&lt;br&gt;&lt;br&gt;This is the error message that pops up whenever I click on anything:&lt;br&gt;
&lt;br&gt;An error occurred while loading or saving configuration information for gconf-editor. Some of your configuration settings may not work properly.&lt;br&gt;&lt;br&gt;Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See &lt;a href=&quot;http://www.gnome.org/projects/gconf/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnome.org/projects/gconf/&lt;/a&gt; for information. (Details -&amp;nbsp; 1: Server ping error: IDL:&lt;a href=&quot;http://omg.org/CORBA/COMM_FAILURE:1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;omg.org/CORBA/COMM_FAILURE:1.0&lt;/a&gt;)&lt;br&gt;
&lt;br&gt;I cannot open any application, folder or file. Is there a way to repair the system without losing my data?&lt;br&gt;&lt;br&gt;Thank you!&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gconf-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22163512&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gconf-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gconf-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gconf-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/System-crash-tp22163512p22163512.html" />
</entry>

</feed>
