When installing Ubuntu Studio in Wubi, it says that it does not match the words in .disk/info

Bug #1080090 reported by Howard Chan
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Wubi
Fix Committed
Undecided
Unassigned

Bug Description

When installing Ubuntu Studio in Wubi, it says it does not match the .disk/info in the disk (aka Ubuntu-Studio). Strangely the dialog shows the correct name as "Ubuntu Studio", not the same as Ubuntu-Studio...

This is correct in the code.

I will myself propose a code merge to avoid this bug.

Related branches

Revision history for this message
Howard Chan (smartboyhw) wrote :

The main problem is in /src/wubi/backends/common/distro.py line 191, where it replaces the original correct name ("Ubuntu-Studio") into "Ubuntu Studio", which then is incorrect and does not match .disk/info.

Changed in wubi:
status: New → In Progress
assignee: nobody → Howard Chan (smartboyhw)
Howard Chan (smartboyhw)
Changed in wubi:
status: In Progress → Fix Committed
Revision history for this message
Howard Chan (smartboyhw) wrote :

Changed to In Progress since we still want "Ubuntu Studio" as our distro.

Changed in wubi:
status: Fix Committed → In Progress
Revision history for this message
bcbc (bcbc) wrote :

Your .ico file is invalid.

Revision history for this message
bcbc (bcbc) wrote :

So this seems to work. I didn't use your image files for the test - I copied and renamed the Lubuntu ones since I knew they already worked and I wanted some that showed the change from standard ubuntu - I had been wasting time looking in the code, trying to figure out why they weren't showing, but it seems that it wasn't the code but rather the images themselves that are invalid. So when you replace them with working copies it should work.

I tested it on 12.10 because I have a 12.10 DVD. I strongly recommend you run your own tests before promoting the code. That way you'll know whether your image files work. If you need help, just ask.

=== added file 'data/images/Ubuntu Studio-header.bmp'
Binary files data/images/Ubuntu Studio-header.bmp 1970-01-01 00:00:00 +0000 and data/images/Ubuntu Studio-header.bmp 2012-11-19 06:45:32 +0000 differ
=== added file 'data/images/Ubuntu Studio-vertical.bmp'
Binary files data/images/Ubuntu Studio-vertical.bmp 1970-01-01 00:00:00 +0000 and data/images/Ubuntu Studio-vertical.bmp 2012-11-19 06:45:32 +0000 differ
=== added file 'data/images/Ubuntu Studio.ico'
Binary files data/images/Ubuntu Studio.ico 1970-01-01 00:00:00 +0000 and data/images/Ubuntu Studio.ico 2012-11-19 06:45:32 +0000 differ
=== removed file 'data/images/Ubuntu-Studio-header.bmp'
Binary files data/images/Ubuntu-Studio-header.bmp 2012-11-15 11:51:50 +0000 and data/images/Ubuntu-Studio-header.bmp 1970-01-01 00:00:00 +0000 differ
=== removed file 'data/images/Ubuntu-Studio-vertical.bmp'
Binary files data/images/Ubuntu-Studio-vertical.bmp 2012-11-15 11:51:50 +0000 and data/images/Ubuntu-Studio-vertical.bmp 1970-01-01 00:00:00 +0000 differ
=== removed file 'data/images/Ubuntu-Studio.ico'
Binary files data/images/Ubuntu-Studio.ico 2012-11-15 11:51:50 +0000 and data/images/Ubuntu-Studio.ico 1970-01-01 00:00:00 +0000 differ
=== modified file 'data/isolist.ini'
--- data/isolist.ini 2012-11-16 07:01:12 +0000
+++ data/isolist.ini 2012-11-19 23:08:38 +0000
@@ -120,26 +120,26 @@
 website=http://lubuntu.net
 ordering=7

-[Ubuntu-Studio-i386]
+[Ubuntu Studio-i386]
 min_iso_size=1500000000
 max_iso_size=3500000000
 min_disk_space_mb=10000
 min_memory_mb=512
 arch=i386
-name=Ubuntu-Studio
+name=Ubuntu Studio
 packages=ubuntustudio-desktop
 metalink=http://cdimage.ubuntu.com/ubuntustudio/releases/12.10/release/ubuntustudio-12.10-dvd-i386.metalink
 metalink2=http://cdimage.ubuntu.com/ubuntustudio/dvd/current/quantal-dvd-i386.metalink
 website=http://ubuntustudio.org
 ordering=8

-[Ubuntu-Studio-amd64]
+[Ubuntu Studio-amd64]
 min_iso_size=1500000000
 max_iso_size=3500000000
 min_disk_space_mb=10000
 min_memory_mb=512
 arch=amd64
-name=Ubuntu-Studio
+name=Ubuntu Studio
 packages=ubuntustudio-desktop
 metalink=http://cdimage.ubuntu.com/ubuntustudio/releases/12.10/release/ubuntustudio-12.10-dvd-amd64.metalink
 metalink2=http://cdimage.ubuntu.com/ubuntustudio/dvd/current/quantal-dvd-amd64.metalink

Howard Chan (smartboyhw)
Changed in wubi:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.