diff options
| -rw-r--r-- | com.canonical.Unity.gschema.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/com.canonical.Unity.gschema.xml b/com.canonical.Unity.gschema.xml index bce5f3ac2..9068229fb 100644 --- a/com.canonical.Unity.gschema.xml +++ b/com.canonical.Unity.gschema.xml @@ -104,6 +104,7 @@ <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> <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> |
