~ubuntu-branches/ubuntu/vivid/deja-dup/vivid-proposed

« back to all changes in this revision

Viewing changes to data/org.gnome.DejaDup.gschema.xml.in

  • Committer: Package Import Robot
  • Author(s): Dimitri John Ledkov
  • Date: 2014-04-02 15:47:13 UTC
  • Revision ID: package-import@ubuntu.com-20140402154713-5d4lqwd60rmu1y9u
Tags: 30.0-0ubuntu3
* Drop U1 backend (LP: #1300916)
* Provide a temporary home for tests to pass.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
        <choice value='file'/>
68
68
        <choice value='rackspace'/>
69
69
        <choice value='s3'/>
70
 
        <choice value='u1'/>
71
70
      </choices>
72
71
      <default>'auto'</default>
73
72
      <_summary>Type of location to store backup</_summary>
75
74
    </key>
76
75
    <child name="rackspace" schema="org.gnome.DejaDup.Rackspace"/>
77
76
    <child name="s3" schema="org.gnome.DejaDup.S3"/>
78
 
    <child name="u1" schema="org.gnome.DejaDup.U1"/>
79
77
    <child name="file" schema="org.gnome.DejaDup.File"/>
80
78
  </schema>
81
79
  <schema id="org.gnome.DejaDup.S3" path="/org/gnome/deja-dup/s3/">
107
105
      <_description>This is your username for the Rackspace Cloud Files service.</_description>
108
106
    </key>
109
107
  </schema>
110
 
  <schema id="org.gnome.DejaDup.U1" path="/org/gnome/deja-dup/u1/">
111
 
    <key name="folder" type="s">
112
 
      <default>'/deja-dup/$HOSTNAME'</default>
113
 
      <_summary>The Ubuntu One folder</_summary>
114
 
      <_description>The folder name to store files in.  If ‘$HOSTNAME’, it will default to a folder based on the name of the computer.</_description>
115
 
    </key>
116
 
  </schema>
117
108
  <schema id="org.gnome.DejaDup.File" path="/org/gnome/deja-dup/file/">
118
109
    <key name="path" type="s">
119
110
      <default>''</default>