home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / gconf / schemas / gnome-app-install.schemas < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-28  |  1.4 KB  |  45 lines

  1. <?xml version="1.0" ?>
  2. <gconfschemafile>
  3.   <schemalist>
  4.     <schema>
  5.       <key>/schemas/apps/gnome-app-install/filter_applications</key>
  6.       <applyto>/apps/gnome-app-install/filter_applications</applyto>
  7.       <owner>gnome-app-install</owner>
  8.       <type>int</type>
  9.       <default>0</default>
  10.         
  11.       <locale name="C">
  12.         <short>Show only a subset of applications</short>
  13.         <long>
  14.       Possible values:
  15.       0 : show only apps that are supported by Canonical or third party
  16.       1 : show only free applications
  17.       2 : show only non-free applications
  18.       3 : show only applications provided by third party vendors
  19.       4 : show all available applications
  20.         </long>
  21.       </locale>
  22.     </schema>
  23.  
  24.     <schema>
  25.       <key>/schemas/apps/gnome-app-install/mime-whitelist-components</key>
  26.       <applyto>/apps/gnome-app-install/mime-whitelist-components</applyto>
  27.       <owner>gnome-app-install</owner>
  28.       <type>list</type>
  29.       <list_type>string</list_type>
  30.       <default>[main]</default>
  31.         
  32.       <locale name="C">
  33.         <short>Suggest application for MIME-type: approved components</short>
  34.         <long>
  35.           When the user asks to open a file but no supported
  36.       application is present, the system will offer to install
  37.       applications in the components listed here, as well as
  38.           the individually whitelisted applications.
  39.         </long>
  40.       </locale>
  41.     </schema>
  42.   </schemalist>
  43. </gconfschemafile>
  44.  
  45.