~osomon/unity/dash-custom-home-screen

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" />
6
  </enum>
945.11.8 by Neil Jagdish Patel
Make the settings for the home screen expanded state stick
7
  <enum id="home-expanded-enum">
8
    <value nick="Not Expanded" value="0" />
9
    <value nick="Expanded" value="1" />
10
  </enum>
918.9.1 by Andrea Azzarone
A patch that add the possibility to show only mounted device in the springboard,
11
871.4.4 by Neil Jagdish Patel
Add support for auto-resziing
12
  <schema path="/desktop/unity/" id="com.canonical.Unity" gettext-domain="unity">
13
    <key enum="form-factor-enum" name="form-factor">
14
      <default>"Automatic"</default>
15
      <summary>The form factor Unity should target.</summary>
16
      <description>The form factor chosen will affect the size and appearance of the Dash, Launcher and also the Window Management behaviour.</description>
17
    </key>
945.11.8 by Neil Jagdish Patel
Make the settings for the home screen expanded state stick
18
    <key enum="home-expanded-enum" name="home-expanded">
19
      <default>"Expanded"</default>
20
      <summary>Whether the home screen should be expanded.</summary>
21
      <description>Whether the home screen should be expanded.</description>
22
    </key>
871.4.4 by Neil Jagdish Patel
Add support for auto-resziing
23
  </schema>
572.1.11 by Neil Jagdish Patel
Import the work done so far with Compiz
24
	<schema path="/desktop/unity/launcher/" id="com.canonical.Unity.Launcher" gettext-domain="unity">
25
    <key type="as" name="favorites">
1630 by Didier Roche
Add system setting icon to Launcher (LP: #764744)
26
      <default>[ 'ubiquity-gtkui.desktop', 'nautilus-home.desktop', 'firefox.desktop', 'libreoffice-writer.desktop', 'libreoffice-calc.desktop', 'libreoffice-impress.desktop', 'ubuntu-software-center.desktop', 'ubuntuone-installer.desktop', 'gnome-control-center.desktop' ]</default>
572.1.11 by Neil Jagdish Patel
Import the work done so far with Compiz
27
      <summary>List of desktop file ids for favorites on the launcher.</summary>
28
      <description>These applications are shown in the Launcher by default.</description>
29
    </key>
621.3.1 by Didier Roche
new version of the migration script
30
    <key type="s" name="favorite-migration">
31
      <default>''</default>
32
      <summary>Version of last migration done</summary>
33
      <description>This is a detection key for the favorite migration script to know whether the needed migration is done or not.</description>
34
    </key>
1095.2.1 by Neil Jagdish Patel
Add support for shows-on-edge option, true by default
35
    <key type="b" name="shows-on-edge">
36
      <default>true</default>
37
      <summary>Launcher should show on mouse touching left edge.</summary>
38
      <description>Launcher should show on mouse touching left edge of screen.</description>
39
    </key>
871.4.4 by Neil Jagdish Patel
Add support for auto-resziing
40
  </schema>
853.4.8 by Neil Jagdish Patel
Implement whitelisting for Skype, Java and Wine apps
41
	<schema path="/desktop/unity/panel/" id="com.canonical.Unity.Panel" gettext-domain="unity">
42
    <key type="as" name="systray-whitelist">
1581 by Didier Roche
add Update-notifier to the whitelist as per request from the release team LP: #779382
43
      <default>[ 'JavaEmbeddedFrame', 'Wine', 'scp-dbus-service', 'Update-notifier' ]</default>
853.4.8 by Neil Jagdish Patel
Implement whitelisting for Skype, Java and Wine apps
44
      <summary>List of client names, resource classes or wm classes to allow in the Panel's systray implementation.</summary>
45
      <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>
46
    </key>
47
  </schema>
918.9.1 by Andrea Azzarone
A patch that add the possibility to show only mounted device in the springboard,
48
  <schema path="/desktop/unity/devices/" id="com.canonical.Unity.Devices" gettext-domain="unity">
968.3.1 by Andrea Azzarone
I have added the quicklist item "Keep in Launcher" also for the device icons!
49
    <key type="as" name="favorites">
50
        <default>[]</default>
51
        <summary>List of device uuid for favorites on the launcher.</summary>
52
        <description>These devices are 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,
53
    </key>
54
    </schema>
1295.1.1 by Didier Roche
add runner schema
55
  <schema path="/desktop/unity/runner/" id="com.canonical.Unity.Runner" gettext-domain="unity">
56
    <key type="as" name="history">
57
        <default>[]</default>
58
        <summary>History of Alt + F2 command</summary>
59
        <description>Key for storing the history of the Alt + F2 command.  </description>
60
    </key>
61
  </schema>
572.1.11 by Neil Jagdish Patel
Import the work done so far with Compiz
62
</schemalist>