Re: CPU Frequency Scaling

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

 



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

Attachment: signature.asc
Description: Ceci est une partie de message =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=

-- 
fedora-devel-list mailing list
fedora-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-devel-list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux