Thread
:
How to take the "gconf" changes effect immediately?
View Single Post
pycage
2009-07-07 , 06:51
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#
4
You can use gconftool-2 for modifying gconf, e.g.
Code:
gconftool-2 --type string --set /apps/myapp/somesetting "Some Value"
Directly editing the XML doesn't work because the XML is only the backend where gconf stores its data. It's not even safe to edit the XML while gconfd is running.
Quote & Reply
|
The Following 3 Users Say Thank You to pycage For This Useful Post:
billcawell
,
lma
,
sjgadsby
pycage
View Public Profile
Send a private message to pycage
Find all posts by pycage