~kroq-gar78/ubuntu/precise/gnome-control-center/fix-885947

« back to all changes in this revision

Viewing changes to font-viewer/fontilus.schemas.in

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2011-05-17 10:47:27 UTC
  • mfrom: (0.1.11 experimental) (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20110517104727-lqel6m8vhfw5jby1
Tags: 1:3.0.1.1-1ubuntu1
* Rebase on Debian, remaining Ubuntu changes:
* debian/control:
  - Build-Depend on hardening-wrapper, dpkg-dev and dh-autoreconf
  - Add dependency on ubuntu-system-service
  - Remove dependency on gnome-icon-theme-symbolic
  - Move dependency on apg, gnome-icon-theme-symbolic and accountsservice to
    be a Recommends: until we get them in main
* debian/rules:
  - Use autoreconf
  - Add binary-post-install rule for gnome-control-center-data
  - Run dh-autoreconf
* debian/gnome-control-center.dirs:
* debian/gnome-control-center.links:
  - Add a link to the control center shell for indicators
* debian/patches/00_disable-nm.patch:
  - Temporary patch to disable building with NetworkManager until we get
    the new one in the archive
* debian/patches/01_git_remove_gettext_calls.patch:
  - Remove calls to AM_GNU_GETTEXT, IT_PROG_INTLTOOL should be enough
* debian/patches/01_git_kill_warning.patch:
  - Kill warning
* debian/patches/50_ubuntu_systemwide_prefs.patch:
  - Ubuntu specific proxy preferences
* debian/patches/51_ubuntu_system_keyboard.patch:
  - Implement the global keyboard spec at https://wiki.ubuntu.com/DefaultKeyboardSettings

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<gconfschemafile>
3
 
  <schemalist>
4
 
    <schema>
5
 
      <key>/schemas/desktop/gnome/thumbnailers/application@x-font-ttf/command</key>
6
 
      <applyto>/desktop/gnome/thumbnailers/application@x-font-ttf/command</applyto>
7
 
      <type>string</type>
8
 
      <default>gnome-thumbnail-font %u %o</default>
9
 
      <locale name="C">
10
 
        <short>Thumbnail command for TrueType fonts</short>
11
 
        <long>
12
 
          Set this key to the command used to create thumbnails for
13
 
          TrueType fonts.
14
 
        </long>
15
 
      </locale>
16
 
    </schema>
17
 
    <schema>
18
 
      <key>/schemas/desktop/gnome/thumbnailers/application@x-font-ttf/enable</key>
19
 
      <applyto>/desktop/gnome/thumbnailers/application@x-font-ttf/enable</applyto>
20
 
      <type>bool</type>
21
 
      <default>true</default>
22
 
      <locale name="C">
23
 
        <short>Whether to thumbnail TrueType fonts</short>
24
 
        <long>
25
 
          If set to true, then TrueType fonts will be thumbnailed.
26
 
        </long>
27
 
      </locale>
28
 
    </schema>
29
 
 
30
 
    <schema>
31
 
      <key>/schemas/desktop/gnome/thumbnailers/application@x-font-type1/command</key>
32
 
      <applyto>/desktop/gnome/thumbnailers/application@x-font-type1/command</applyto>
33
 
      <type>string</type>
34
 
      <default>gnome-thumbnail-font %u %o</default>
35
 
      <locale name="C">
36
 
        <short>Thumbnail command for Type1 fonts</short>
37
 
        <long>
38
 
          Set this key to the command used to create thumbnails for
39
 
          Type1 fonts.
40
 
        </long>
41
 
      </locale>
42
 
    </schema>
43
 
    <schema>
44
 
      <key>/schemas/desktop/gnome/thumbnailers/application@x-font-type1/enable</key>
45
 
      <applyto>/desktop/gnome/thumbnailers/application@x-font-type1/enable</applyto>
46
 
      <type>bool</type>
47
 
      <default>true</default>
48
 
      <locale name="C">
49
 
        <short>Whether to thumbnail Type1 fonts</short>
50
 
        <long>
51
 
          If set to true, then Type1 fonts will be thumbnailed.
52
 
        </long>
53
 
      </locale>
54
 
    </schema>
55
 
 
56
 
    <schema>
57
 
      <key>/schemas/desktop/gnome/thumbnailers/application@x-font-pcf/command</key>
58
 
      <applyto>/desktop/gnome/thumbnailers/application@x-font-pcf/command</applyto>
59
 
      <type>string</type>
60
 
      <default>gnome-thumbnail-font %u %o</default>
61
 
      <locale name="C">
62
 
        <short>Thumbnail command for PCF fonts</short>
63
 
        <long>
64
 
          Set this key to the command used to create thumbnails for
65
 
          PCF fonts.
66
 
        </long>
67
 
      </locale>
68
 
    </schema>
69
 
    <schema>
70
 
      <key>/schemas/desktop/gnome/thumbnailers/application@x-font-pcf/enable</key>
71
 
      <applyto>/desktop/gnome/thumbnailers/application@x-font-pcf/enable</applyto>
72
 
      <type>bool</type>
73
 
      <default>true</default>
74
 
      <locale name="C">
75
 
        <short>Whether to thumbnail PCF fonts</short>
76
 
        <long>
77
 
          If set to true, then PCF fonts will be thumbnailed.
78
 
        </long>
79
 
      </locale>
80
 
    </schema>
81
 
 
82
 
    <schema>
83
 
      <key>/schemas/desktop/gnome/thumbnailers/application@x-font-otf/command</key>
84
 
      <applyto>/desktop/gnome/thumbnailers/application@x-font-otf/command</applyto>
85
 
      <type>string</type>
86
 
      <default>gnome-thumbnail-font %u %o</default>
87
 
      <locale name="C">
88
 
        <short>Thumbnail command for OpenType fonts</short>
89
 
        <long>
90
 
          Set this key to the command used to create thumbnails for
91
 
          OpenType fonts.
92
 
        </long>
93
 
      </locale>
94
 
    </schema>
95
 
    <schema>
96
 
      <key>/schemas/desktop/gnome/thumbnailers/application@x-font-otf/enable</key>
97
 
      <applyto>/desktop/gnome/thumbnailers/application@x-font-otf/enable</applyto>
98
 
      <type>bool</type>
99
 
      <default>true</default>
100
 
      <locale name="C">
101
 
        <short>Whether to thumbnail OpenType fonts</short>
102
 
        <long>
103
 
          If set to true, then OpenType fonts will be thumbnailed.
104
 
        </long>
105
 
      </locale>
106
 
    </schema>
107
 
 
108
 
  </schemalist>
109
 
</gconfschemafile>