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.


_______________________________________________
gnome-list mailing list
gnome-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gnome-list



Relevant Pages

  • Re: Introduction
    ... gconf stores data in text files, ... Funny how it's hard to read black text on a black background. ... You cannot say the same about Windows. ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". ...
    (Debian-User)
  • Re: [opensuse] Panel pop-ups
    ... I wonder if perhaps you've started compiz fusion with the gconf ... i can uncheck "windows preview" and there isn't a windows preview ...
    (SuSE)
  • Re: Anything like the Windows Registry or INI files for Linux/Unix?
    ... I could avoid its turning into a general flame-fest about Windows vs. Linux ... first reaction. ... INI files are similar to the text files that Unix applications ... GCONF, have a "per-user daemon". ...
    (comp.os.linux.misc)
  • Metacity: Using GConf to set up an action for the windows button
    ... I've found out how to use gconf to set keybindings for metacity. ... I'd like to use the 'windows' button ... ... to get my money's worth on each ...
    (alt.os.linux)