~ubuntu-branches/debian/squeeze/gnome-activity-journal/squeeze

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0"?>
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/gnome-activity-journal/window_width</key>
      <applyto>/apps/gnome-activity-journal/window_width</applyto>
      <owner>gnome-activity-journal</owner>
      <type>int</type>
      <locale name="C">
        <short>Window width</short>
        <long>Customized width for the main window, in pixels (requires restart). Can't be bigger than the desktop's size.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/gnome-activity-journal/window_height</key>
      <applyto>/apps/gnome-activity-journal/window_height</applyto>
      <owner>gnome-activity-journal</owner>
      <type>int</type>
      <locale name="C">
        <short>Window height</short>
        <long>Customized height for the main window, in pixels (requires restart). Can't be bigger than the desktop's size.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/gnome-activity-journal/amount_days</key>
      <applyto>/apps/gnome-activity-journal/amount_days</applyto>
      <owner>gnome-activity-journal</owner>
      <type>int</type>
      <locale name="C">
        <short>Amount of visible days</short>
        <long>The amount of days to show at once.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/gnome-activity-journal/accessibility</key>
      <applyto>/apps/gnome-activity-journal/accessibility</applyto>
      <owner>gnome-activity-journal</owner>
      <type>bool</type>
      <default>False</default>
      <locale name="C">
        <short>Accessibility</short>
        <long>Whether special accessibility options should be enabled (requires restart).</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/gnome-activity-journal/small_thumbnails</key>
      <applyto>/apps/gnome-activity-journal/small_thumbnails</applyto>
      <owner>gnome-activity-journal</owner>
      <type>bool</type>
      <default>False</default>
      <locale name="C">
        <short>Allow thumbnails as icons</short>
        <long>Whether to allow showing little thumbnails next to each activity (requires restart). If False, only generic mime-type icons will be used.</long>
      </locale>
    </schema>
  </schemalist>
</gconfschemafile>