Broken window icon in top left corner

Bug #358961 reported by Loïc Minier
2
Affects Status Importance Assigned to Milestone
ubiquity (Ubuntu)
Fix Released
High
Colin Watson
Jaunty
Fix Released
High
Colin Watson

Bug Description

Hi,

the icon in the top left corner of the ubiquity windows is set to the "broken icon" icon. The "Install" shortcut on the desktop has the proper icon, and some rare popups during ubiquity install have the proper icon, but almost all dialogs, progress bars, and the main ubiquity window have the "broken icon" icon on the top left, in the window decocation.

This is on armel imx51 babbage with the desktop live CD, but should hopefully not matter.

Bye

Revision history for this message
Loïc Minier (lool) wrote :

Screen resolution is 800x600.

Revision history for this message
Loïc Minier (lool) wrote :

I think the logo_1280.jpg and logo_1024.jpg pixmaps are missing; not sure whether I'm looking at the correct piece of code, but I can tell for sure that these files are used in ubiquity/frontend/gtk_ui.py:customize_installer() and aren't installed in /usr/share/ubiquity/pixmaps.

Revision history for this message
Loïc Minier (lool) wrote :

Err I should learn to read down to "if not os.path.exists(logo): logo = None".

I tried to call:
self.logo_image.set_from_file('/usr/share/pixmaps/ubiquity.png')
but it didn't help

Revision history for this message
Loïc Minier (lool) wrote :

NB: other apps such as gnome-terminal and gcalctool have proper icons; the ubiquity icon is also incorrect in the window list, but it's not the same "broken icon" icon.

Emmet Hikory (persia)
Changed in ubiquity (Ubuntu):
status: New → Confirmed
Revision history for this message
Loïc Minier (lool) wrote :

This python snippet works:
import pygtk
pygtk.require20()
import gtk
gtk.window_set_default_icon_from_file('/usr/share/pixmaps/ubiquity.png')
w = gtk.Window()
w.show_all()
gtk.main()

shows the proper icon for this window, not sure what's going wrong here.

Revision history for this message
Emmet Hikory (persia) wrote :

Replicated with jaunty-desktop-i386.iso from 10th April

Revision history for this message
Loïc Minier (lool) wrote :

Emmet confirms on i386 as well, milestoning

Changed in ubiquity (Ubuntu):
importance: Undecided → High
milestone: none → ubuntu-9.04
Colin Watson (cjwatson)
Changed in ubiquity (Ubuntu Jaunty):
assignee: nobody → Colin Watson (cjwatson)
status: Confirmed → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package ubiquity - 1.12.8

---------------
ubiquity (1.12.8) jaunty; urgency=low

  [ Roman Shtylman ]
  * KDE frontend:
    - Fix display of automatic partitioning choices (LP: #358519).

  [ Colin Watson ]
  * GTK frontend:
    - Fix window icon; gtk.window_set_default_icon_from_file seems to work
      better if it's called before the window is created (LP: #358961).
  * Update translations from Launchpad.

 -- Colin Watson <email address hidden> Sun, 12 Apr 2009 23:59:59 +0100

Changed in ubiquity (Ubuntu Jaunty):
status: Fix Committed → Fix Released
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.