summaryrefslogtreecommitdiff
diff options
authorMichael Zanetti <michael.zanetti@canonical.com>2014-09-09 10:39:33 +0200
committerMichael Zanetti <michael.zanetti@canonical.com>2014-09-09 10:39:33 +0200
commit6ccfc97310faf1426fc2ab64450e88c8a9565341 (patch)
treefb116cf59698587d40292055ced0b157787cc1f5
parent0fa9ca98964b11f57b84ef17160f2e204bd48f45 (diff)
add some defaults
(bzr r3860.6.4)
-rw-r--r--com.canonical.Unity.gschema.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/com.canonical.Unity.gschema.xml b/com.canonical.Unity.gschema.xml
index c62965979..38b945422 100644
--- a/com.canonical.Unity.gschema.xml
+++ b/com.canonical.Unity.gschema.xml
@@ -104,7 +104,15 @@
<description>These items can be: application://desktop-id.desktop, device://uiid and unity://special-id (including: unity://running-apps (icons of running applications) unity://devices (icons of attached devices), unity://expo-icon (icon of the workspace switcher) and unity://desktop-icon (the show-desktop icon)); the order of this list determines the launcher item's position.</description>
</key>
<key type="as" name="items">
- <default>[]</default>
+ <default>[
+ 'application:///dialer-app.desktop',
+ 'application:///messaging-app.desktop',
+ 'application:///address-book-app.desktop',
+ 'application:///ubuntu-system-settings.desktop',
+ 'application:///camera-app.desktop',
+ 'application:///gallery-app.desktop',
+ 'application:///webbrowser-app.desktop'
+ ]</default>
<summary>List of items that should be shown by default in the launcher</summary>
<description>These items can be: application:///desktop-id.desktop or appid://package/app/current-user-version.</description>
</key>