Re: Questions regarding Sun's gnome 2.6 implementation



tis 2007-10-09 klockan 21:29 +0000 skrev Jeffery Small:
> Thanks for the information.  However, I'm not clear on how to do what you
> suggest.  I did the following:

That is GNOME's gconf hierarchy which is a little bit like
microsoft's registry in windows. only thing is that gconf
is less obfuscated.

gconftool-2 -R /apps/metacity/general for example should print something

gconftool-2 -g /apps/metacity/general/reduced_resources
tells you the current value

gconftool-2 -s /apps/metacity/general/reduced_resources --type=boolean
true

changes the value (--type=something is important, gconftool-2 will bitch
if missing, does it exists keys which can have different types ?)

suggestion: switch off metacity's hunger with :

gconftool-2 -s /apps/metacity/general/reduced_resources --type=boolean
true

view the difference in metacity's behaviour when dragging a window
re-enable the hunger with
gconftool-2 -s /apps/metacity/general/reduced_resources --type=boolean
false

Read the man-page about gconftool-2.
The different settings applets changes applications behaviour/or look/or
whatever thru gconf and its API which is one reason why for example
theme changes is instant.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]