~brandontschaefer/unity/lp.1371857-fix

« back to all changes in this revision

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

  • Committer: CI bot
  • Author(s): Michael Zanetti
  • Date: 2014-09-15 12:34:55 UTC
  • mfrom: (3860.6.5 unity)
  • Revision ID: ps-jenkins@lists.canonical.com-20140915123455-4podq1k8a01bvvfh
add "items" key to Launcher schema to be used by unity8 Fixes: 1300650
Approved by: Michał Sawicz, Stephen M. Webb, PS Jenkins bot, Albert Astals Cid

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
      <summary>List of items that should be shown by default in the launcher</summary>
104
104
      <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>
105
105
    </key>
 
106
    <key type="as" name="items">
 
107
      <default>[
 
108
        'application:///dialer-app.desktop',
 
109
        'application:///messaging-app.desktop',
 
110
        'application:///address-book-app.desktop',
 
111
        'application:///ubuntu-system-settings.desktop', 
 
112
        'appid://com.ubuntu.camera/camera/current-user-version',
 
113
        'appid://com.ubuntu.gallery/gallery/current-user-version',
 
114
        'application:///webbrowser-app.desktop'
 
115
      ]</default>
 
116
      <summary>List of items that should be shown by default in the launcher</summary>
 
117
      <description>These items can be: application:///desktop-id.desktop or appid://package/app/current-user-version.</description>
 
118
    </key>
106
119
    <key type="s" name="favorite-migration">
107
120
      <default>''</default>
108
121
      <summary>Version of last migration done</summary>