Personal tools
You are here: Home Linux News Schema for Gnome

News Schema for Gnome

by Harald Hoyer last modified Apr 03, 2008 06:23

news.schema.xml — Extensible Markup Language (XML), 1Kb

File contents

<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/desktop/gnome/url-handlers/news/enabled</key>
      <applyto>/desktop/gnome/url-handlers/news/enabled</applyto>
      <owner>gnome</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
	<short>Whether the specified command should handle "news" URLs</short>
	<long>True if the command specified in the "command" key should handle "news" URLs.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/desktop/gnome/url-handlers/news/needs_terminal</key>
      <applyto>/desktop/gnome/url-handlers/news/needs_terminal</applyto>
      <owner>gnome</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
	<short>Run the command in a terminal</short>
	<long>True if the command used to handle this type of URL should be run in a terminal.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/desktop/gnome/url-handlers/news/command</key>
      <applyto>/desktop/gnome/url-handlers/news/command</applyto>
      <owner>gnome</owner>
      <type>string</type>
      <default>/usr/bin/thunderbird %s</default>
      <locale name="C">
	<short>The handler for "news" URLs</short>
	<long>Easy Newsgroup subscription for Thunderbird</long>
      </locale>
    </schema>

  </schemalist>
</gconfschemafile>

Document Actions
  • Print this
  • Hits: 001340