Merge lp:~alexlauni/unity/ubuntu-one-music-launcher-name-in-schema into lp:unity

Proposed by Alex Launi
Status: Rejected
Rejected by: Alex Launi
Proposed branch: lp:~alexlauni/unity/ubuntu-one-music-launcher-name-in-schema
Merge into: lp:unity
Diff against target: 12 lines (+1/-1)
1 file modified
com.canonical.Unity.gschema.xml (+1/-1)
To merge this branch: bzr merge lp:~alexlauni/unity/ubuntu-one-music-launcher-name-in-schema
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Needs Information
Review via email: mp+126061@code.launchpad.net

Description of the change

The Ubuntu One Music desktop was inappropriately named. This fixes the default schema for the correct name.

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

You meant rather "the name changed upstream", right? On my machine, the desktop file with up to date unity-webapps-common: package in quantal is: /usr/share/applications/UbuntuOneMusiconeubuntucom.desktop.

If you change the name again (and in this case, in an even worse naming), please provide an upgrade script in addition to the name change.

review: Needs Information

Unmerged revisions

2748. By Alex Launi

Fix Ubuntu One Music desktop file in launcher schema

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'com.canonical.Unity.gschema.xml'
2--- com.canonical.Unity.gschema.xml 2012-09-20 14:45:18 +0000
3+++ com.canonical.Unity.gschema.xml 2012-09-24 17:27:24 +0000
4@@ -44,7 +44,7 @@
5 </schema>
6 <schema path="/com/canonical/unity/launcher/" id="com.canonical.Unity.Launcher" gettext-domain="unity">
7 <key type="as" name="favorites">
8- <default>[ 'application://ubiquity-gtkui.desktop', 'application://nautilus-home.desktop', 'application://firefox.desktop', 'application://libreoffice-writer.desktop', 'application://libreoffice-calc.desktop', 'application://libreoffice-impress.desktop', 'application://ubuntu-software-center.desktop', 'application://ubuntuone-installer.desktop', 'application://ubuntu-amazon-default.desktop', 'application://UbuntuOneMusiconeubuntucom.desktop', 'application://gnome-control-center.desktop', 'unity://running-apps', 'unity://expo-icon', 'unity://devices' ]</default>
9+ <default>[ 'application://ubiquity-gtkui.desktop', 'application://nautilus-home.desktop', 'application://firefox.desktop', 'application://libreoffice-writer.desktop', 'application://libreoffice-calc.desktop', 'application://libreoffice-impress.desktop', 'application://ubuntu-software-center.desktop', 'application://ubuntuone-installer.desktop', 'application://ubuntu-amazon-default.desktop', 'application://Ubuntu One Musiconeubuntucom.desktop', 'application://gnome-control-center.desktop', 'unity://running-apps', 'unity://expo-icon', 'unity://devices' ]</default>
10 <summary>List of items that should be shown by default in the launcher</summary>
11 <description>These items can be application://desktop-id.desktop, device://uiid and unity://special-id (including unity://running-apps that specifies the position of the ran applications, unity://devices the position of the attached devices, unity://expo-icon the position of the workspace switcher and unity://show-desktop-icon the position of the show-desktop icon); the order of this list determines the launcher items position.</description>
12 </key>