~3v1n0/unity/scale-close-middle-click

572.1.11 by Neil Jagdish Patel
Import the work done so far with Compiz
1
<schemalist>
871.4.4 by Neil Jagdish Patel
Add support for auto-resziing
2
  <enum id="form-factor-enum">
3
    <value nick="Automatic" value="0" />
4
    <value nick="Desktop" value="1" />
5
    <value nick="Netbook" value="2" />
2356.2.3 by Gord Allott
added tv form factor
6
    <value nick="TV" value="3" />
871.4.4 by Neil Jagdish Patel
Add support for auto-resziing
7
  </enum>
945.11.8 by Neil Jagdish Patel
Make the settings for the home screen expanded state stick
8
  <enum id="home-expanded-enum">
9
    <value nick="Not Expanded" value="0" />
10
    <value nick="Expanded" value="1" />
11
  </enum>
918.9.1 by Andrea Azzarone
A patch that add the possibility to show only mounted device in the springboard,
12
2511.1.1 by Didier Roche
move schema and value from old /desktop/unity/ location to /com/canonical/unity/ new one as the dconf documentation recommends
13
  <schema path="/com/canonical/unity/" id="com.canonical.Unity" gettext-domain="unity">
871.4.4 by Neil Jagdish Patel
Add support for auto-resziing
14
    <key enum="form-factor-enum" name="form-factor">
15
      <default>"Automatic"</default>
16
      <summary>The form factor Unity should target.</summary>
17
      <description>The form factor chosen will affect the size and appearance of the Dash, Launcher and also the Window Management behaviour.</description>
18
    </key>
945.11.8 by Neil Jagdish Patel
Make the settings for the home screen expanded state stick
19
    <key enum="home-expanded-enum" name="home-expanded">
20
      <default>"Expanded"</default>
21
      <summary>Whether the home screen should be expanded.</summary>
22
      <description>Whether the home screen should be expanded.</description>
23
    </key>
2562.1.1 by Ugo Riboni
Progressively increase the minimize animation speed with use
24
    <key type="i" name="minimize-count">
25
      <default>0</default>
26
      <summary>Number of times a normal window has been minimized.</summary>
27
      <description>This is used to adjust the animation speed by making it progressively faster the more it is used.</description>
28
    </key>
2562.1.3 by Ugo Riboni
Correctly refer to durations instead of speeds
29
    <key type="i" name="minimize-fast-duration">
2562.1.1 by Ugo Riboni
Progressively increase the minimize animation speed with use
30
      <default>300</default>
2562.1.3 by Ugo Riboni
Correctly refer to durations instead of speeds
31
      <summary>The duration for the minimize animation when it is at its fastest setting.</summary>
32
      <description>This is the duration that the minimize animation will have when it has been used more than an number of times equal minimize-speed-threshold.</description>
2562.1.1 by Ugo Riboni
Progressively increase the minimize animation speed with use
33
    </key>
2562.1.3 by Ugo Riboni
Correctly refer to durations instead of speeds
34
    <key type="i" name="minimize-slow-duration">
2562.1.2 by Ugo Riboni
Adjust the default speeds per John's suggestion
35
      <default>800</default>
2562.1.3 by Ugo Riboni
Correctly refer to durations instead of speeds
36
      <summary>The duration for the minimize animation when it is at its slowest setting.</summary>
37
      <description>This is the duration that the minimize animation will have when it has never been used.</description>
2562.1.1 by Ugo Riboni
Progressively increase the minimize animation speed with use
38
    </key>
39
    <key type="i" name="minimize-speed-threshold">
40
      <default>100</default>
41
      <summary>The number of minimizations required to reach maximum speed.</summary>
42
      <description>The speed of the minimize animation will progressively get faster as minimize-count approaches this value.</description>
43
    </key>
871.4.4 by Neil Jagdish Patel
Add support for auto-resziing
44
  </schema>
2511.1.1 by Didier Roche
move schema and value from old /desktop/unity/ location to /com/canonical/unity/ new one as the dconf documentation recommends
45
  <schema path="/com/canonical/unity/launcher/" id="com.canonical.Unity.Launcher" gettext-domain="unity">
572.1.11 by Neil Jagdish Patel
Import the work done so far with Compiz
46
    <key type="as" name="favorites">
