~smspillaz/unity/untiy.less-paint-insanity

« back to all changes in this revision

Viewing changes to com.canonical.Unity.gschema.xml

  • Committer: Daniel van Vugt
  • Date: 2012-03-14 06:24:18 UTC
  • mfrom: (2108 unity)
  • mto: This revision was merged to the branch mainline in revision 2146.
  • Revision ID: daniel.van.vugt@canonical.com-20120314062418-nprucpbr0m7qky5e
MergedĀ latestĀ lp:unity

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
      <summary>Whether the home screen should be expanded.</summary>
21
21
      <description>Whether the home screen should be expanded.</description>
22
22
    </key>
 
23
    <key type="s" name="average-bg-color">
 
24
      <default>'#757550507B7BFFFF'</default>
 
25
      <summary>Average background color</summary>
 
26
      <description>The average color derived from the currently set desktop-wallpaper. This is written/updated by the Unity-process and read by NotifyOSD-process for example.</description>
 
27
    </key>
23
28
  </schema>
24
 
        <schema path="/desktop/unity/launcher/" id="com.canonical.Unity.Launcher" gettext-domain="unity">
 
29
  <schema path="/desktop/unity/launcher/" id="com.canonical.Unity.Launcher" gettext-domain="unity">
25
30
    <key type="as" name="favorites">
26
31
      <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>
27
32
      <summary>List of desktop file ids for favorites on the launcher.</summary>
33
38
      <description>This is a detection key for the favorite migration script to know whether the needed migration is done or not.</description>
34
39
    </key>
35
40
  </schema>
36
 
        <schema path="/desktop/unity/panel/" id="com.canonical.Unity.Panel" gettext-domain="unity">
 
41
  <schema path="/desktop/unity/panel/" id="com.canonical.Unity.Panel" gettext-domain="unity">
37
42
    <key type="as" name="systray-whitelist">
38
 
      <default>[ 'JavaEmbeddedFrame', 'Wine', 'scp-dbus-service', 'Update-notifier' ]</default>
 
43
      <default>[ 'JavaEmbeddedFrame', 'Wine', 'Update-notifier' ]</default>
39
44
      <summary>List of client names, resource classes or wm classes to allow in the Panel's systray implementation.</summary>
40
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>
41
46
    </key>
46
51
        <summary>List of device uuid for favorites on the launcher.</summary>
47
52
        <description>These devices are shown in the Launcher by default.</description>
48
53
    </key>
49
 
    </schema>
 
54
  </schema>
 
55
  <schema path="/desktop/unity/dash/" id="com.canonical.Unity.Dash" gettext-domain="unity">
 
56
    <key type="as" name="home-lens-ordering">
 
57
      <default>[ 'applications.lens', 'files.lens', 'music.lens' ]</default>
 
58
      <summary>List of lens ids specifying how lenses should be ordered in the Dash home screen.</summary>
 
59
      <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>
 
60
    </key>
 
61
  </schema>
50
62
</schemalist>