~ubuntu-branches/ubuntu/trusty/gnome-shell/trusty-proposed

« back to all changes in this revision

Viewing changes to data/gnome-shell.schemas

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-14 13:47:20 UTC
  • mfrom: (1.1.36) (18.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20120314134720-202sbjbu4a3z1fru
Tags: 3.3.90-0ubuntu1
* Sync with Debian experimental svn packaging (LP: #941755, #937709).
  Remaining changes:
  - debian/gnome-shell.gsettings-override: Update for Ubuntu defaults
  - debian/control.in: Recommend cups-pk-helper
  - debian/patches/10-make-NetworkManager-optional.patch: Disabled
  - Don't run dh-autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<gconfschemafile>
2
 
    <schemalist>
3
 
 
4
 
      <!-- Metacity overrides -->
5
 
      <schema>
6
 
        <key>/schemas/desktop/gnome/shell/windows/attach_modal_dialogs</key>
7
 
        <applyto>/desktop/gnome/shell/windows/attach_modal_dialogs</applyto>
8
 
        <owner>gnome-shell</owner>
9
 
        <type>bool</type>
10
 
        <default>true</default>
11
 
        <locale name="C">
12
 
          <short>Attach modal dialog to the parent window</short>
13
 
          <long>
14
 
             This key overrides /apps/mutter/general/attach_modal_dialogs when
15
 
             running GNOME Shell.
16
 
          </long>
17
 
        </locale>
18
 
      </schema>
19
 
 
20
 
      <schema>
21
 
        <key>/schemas/desktop/gnome/shell/windows/button_layout</key>
22
 
        <applyto>/desktop/gnome/shell/windows/button_layout</applyto>
23
 
        <owner>gnome-shell</owner>
24
 
        <type>string</type>
25
 
        <default>:close</default>
26
 
        <locale name="C">
27
 
           <short>Arrangement of buttons on the titlebar</short>
28
 
           <long>
29
 
             Arrangement of buttons on the titlebar. The
30
 
             value should be a string, such as
31
 
             "menu:minimize,maximize,spacer,close"; the colon separates the
32
 
             left corner of the window from the right corner, and
33
 
             the button names are comma-separated. Duplicate buttons
34
 
             are not allowed. Unknown button names are silently ignored
35
 
             so that buttons can be added in future gnome-shell versions
36
 
             without breaking older versions.
37
 
             A special spacer tag can be used to insert some space between
38
 
             two adjacent buttons.
39
 
 
40
 
             This key overrides /apps/metacity/general/button_layout when
41
 
             running GNOME Shell.
42
 
           </long>
43
 
        </locale>
44
 
      </schema>
45
 
 
46
 
      <schema>
47
 
        <key>/schemas/desktop/gnome/shell/windows/edge_tiling</key>
48
 
        <applyto>/desktop/gnome/shell/windows/edge_tiling</applyto>
49
 
        <owner>gnome-shell</owner>
50
 
        <type>bool</type>
51
 
        <default>true</default>
52
 
        <locale name="C">
53
 
          <short>enable edge tiling when dropping windows on screen edges</short>
54
 
          <long>
55
 
             If enabled, dropping windows on vertical screen edges maximizes them
56
 
             vertically and resizes them horizontally to cover half of the
57
 
             available area. Dropping windows on the top screen edge maximizes them
58
 
             completely.
59
 
 
60
 
             This key overrides /apps/metacity/general/edge_tiling when
61
 
             running GNOME Shell.
62
 
          </long>
63
 
        </locale>
64
 
      </schema>
65
 
 
66
 
      <schema>
67
 
        <key>/schemas/desktop/gnome/shell/windows/theme</key>
68
 
        <applyto>/desktop/gnome/shell/windows/theme</applyto>
69
 
        <owner>gnome-shell</owner>
70
 
        <type>string</type>
71
 
        <default>Adwaita</default>
72
 
        <locale name="C">
73
 
          <short>Current theme</short>
74
 
          <long>
75
 
            The theme determines the appearance of window borders,
76
 
            titlebar, and so forth.
77
 
 
78
 
            This key overrides /apps/metacity/general/theme when
79
 
            running GNOME Shell.
80
 
          </long>
81
 
        </locale>
82
 
      </schema>
83
 
 
84
 
      <schema>
85
 
        <key>/schemas/desktop/gnome/shell/windows/workspaces_only_on_primary</key>
86
 
        <applyto>/desktop/gnome/shell/windows/workspaces_only_on_primary</applyto>
87
 
        <owner>gnome-shell</owner>
88
 
        <type>bool</type>
89
 
        <default>true</default>
90
 
        <locale name="C">
91
 
          <short>Workspaces only on primary monitor</short>
92
 
          <long>
93
 
             This key overrides /apps/mutter/general/workspaces_only_on_primary when
94
 
             running GNOME Shell.
95
 
          </long>
96
 
        </locale>
97
 
      </schema>
98
 
 
99
 
  </schemalist>
100
 
</gconfschemafile>