Merge lp:~jbicha/ubuntu/saucy/casper/adjust-to-ubiquity-desktop-rename into lp:ubuntu/saucy/casper

Proposed by Jeremy Bícha
Status: Merged
Merged at revision: 1127
Proposed branch: lp:~jbicha/ubuntu/saucy/casper/adjust-to-ubiquity-desktop-rename
Merge into: lp:ubuntu/saucy/casper
Diff against target: 44 lines (+10/-4)
2 files modified
debian/changelog (+6/-0)
scripts/casper-bottom/25adduser (+4/-4)
To merge this branch: bzr merge lp:~jbicha/ubuntu/saucy/casper/adjust-to-ubiquity-desktop-rename
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+178150@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-06-25 23:36:34 +0000
+++ debian/changelog 2013-08-01 19:12:32 +0000
@@ -1,3 +1,9 @@
1casper (1.336) UNRELEASED; urgency=low
2
3 * 25adduser: Adjust to rename of ubiquity-gtkui.desktop to ubiquity.desktop
4
5 -- Jeremy Bicha <jbicha@ubuntu.com> Thu, 01 Aug 2013 15:08:13 -0400
6
1casper (1.335) saucy; urgency=low7casper (1.335) saucy; urgency=low
28
3 * 22desktop_settings:9 * 22desktop_settings:
410
=== modified file 'scripts/casper-bottom/25adduser'
--- scripts/casper-bottom/25adduser 2013-06-24 02:26:12 +0000
+++ scripts/casper-bottom/25adduser 2013-08-01 19:12:32 +0000
@@ -78,7 +78,7 @@
78if [ "$LTS" = "LTS" ] && [ -n "$RELEASE" ]; then78if [ "$LTS" = "LTS" ] && [ -n "$RELEASE" ]; then
79 RELEASE="$RELEASE LTS"79 RELEASE="$RELEASE LTS"
80fi80fi
81for file in /usr/share/applications/ubiquity-gtkui.desktop /usr/share/applications/kde4/ubiquity-kdeui.desktop; do81for file in /usr/share/applications/ubiquity.desktop /usr/share/applications/kde4/ubiquity-kdeui.desktop; do
82 if [ -f "/root/$file" ]; then82 if [ -f "/root/$file" ]; then
83 sed -i "s/RELEASE/$RELEASE/" "/root$file"83 sed -i "s/RELEASE/$RELEASE/" "/root$file"
84 chroot /root install -d -o $USERNAME -g $USERNAME /home/$USERNAME/Desktop84 chroot /root install -d -o $USERNAME -g $USERNAME /home/$USERNAME/Desktop
@@ -112,15 +112,15 @@
112112
113#Ubuntu MID wants to be installed with --automatic113#Ubuntu MID wants to be installed with --automatic
114if [ -f "/root/usr/share/ubuntu-mid-default-settings/mid-gui-start" ]; then114if [ -f "/root/usr/share/ubuntu-mid-default-settings/mid-gui-start" ]; then
115 if [ -f "/root/usr/share/applications/ubiquity-gtkui.desktop" ]; then115 if [ -f "/root/usr/share/applications/ubiquity.desktop" ]; then
116 sed -i 's/--desktop/--automatic --desktop/' "/root/usr/share/applications/ubiquity-gtkui.desktop"116 sed -i 's/--desktop/--automatic --desktop/' "/root/usr/share/applications/ubiquity.desktop"
117 fi117 fi
118fi118fi
119119
120#Ubuntu MID uses kourou, and the ubiquity icon should be easy to find120#Ubuntu MID uses kourou, and the ubiquity icon should be easy to find
121if [ -f "/root/usr/lib/hildon-desktop/kourou.py" ]; then121if [ -f "/root/usr/lib/hildon-desktop/kourou.py" ]; then
122 if [ -f "/root/etc/xdg/menus/home.menu" ]; then122 if [ -f "/root/etc/xdg/menus/home.menu" ]; then
123 sed -i '/<\/Include>/i\ <Filename>ubiquity-gtkui.desktop</Filename>' "/root/etc/xdg/menus/home.menu"123 sed -i '/<\/Include>/i\ <Filename>ubiquity.desktop</Filename>' "/root/etc/xdg/menus/home.menu"
124 fi124 fi
125fi125fi
126126

Subscribers

People subscribed via source and target branches

to all changes: