~3v1n0/unity/scroll-event-support

1
2
3
4
5
6
7
8
9
10
11
12
13
14
<schemalist>
	<schema path="/desktop/unity/launcher/" id="com.canonical.Unity.Launcher" gettext-domain="unity">
    <key type="as" name="favorites">
      <default>[ 'ubiquity-gtkui.desktop', 'nautilus.desktop', 'firefox.desktop', 'ubuntuone-control-panel-gtk.desktop', 'tomboy.desktop' ]</default>
      <summary>List of desktop file ids for favorites on the launcher.</summary>
      <description>These applications are shown in the Launcher by default.</description>
    </key>
    <key type="s" name="favorite-migration">
      <default>''</default>
      <summary>Version of last migration done</summary>
      <description>This is a detection key for the favorite migration script to know whether the needed migration is done or not.</description>
    </key>
    </schema>
</schemalist>