Re: Questions regarding Sun's gnome 2.6 implementation



> >Hmm, I forget if JDS 3 is shipped with wireframe window move/resize
> >turned on by default-- shift-to-snap doesn't work in that mode.  If so,
> >you need to turn off the apps/metacity/reduced_resources gconf key,
> >should work fine then.

It's /apps/metacity/general/reduced_resources for me.


> Thanks for the information.  However, I'm not clear on how to do what you
> suggest.  I did the following:
> 
> 	1-> cd ~/.gconf/apps/metacity
[...]
> 	3-> grep -i reduced * */*
> 
> and there were no entries in any of the files with this parameter.  Am I
> looking in the wrong location?

Ah, default value. ;)

$ grep -c reduced ~/.gconf/apps/metacity/general/*
0

$ gconftool-2 --set /apps/metacity/general/reduced_resources --type bool true

$ grep -c reduced ~/.gconf/apps/metacity/general/*
1


> Is there some sort of configuration tool used to configure gnome?

Sure, the Preferences in your main menu...

However, the Preferences capplets don't offer all possible keys. There
are a couple low level keys, generally not interesting to the user. You
can edit these keys (not offered by the Preferences) either with
'gconf-editor' (UI) or 'gconftool-2' (CLI). You can easily navigate the
entire preferences tree, inspect and change the values using the former.
The latter requires knowledge of the exact key name.

  guenther


-- 
char *t="\10pse\0r\0dtu\0  ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}




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