components/visual-panels/smf/src/cmd/service-browser/scf.schemas
changeset 3553 f1d133b09a8c
parent 3552 077ebe3d0d24
child 3554 ef58713bafc4
equal deleted inserted replaced
3552:077ebe3d0d24 3553:f1d133b09a8c
     1 <?xml version="1.0"?>
       
     2 <!--
       
     3  Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
       
     4 
       
     5  CDDL HEADER START
       
     6 
       
     7   The contents of this file are subject to the terms of the
       
     8   Common Development and Distribution License (the "License").
       
     9   You may not use this file except in compliance with the License.
       
    10  
       
    11   You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
    12   or http://www.opensolaris.org/os/licensing.
       
    13   See the License for the specific language governing permissions
       
    14   and limitations under the License.
       
    15  
       
    16   When distributing Covered Code, include this CDDL HEADER in each
       
    17   file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    18   If applicable, add the following below this CDDL HEADER, with the
       
    19   fields enclosed by brackets "[]" replaced with your own identifying
       
    20   information: Portions Copyright [yyyy] [name of copyright owner]
       
    21 
       
    22  CDDL HEADER END
       
    23 -->
       
    24 
       
    25 <gconfschemafile>
       
    26   <schemalist>
       
    27     <schema>
       
    28       <key>/schemas/desktop/gnome/url-handlers/svc/enabled</key>
       
    29       <applyto>/desktop/gnome/url-handlers/svc/enabled</applyto>
       
    30       <owner>gnome</owner>
       
    31       <type>bool</type>
       
    32       <default>true</default>
       
    33       <locale name="C">
       
    34         <short>Whether the specified command should handle "svc" URLs</short>
       
    35         <long>True if the command specified in the "command" key should handle "svc" URLs.</long>
       
    36       </locale>
       
    37     </schema>
       
    38     <schema>
       
    39       <key>/schemas/desktop/gnome/url-handlers/svc/command</key>
       
    40       <applyto>/desktop/gnome/url-handlers/svc/command</applyto>
       
    41       <owner>gnome</owner>
       
    42       <type>string</type>
       
    43       <default>/usr/lib/service-browser %s</default>
       
    44       <locale name="C">
       
    45         <short>The handler for "svc" URLs</short>
       
    46         <long>The command used to handle "svc" URLs, if enabled.</long>
       
    47       </locale>
       
    48     </schema>
       
    49     <schema>
       
    50       <key>/schemas/desktop/gnome/url-handlers/svc/needs_terminal</key>
       
    51       <applyto>/desktop/gnome/url-handlers/svc/needs_terminal</applyto>
       
    52       <owner>gnome</owner>
       
    53       <type>bool</type>
       
    54       <default>false</default>
       
    55       <locale name="C">
       
    56         <short>Run the command in a terminal</short>
       
    57         <long>True if the command used to handle this type of URL should be run in a terminal.</long>
       
    58       </locale>
       
    59     </schema>
       
    60   </schemalist>
       
    61 </gconfschemafile>