[email protected] wrote:
Send SunRay-Users mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://www.filibeto.org/mailman/listinfo/sunray-users
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of SunRay-Users digest..."


Today's Topics:

   1. wire frame in Java Desktop (Steven Gelsie)
   2. Re: wire frame in Java Desktop (Meik Hellmund)
   3. Re: sunray memory sticks (Lars Tunkrans)
   4. Re: sunray memory sticks (Patrick)


----------------------------------------------------------------------

Message: 1
Date: Fri, 23 Apr 2010 05:14:49 -0400
From: Steven Gelsie <[email protected]>
To: [email protected]
Subject: [SunRay-Users] wire frame in Java Desktop
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

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">

As root I ran the following command but it did turn off  wire frame.

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

It did create a directory structure under /etc/gconf/gconf.xml.mandatory/
    apps/
        %gconf.xml   metacity/
                                  %gconf.xml   general/
                                                            %gconf.xml

 The following was in the final %gconf.xml
sunray1{gelsis1}121: more %gconf.xml
<?xml version="1.0"?>
<gconf>
<entry name="reduced_resources" mtime="1272194495" type="bool" value="true">
      </entry>
</gconf>

Thanks
Steve

--
Steven Gelsie                   Email: [email protected]
Johns Hopkins Univ./APL         Phone: 240-228-4081   DC
11100 Johns Hopkins Rd 443-778-4081 Baltimore Laurel, MD 20723-6099 FAX: 240-228-6119
Work Schedule : Mon-Thurs  8:30AM-6PM
Friday Work At Home
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to