diff options
| -rw-r--r-- | com.canonical.Unity.gschema.xml | 10 |
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> |
