CPU Frequency Scaling

Nicolas Mailhot nicolas.mailhot at laposte.net
Tue Dec 5 20:22:23 UTC 2006


Le mardi 05 décembre 2006 à 20:46 +0100, Nicolas Mailhot a écrit :

> Put all those remarks together and you could have :
> 
> <?xml version="1.0"?>
> <gconf xmlns="typing-schema-id">
>   <!-- Have GNOME draw the desktop background -->
>   <entry name="draw_background" value="true"/>
>   <!-- File to use for the background image -->
>   <entry name="picture_filename">/usr/share/backgrounds/images/default-wide.jpg</entry>
>   <!-- A list of panel applet IDs.
>        Each ID identifies an individual panel applet. 
>        The settings for each of these applets are 
>        stored in /apps/panel/applets/$(id) -->
>   <entry name="applet_id_list">
>     <li>systray</li>
>     <li>trash_applet</li>
>   </entry>
> </gconf>
> 
> typing-schema-id being the id of a schema properly declared in /etc/xml
> for vim, libxslt and friends

another variant (easier to write typing schema for) :

<?xml version="1.0"?>
<gconf xmlns="typing-schema-id">
  <!-- Have GNOME draw the desktop background -->
  <bool name="draw_background" value="true"/>
  <!-- File to use for the background image -->
  <string name="picture_filename">/usr/share/backgrounds/images/default-wide.jpg</string>
  <!-- A list of panel applet IDs.
       Each ID identifies an individual panel applet. 
       The settings for each of these applets are 
       stored in /apps/panel/applets/$(id) -->
  <list name="applet_id_list">
    <string>systray</string>
    <string>trash_applet</string>
  </list>
</gconf>

-- 
Nicolas Mailhot
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Ceci est une partie de message num?riquement sign?e
URL: <http://listman.redhat.com/archives/fedora-devel-list/attachments/20061205/75bcd145/attachment.sig>


More information about the fedora-devel-list mailing list