2713.16.1 by Didier Roche
Install Amazon and Ubuntu One Music Store webapp items in the launcher by default
47
      <default>[ 'application://ubiquity-gtkui.desktop', 'application://nautilus-home.desktop', 'application://firefox.desktop', 'application://libreoffice-writer.desktop', 'application://libreoffice-calc.desktop', 'application://libreoffice-impress.desktop', 'application://ubuntu-software-center.desktop', 'application://ubuntuone-installer.desktop', 'application://ubuntu-amazon-default.desktop', 'application://UbuntuOneMusiconeubuntucom.desktop', 'application://gnome-control-center.desktop', 'unity://running-apps', 'unity://expo-icon', 'unity://devices' ]</default>
2529.14.41 by Marco Trevisan (Treviño)
com.canonical.Unity.gschema: updated with new default values, added description.
48
      <summary>List of items that should be shown by default in the launcher</summary>
49
      <description>These items can be application://desktop-id.desktop, device://uiid and unity://special-id (including unity://running-apps that specifies the position of the ran applications, unity://devices the position of the attached devices, unity://expo-icon the position of the workspace switcher and unity://show-desktop-icon the position of the show-desktop icon); the order of this list determines the launcher items position.</description>
572.1.11 by Neil Jagdish Patel
Import the work done so far with Compiz
50
    </key>
621.3.1 by Didier Roche
new version of the migration script
51
    <key type="s" name="favorite-migration">
52
      <default>''</default>
53
      <summary>Version of last migration done</summary>
54
      <description>This is a detection key for the favorite migration script to know whether the needed migration is done or not.</description>
55
    </key>
871.4.4 by Neil Jagdish Patel
Add support for auto-resziing
56
  </schema>
2511.1.1 by Didier Roche
move schema and value from old /desktop/unity/ location to /com/canonical/unity/ new one as the dconf documentation recommends
57
  <schema path="/com/canonical/unity/panel/" id="com.canonical.Unity.Panel" gettext-domain="unity">
853.4.8 by Neil Jagdish Patel
Implement whitelisting for Skype, Java and Wine apps
58
    <key type="as" name="systray-whitelist">
2006.1.1 by Lars Uebernickel
Add indicator-printers support and remove whitelist entry of old printer applet
59
      <default>[ 'JavaEmbeddedFrame', 'Wine', 'Update-notifier' ]</default>
853.4.8 by Neil Jagdish Patel
Implement whitelisting for Skype, Java and Wine apps
60
      <summary>List of client names, resource classes or wm classes to allow in the Panel's systray implementation.</summary>
61
      <description>"" (empty) will not allow any tray icons, "all" will allow all tray icons, otherwise there will be an attempt to match each icon to a value here.</description>
62
    </key>
63
  </schema>
2511.1.1 by Didier Roche
move schema and value from old /desktop/unity/ location to /com/canonical/unity/ new one as the dconf documentation recommends
64
  <schema path="/com/canonical/unity/devices/" id="com.canonical.Unity.Devices" gettext-domain="unity">
2540.12.7 by Andrea Azzarone
Move device settings from a favorite list to a blacklist.
65
    <key type="as" name="blacklist">
968.3.1 by Andrea Azzarone
I have added the quicklist item "Keep in Launcher" also for the device icons!
66
        <default>[]</default>
2540.12.7 by Andrea Azzarone
Move device settings from a favorite list to a blacklist.
67
        <summary>List of device uuid blacklist from the launcher.</summary>
68
        <description>These devices are not shown in the launcher by default.</description>
918.9.1 by Andrea Azzarone
A patch that add the possibility to show only mounted device in the springboard,
69
    </key>
1825.2.35 by Mikkel Kamstrup Erlandsen
Add gsettings schema com.canonical.Unity.Dash which holds a key to specify lens sorting (FIXME: how do we sort the entries in the lens bar, perhaps we should really respect those in stead?)
70
  </schema>
2511.1.1 by Didier Roche
move schema and value from old /desktop/unity/ location to /com/canonical/unity/ new one as the dconf documentation recommends
71
  <schema path="/com/canonical/unity/dash/" id="com.canonical.Unity.Dash" gettext-domain="unity">
1825.2.35 by Mikkel Kamstrup Erlandsen
Add gsettings schema com.canonical.Unity.Dash which holds a key to specify lens sorting (FIXME: how do we sort the entries in the lens bar, perhaps we should really respect those in stead?)
72
    <key type="as" name="home-lens-ordering">
73
      <default>[ 'applications.lens', 'files.lens', 'music.lens' ]</default>
74
      <summary>List of lens ids specifying how lenses should be ordered in the Dash home screen.</summary>
75
      <description>The categories listed on the Dash home screen will be ordered according to this list. Lenses not appearing in this list will not have any particular ordering and will always sort after lenses specified in this list.</description>
76
    </key>
77
  </schema>
572.1.11 by Neil Jagdish Patel
Import the work done so far with Compiz
78
</schemalist>