JezK
Edit File: %gconf-tree.xml
<?xml version="1.0"?> <gconf> <dir name="system"> <dir name="smb"> <entry name="workgroup" mtime="1723638434" schema="/schemas/system/smb/workgroup"/> </dir> <dir name="proxy"> <entry name="autoconfig_url" mtime="1723638434" schema="/schemas/system/proxy/autoconfig_url"/> <entry name="socks_port" mtime="1723638434" schema="/schemas/system/proxy/socks_port"/> <entry name="socks_host" mtime="1723638434" schema="/schemas/system/proxy/socks_host"/> <entry name="ftp_port" mtime="1723638434" schema="/schemas/system/proxy/ftp_port"/> <entry name="ftp_host" mtime="1723638434" schema="/schemas/system/proxy/ftp_host"/> <entry name="secure_port" mtime="1723638434" schema="/schemas/system/proxy/secure_port"/> <entry name="secure_host" mtime="1723638434" schema="/schemas/system/proxy/secure_host"/> <entry name="mode" mtime="1723638434" schema="/schemas/system/proxy/mode"/> </dir> <dir name="http_proxy"> <entry name="ignore_hosts" mtime="1723638434" schema="/schemas/system/http_proxy/ignore_hosts"/> <entry name="authentication_password" mtime="1723638434" schema="/schemas/system/http_proxy/authentication_password"/> <entry name="authentication_user" mtime="1723638434" schema="/schemas/system/http_proxy/authentication_user"/> <entry name="use_authentication" mtime="1723638434" schema="/schemas/system/http_proxy/use_authentication"/> <entry name="port" mtime="1723638434" schema="/schemas/system/http_proxy/port"/> <entry name="host" mtime="1723638434" schema="/schemas/system/http_proxy/host"/> <entry name="use_http_proxy" mtime="1723638434" schema="/schemas/system/http_proxy/use_http_proxy"/> </dir> <dir name="dns_sd"> <entry name="extra_domains" mtime="1723638434" schema="/schemas/system/dns_sd/extra_domains"/> <entry name="display_local" mtime="1723638434" schema="/schemas/system/dns_sd/display_local"/> </dir> </dir> <dir name="schemas"> <dir name="system"> <dir name="smb"> <entry name="workgroup" mtime="1723638434" type="schema" stype="string" owner="gnome-vfs"> <local_schema locale="C" short_desc="SMB workgroup"> <default type="string"> <stringvalue></stringvalue> </default> <longdesc>The Windows networking workgroup or domain that the user is part of. In order for a new workgroup to fully take effect the user may need to log out and log back in. </longdesc> </local_schema> </entry> </dir> <dir name="proxy"> <entry name="autoconfig_url" mtime="1723638434" type="schema" stype="string" owner="gnome-vfs"> <local_schema locale="C" short_desc="Automatic proxy configuration URL"> <default type="string"> <stringvalue></stringvalue> </default> <longdesc>URL that provides proxy configuration values.</longdesc> </local_schema> </entry> <entry name="socks_port" mtime="1723638434" type="schema" stype="int" owner="gnome-vfs"> <local_schema locale="C" short_desc="SOCKS proxy port"> <default type="int" value="0"/> <longdesc>The port on the machine defined by "/system/proxy/socks_host" that you proxy through.</longdesc> </local_schema> </entry> <entry name="socks_host" mtime="1723638434" type="schema" stype="string" owner="gnome-vfs"> <local_schema locale="C" short_desc="SOCKS proxy host name"> <default type="string"> <stringvalue></stringvalue> </default> <longdesc>The machine name to proxy socks through.</longdesc> </local_schema> </entry> <entry name="ftp_port" mtime="1723638434" type="schema" stype="int" owner="gnome-vfs"> <local_schema locale="C" short_desc="FTP proxy port"> <default type="int" value="0"/> <longdesc>The port on the machine defined by "/system/proxy/ftp_host" that you proxy through.</longdesc> </local_schema> </entry> <entry name="ftp_host" mtime="1723638434" type="schema" stype="string" owner="gnome-vfs"> <local_schema locale="C" short_desc="FTP proxy host name"> <default type="string"> <stringvalue></stringvalue> </default> <longdesc>The machine name to proxy FTP through.</longdesc> </local_schema> </entry> <entry name="secure_port" mtime="1723638434" type="schema" stype="int" owner="gnome-vfs"> <local_schema locale="C" short_desc="Secure HTTP proxy port"> <default type="int" value="0"/> <longdesc>The port on the machine defined by "/system/proxy/secure_host" that you proxy through.</longdesc> </local_schema> </entry> <entry name="secure_host" mtime="1723638434" type="schema" stype="string" owner="gnome-vfs"> <local_schema locale="C" short_desc="Secure HTTP proxy host name"> <default type="string"> <stringvalue></stringvalue> </default> <longdesc>The machine name to proxy secure HTTP through.</longdesc> </local_schema> </entry> <entry name="mode" mtime="1723638434" type="schema" stype="string" owner="gnome-vfs"> <local_schema locale="C" short_desc="Proxy configuration mode"> <default type="string"> <stringvalue>none</stringvalue> </default> <longdesc>Select the proxy configuration mode. Supported values are "none", "manual", "auto".</longdesc> </local_schema> </entry> </dir> <dir name="http_proxy"> <entry name="ignore_hosts" mtime="1723638434" type="schema" stype="list" owner="gnome-vfs" list_type="string"> <local_schema locale="C" short_desc="Non-proxy hosts"> <default type="list" ltype="string"> <li type="string"> <stringvalue>localhost</stringvalue> </li> <li type="string"> <stringvalue>127.0.0.0/8</stringvalue> </li> </default> <longdesc>This key contains a list of hosts which are connected to directly, rather than via the proxy (if it is active). The values can be hostnames, domains (using an initial wildcard like *.foo.com), IP host addresses (both IPv4 and IPv6) and network addresses with a netmask (something like 192.168.0.0/24).</longdesc> </local_schema> </entry> <entry name="authentication_password" mtime="1723638434" type="schema" stype="string" owner="gnome-vfs"> <local_schema locale="C" short_desc="HTTP proxy password"> <default type="string"> <stringvalue></stringvalue> </default> <longdesc>Password to pass as authentication when doing HTTP proxying.</longdesc> </local_schema> </entry> <entry name="authentication_user" mtime="1723638434" type="schema" stype="string" owner="gnome-vfs"> <local_schema locale="C" short_desc="HTTP proxy username"> <default type="string"> <stringvalue></stringvalue> </default> <longdesc>User name to pass as authentication when doing HTTP proxying.</longdesc> </local_schema> </entry> <entry name="use_authentication" mtime="1723638434" type="schema" stype="bool" owner="gnome-vfs"> <local_schema locale="C" short_desc="Authenticate proxy server connections"> <default type="bool" value="false"/> <longdesc>If true, then connections to the proxy server require authentication. The username/password combo is defined by "/system/http_proxy/authentication_user" and "/system/http_proxy/authentication_password".</longdesc> </local_schema> </entry> <entry name="port" mtime="1723638434" type="schema" stype="int" owner="gnome-vfs"> <local_schema locale="C" short_desc="HTTP proxy port"> <default type="int" value="8080"/> <longdesc>The port on the machine defined by "/system/http_proxy/host" that you proxy through.</longdesc> </local_schema> </entry> <entry name="host" mtime="1723638434" type="schema" stype="string" owner="gnome-vfs"> <local_schema locale="C" short_desc="HTTP proxy host name"> <default type="string"> <stringvalue></stringvalue> </default> <longdesc>The machine name to proxy HTTP through.</longdesc> </local_schema> </entry> <entry name="use_http_proxy" mtime="1723638434" type="schema" stype="bool" owner="gnome-vfs"> <local_schema locale="C" short_desc="Use HTTP proxy"> <default type="bool" value="false"/> <longdesc>Enables the proxy settings when accessing HTTP over the Internet.</longdesc> </local_schema> </entry> </dir> <dir name="dns_sd"> <entry name="extra_domains" mtime="1723638434" type="schema" stype="string" owner="gnome-vfs"> <local_schema locale="C" short_desc="Extra domains to look for DNS-SD services in"> <default type="string"> <stringvalue></stringvalue> </default> <longdesc>Comma separated list of DNS-SD domains that should be visible in the "network:///" location.</longdesc> </local_schema> </entry> <entry name="display_local" mtime="1723638434" type="schema" stype="string" owner="gnome-vfs"> <local_schema locale="C" short_desc="How to display local DNS-SD service"> <default type="string"> <stringvalue>merged</stringvalue> </default> <longdesc>Possible values are "merged", "separate" and "disabled".</longdesc> </local_schema> </entry> </dir> </dir> <dir name="desktop"> <dir name="gnome"> <dir name="url-handlers"> <dir name="h323"> <entry name="needs_terminal" mtime="1723638434" type="schema" stype="bool" owner="gnome"> <local_schema locale="C" short_desc="Run the command in a terminal"> <default type="bool" value="false"/> <longdesc>True if the command used to handle this type of URL should be run in a terminal.</longdesc> </local_schema> </entry> <entry name="command" mtime="1723638434" type="schema" stype="string" owner="gnome"> <local_schema locale="C" short_desc="The handler for "h323" URLs"> <default type="string"> <stringvalue>gnomemeeting -c %s</stringvalue> </default> <longdesc>The command used to handle "h323" URLs, if enabled.</longdesc> </local_schema> </entry> <entry name="enabled" mtime="1723638434" type="schema" stype="bool" owner="gnome"> <local_schema locale="C" short_desc="Whether the specified command should handle "h323" URLs"> <default type="bool" value="true"/> <longdesc>True if the command specified in the "command" key should handle "h323" URLs.</longdesc> </local_schema> </entry> </dir> <dir name="callto"> <entry name="needs_terminal" mtime="1723638434" type="schema" stype="bool" owner="gnome"> <local_schema locale="C" short_desc="Run the command in a terminal"> <default type="bool" value="false"/> <longdesc>True if the command used to handle this type of URL should be run in a terminal.</longdesc> </local_schema> </entry> <entry name="command" mtime="1723638434" type="schema" stype="string" owner="gnome"> <local_schema locale="C" short_desc="The handler for "callto" URLs"> <default type="string"> <stringvalue>gnomemeeting -c %s</stringvalue> </default> <longdesc>The command used to handle "callto" URLs, if enabled.</longdesc> </local_schema> </entry> <entry name="enabled" mtime="1723638434" type="schema" stype="bool" owner="gnome"> <local_schema locale="C" short_desc="Whether the specified command should handle "callto" URLs"> <default type="bool" value="true"/> <longdesc>True if the command specified in the "command" key should handle "callto" URLs.</longdesc> </local_schema> </entry> </dir> <dir name="mailto"> <entry name="needs_terminal" mtime="1723638434" type="schema" stype="bool" owner="gnome"> <local_schema locale="C" short_desc="Run the command in a terminal"> <default type="bool" value="false"/> <longdesc>True if the command used to handle this type of URL should be run in a terminal.</longdesc> </local_schema> </entry> <entry name="command" mtime="1723638434" type="schema" stype="string" owner="gnome"> <local_schema locale="C" short_desc="The handler for "mailto" URLs"> <default type="string"> <stringvalue>evolution %s</stringvalue> </default> <longdesc>The command used to handle "mailto" URLs, if enabled.</longdesc> </local_schema> </entry> <entry name="enabled" mtime="1723638434" type="schema" stype="bool" owner="gnome"> <local_schema locale="C" short_desc="Whether the specified command should handle "mailto" URLs"> <default type="bool" value="true"/> <longdesc>True if the command specified in the "command" key should handle "mailto" URLs.</longdesc> </local_schema> </entry> </dir> <dir name="https"> <entry name="needs_terminal" mtime="1723638434" type="schema" stype="bool" owner="gnome"> <local_schema locale="C" short_desc="Run the command in a terminal"> <default type="bool" value="false"/> <longdesc>True if the command used to handle this type of URL should be run in a terminal.</longdesc> </local_schema> </entry> <entry name="command" mtime="1723638434" type="schema" stype="string" owner="gnome"> <local_schema locale="C" short_desc="The handler for "https" URLs"> <default type="string"> <stringvalue>epiphany %s</stringvalue> </default> <longdesc>The command used to handle "https" URLs, if enabled.</longdesc> </local_schema> </entry> <entry name="enabled" mtime="1723638434" type="schema" stype="bool" owner="gnome"> <local_schema locale="C" short_desc="Whether the specified command should handle "https" URLs"> <default type="bool" value="true"/> <longdesc>True if the command specified in the "command" key should handle "https" URLs.</longdesc> </local_schema> </entry> </dir> <dir name="cdda"> <entry name="needs_terminal" mtime="1723638434" type="schema" stype="bool" owner="gnome"> <local_schema locale="C" short_desc="Run the command in a terminal"> <default type="bool" value="false"/> <longdesc>True if the command used to handle this type of URL should be run in a terminal.</longdesc> </local_schema> </entry> <entry name="command" mtime="1723638434" type="schema" stype="string" owner="gnome"> <local_schema locale="C" short_desc="The handler for "cdda" URLs"> <default type="string"> <stringvalue>sound-juicer %s</stringvalue> </default> <longdesc>The command used to handle "cdda" URLs, if enabled.</longdesc> </local_schema> </entry> <entry name="enabled" mtime="1723638434" type="schema" stype="bool" owner="gnome"> <local_schema locale="C" short_desc="Whether the specified command should handle "cdda" URLs"> <default type="bool" value="true"/> <longdesc>True if the command specified in the "command" key should handle "cdda" URLs.</longdesc> </local_schema> </entry> </dir> <dir name="http"> <entry name="needs_terminal" mtime="1723638434" type="schema" stype="bool" owner="gnome"> <local_schema locale="C" short_desc="Run the command in a terminal"> <default type="bool" value="false"/> <longdesc>True if the command used to handle this type of URL should be run in a terminal.</longdesc> </local_schema> </entry> <entry name="command" mtime="1723638434" type="schema" stype="string" owner="gnome"> <local_schema locale="C" short_desc="The handler for "http" URLs"> <default type="string"> <stringvalue>epiphany %s</stringvalue> </default> <longdesc>The command used to handle "http" URLs, if enabled.</longdesc> </local_schema> </entry> <entry name="enabled" mtime="1723638434" type="schema" stype="bool" owner="gnome"> <local_schema locale="C" short_desc="Whether the specified command should handle "http" URLs"> <default type="bool" value="true"/> <longdesc>True if the command specified in the "command" key should handle "http" URLs.</longdesc> </local_schema> </entry> </dir> <dir name="man"> <entry name="needs_terminal" mtime="1723638434" type="schema" stype="bool" owner="gnome"> <local_schema locale="C" short_desc="Run the command in a terminal"> <default type="bool" value="false"/> <longdesc>True if the command used to handle this type of URL should be run in a terminal.</longdesc> </local_schema> </entry> <entry name="command" mtime="1723638434" type="schema" stype="string" owner="gnome"> <local_schema locale="C" short_desc="The handler for "man" URLs"> <default type="string"> <stringvalue>gnome-help "%s"</stringvalue> </default> <longdesc>The command used to handle "man" URLs, if enabled.</longdesc> </local_schema> </entry> <entry name="enabled" mtime="1723638434" type="schema" stype="bool" owner="gnome"> <local_schema locale="C" short_desc="Whether the specified command should handle "man" URLs"> <default type="bool" value="true"/> <longdesc>True if the command specified in the "command" key should handle "man" URLs.</longdesc> </local_schema> </entry> </dir> <dir name="info"> <entry name="needs_terminal" mtime="1723638434" type="schema" stype="bool" owner="gnome"> <local_schema locale="C" short_desc="Run the command in a terminal"> <default type="bool" value="false"/> <longdesc>True if the command used to handle this type of URL should be run in a terminal.</longdesc> </local_schema> </entry> <entry name="command" mtime="1723638434" type="schema" stype="string" owner="gnome"> <local_schema locale="C" short_desc="The handler for "info" URLs"> <default type="string"> <stringvalue>gnome-help "%s"</stringvalue> </default> <longdesc>The command used to handle "info" URLs, if enabled.</longdesc> </local_schema> </entry> <entry name="enabled" mtime="1723638434" type="schema" stype="bool" owner="gnome"> <local_schema locale="C" short_desc="Whether the specified command should handle "info" URLs"> <default type="bool" value="true"/> <longdesc>True if the command specified in the "command" key should handle "info" URLs.</longdesc> </local_schema> </entry> </dir> <dir name="ghelp"> <entry name="needs_terminal" mtime="1723638434" type="schema" stype="bool" owner="gnome"> <local_schema locale="C" short_desc="Run the command in a terminal"> <default type="bool" value="false"/> <longdesc>True if the command used to handle this type of URL should be run in a terminal.</longdesc> </local_schema> </entry> <entry name="command" mtime="1723638434" type="schema" stype="string" owner="gnome"> <local_schema locale="C" short_desc="The handler for "ghelp" URLs"> <default type="string"> <stringvalue>gnome-help "%s"</stringvalue> </default> <longdesc>The command used to handle "ghelp" URLs, if enabled.</longdesc> </local_schema> </entry> <entry name="enabled" mtime="1723638434" type="schema" stype="bool" owner="gnome"> <local_schema locale="C" short_desc="Whether the specified command should handle "ghelp" URLs"> <default type="bool" value="true"/> <longdesc>True if the command specified in the "command" key should handle "ghelp" URLs.</longdesc> </local_schema> </entry> </dir> <dir name="trash"> <entry name="needs_terminal" mtime="1723638434" type="schema" stype="bool" owner="gnome"> <local_schema locale="C" short_desc="Run the command in a terminal"> <default type="bool" value="false"/> <longdesc>True if the command used to handle this type of URL should be run in a terminal.</longdesc> </local_schema> </entry> <entry name="command" mtime="1723638434" type="schema" stype="string" owner="gnome"> <local_schema locale="C" short_desc="The handler for "trash" URLs"> <default type="string"> <stringvalue>nautilus "%s"</stringvalue> </default> <longdesc>The command used to handle "trash" URLs, if enabled.</longdesc> </local_schema> </entry> <entry name="enabled" mtime="1723638434" type="schema" stype="bool" owner="gnome"> <local_schema locale="C" short_desc="Whether the specified command should handle "trash" URLs"> <default type="bool" value="true"/> <longdesc>True if the command specified in the "command" key should handle "trash" URLs.</longdesc> </local_schema> </entry> </dir> </dir> <dir name="applications"> <dir name="component_viewer"> <entry name="exec" mtime="1723638434" type="schema" stype="string" owner="gnome-vfs"> <local_schema locale="C" short_desc="Default component viewer application"> <default type="string"> <stringvalue>nautilus %s</stringvalue> </default> <longdesc>The application to use for viewing files that require a component to view them. The parameter %s will be replaced by the file's URIs, the parameter %c will be replaced by the component IID.</longdesc> </local_schema> </entry> </dir> <dir name="terminal"> <entry name="exec_arg" mtime="1723638434" type="schema" stype="string" owner="gnome-vfs"> <local_schema locale="C" short_desc="Exec argument for default terminal"> <default type="string"> <stringvalue>-x</stringvalue> </default> <longdesc>The exec argument to use for the default terminal application.</longdesc> </local_schema> </entry> <entry name="exec" mtime="1723638434" type="schema" stype="string" owner="gnome-vfs"> <local_schema locale="C" short_desc="Default terminal application"> <default type="string"> <stringvalue>gnome-terminal</stringvalue> </default> <longdesc>The default terminal application to use for applications that require a terminal.</longdesc> </local_schema> </entry> </dir> </dir> </dir> </dir> </dir> <dir name="desktop"> <dir name="gnome"> <dir name="url-handlers"> <dir name="h323"> <entry name="needs_terminal" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/h323/needs_terminal"/> <entry name="command" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/h323/command"/> <entry name="enabled" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/h323/enabled"/> </dir> <dir name="callto"> <entry name="needs_terminal" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/callto/needs_terminal"/> <entry name="command" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/callto/command"/> <entry name="enabled" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/callto/enabled"/> </dir> <dir name="mailto"> <entry name="needs_terminal" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/mailto/needs_terminal"/> <entry name="command" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/mailto/command"/> <entry name="enabled" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/mailto/enabled"/> </dir> <dir name="https"> <entry name="needs_terminal" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/https/needs_terminal"/> <entry name="command" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/https/command"/> <entry name="enabled" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/https/enabled"/> </dir> <dir name="cdda"> <entry name="needs_terminal" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/cdda/needs_terminal"/> <entry name="command" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/cdda/command"/> <entry name="enabled" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/cdda/enabled"/> </dir> <dir name="http"> <entry name="needs_terminal" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/http/needs_terminal"/> <entry name="command" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/http/command"/> <entry name="enabled" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/http/enabled"/> </dir> <dir name="man"> <entry name="needs_terminal" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/man/needs_terminal"/> <entry name="command" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/man/command"/> <entry name="enabled" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/man/enabled"/> </dir> <dir name="info"> <entry name="needs_terminal" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/info/needs_terminal"/> <entry name="command" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/info/command"/> <entry name="enabled" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/info/enabled"/> </dir> <dir name="ghelp"> <entry name="needs_terminal" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/ghelp/needs_terminal"/> <entry name="command" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/ghelp/command"/> <entry name="enabled" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/ghelp/enabled"/> </dir> <dir name="trash"> <entry name="needs_terminal" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/trash/needs_terminal"/> <entry name="command" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/trash/command"/> <entry name="enabled" mtime="1723638434" schema="/schemas/desktop/gnome/url-handlers/trash/enabled"/> </dir> </dir> <dir name="applications"> <dir name="component_viewer"> <entry name="exec" mtime="1723638434" schema="/schemas/desktop/gnome/applications/component_viewer/exec"/> </dir> <dir name="terminal"> <entry name="exec_arg" mtime="1723638434" schema="/schemas/desktop/gnome/applications/terminal/exec_arg"/> <entry name="exec" mtime="1723638434" schema="/schemas/desktop/gnome/applications/terminal/exec"/> </dir> </dir> </dir> </dir> </gconf>