On Fri, 23 Apr 2010 05:14:49 -0400
Steven Gelsie <[email protected]> wrote:

>   We are using Java Desktop in Solaris 10 and I would like to turn off 
> the wire frame when moving an application.  I would like to do this for 
> all users. I tried changing the reduce_resources  to true  in the 
> /etc/gconf/metacity.shemas file  but that had no effect.
> 
>  <schema>
>       <key>/schemas/apps/metacity/general/reduced_resources</key>
>       <applyto>/apps/metacity/general/reduced_resources</applyto>
>       <owner>metacity</owner>
>       <type>bool</type>
>       <default>true</default>
>       <locale name="C">


wrong place. Try as root

gconftool-2 --direct --config-source 
xml:readwrite:/etc/gconf/gconf.xml.mandatory \
       --set /apps/metacity/general/reduced_resources --type boolean true

and your users are not able to overwrite it. Use

gconftool-2 --direct --config-source 
xml:readwrite:/etc/gconf/gconf.xml.defaults \
       --set /apps/metacity/general/reduced_resources --type boolean true

to set it as a default which the users can change for their desktop.

Best wishes, Meik

-- 
Meik Hellmund
Mathematisches Institut, Uni Leipzig
e-mail: [email protected]
http://www.math.uni-leipzig.de/~hellmund

_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to