Activity log for bug #1094777

Date Who What changed Old value New value Message
2012-12-30 23:03:51 Gabor Kelemen bug added bug
2013-01-07 17:44:44 Brian Murray ubuntu-release-upgrader (Ubuntu): importance Undecided High
2013-01-07 17:44:47 Brian Murray ubuntu-release-upgrader (Ubuntu): status New Triaged
2013-01-07 18:35:58 Brian Murray tags quantal
2013-01-07 22:36:51 Brian Murray summary Can't use c-n-r-gtk to initate Quantal -> Raring update Can't use c-n-r-gtk to initiate Quantal -> Raring update
2013-01-15 15:30:47 Michael Terry ubuntu-release-upgrader (Ubuntu): assignee Michael Terry (mterry)
2013-01-15 15:30:56 Michael Terry nominated for series Ubuntu Quantal
2013-01-15 15:30:56 Michael Terry bug task added ubuntu-release-upgrader (Ubuntu Quantal)
2013-01-15 15:51:36 Launchpad Janitor branch linked lp:~mterry/ubuntu-release-upgrader/fix-check-gtk
2013-01-22 15:07:51 Michael Terry description I have submitted an apport report for this already, but I think it is better to submit it manually too. I have tried to run /usr/lib/ubuntu-release-upgrader/check-new-release-gtk -d just to see what happens next. It has found the Raring release, I have pushed the "Yes, Upgrade Now!" button, and got this: $ /usr/lib/ubuntu-release-upgrader/check-new-release-gtk -d Traceback (most recent call last): File "/usr/lib/ubuntu-release-upgrader/check-new-release-gtk", line 132, in on_button_upgrade_now_clicked _("Downloading the release upgrade tool")) File "/usr/lib/python3/dist-packages/DistUpgrade/GtkProgress.py", line 35, in __init__ self.widgets = SimpleGtkbuilderApp(uifile, "ubuntu-release-upgrader") File "/usr/lib/python3/dist-packages/DistUpgrade/SimpleGtk3builderApp.py", line 32, in __init__ self.builder.add_from_file(path) File "/usr/lib/python3/dist-packages/gi/types.py", line 47, in function return info.invoke(*args, **kwargs) gi._glib.GError: Nem sikerült megnyitni a(z) „/usr/share/ubuntu-release-upgradergtkbuilder/AcquireProgress.ui” fájlt: Nincs ilyen fájl vagy könyvtár (gi._glib.GError: Can't open the ...ui file: No such file or directory) That would be easy to fix, I tried to do the following to DistUpgrade/GtkProgress.py : - uifile = datadir + "gtkbuilder/AcquireProgress.ui" + uifile = datadir + "/gtkbuilder/AcquireProgress.ui" But now a brand new crash happens, and I'm stuck: $ /usr/lib/ubuntu-release-upgrader/check-new-release-gtk -d Traceback (most recent call last): File "/usr/lib/ubuntu-release-upgrader/check-new-release-gtk", line 132, in on_button_upgrade_now_clicked _("Downloading the release upgrade tool")) File "/usr/lib/python3/dist-packages/DistUpgrade/GtkProgress.py", line 48, in __init__ self.window_fetch.set_transient_for(parent) File "/usr/lib/python3/dist-packages/gi/types.py", line 47, in function return info.invoke(*args, **kwargs) TypeError: argument parent: Expected Gtk.Window, but got __main__.CheckNewReleaseGtk [Impact] After Ubuntu 13.04 is released, users on 12.10 will occasionally be prompted by update-notifier about the new release. If they click on the "Upgrade Now" button in the dialog that appears, nothing will happen. They can still upgrade via update-manager, but still. That's a pile of fail on something users will expect to work. This is a regression from 12.04. [Test Case] 0) Be on Ubuntu 12.10 1) Run /usr/lib/ubuntu-release-upgrader/check-new-release-gtk -d 2) Click the "Upgrade Now" button Notice how nothing happens. [Regression Potential] Very low, since it doesn't work at all now. The changes are small and isolated to this one binary. [Original Report] I have submitted an apport report for this already, but I think it is better to submit it manually too. I have tried to run /usr/lib/ubuntu-release-upgrader/check-new-release-gtk -d just to see what happens next. It has found the Raring release, I have pushed the "Yes, Upgrade Now!" button, and got this: $ /usr/lib/ubuntu-release-upgrader/check-new-release-gtk -d Traceback (most recent call last):   File "/usr/lib/ubuntu-release-upgrader/check-new-release-gtk", line 132, in on_button_upgrade_now_clicked     _("Downloading the release upgrade tool"))   File "/usr/lib/python3/dist-packages/DistUpgrade/GtkProgress.py", line 35, in __init__     self.widgets = SimpleGtkbuilderApp(uifile, "ubuntu-release-upgrader")   File "/usr/lib/python3/dist-packages/DistUpgrade/SimpleGtk3builderApp.py", line 32, in __init__     self.builder.add_from_file(path)   File "/usr/lib/python3/dist-packages/gi/types.py", line 47, in function     return info.invoke(*args, **kwargs) gi._glib.GError: Nem sikerült megnyitni a(z) „/usr/share/ubuntu-release-upgradergtkbuilder/AcquireProgress.ui” fájlt: Nincs ilyen fájl vagy könyvtár (gi._glib.GError: Can't open the ...ui file: No such file or directory) That would be easy to fix, I tried to do the following to DistUpgrade/GtkProgress.py : - uifile = datadir + "gtkbuilder/AcquireProgress.ui" + uifile = datadir + "/gtkbuilder/AcquireProgress.ui" But now a brand new crash happens, and I'm stuck: $ /usr/lib/ubuntu-release-upgrader/check-new-release-gtk -d Traceback (most recent call last):   File "/usr/lib/ubuntu-release-upgrader/check-new-release-gtk", line 132, in on_button_upgrade_now_clicked     _("Downloading the release upgrade tool"))   File "/usr/lib/python3/dist-packages/DistUpgrade/GtkProgress.py", line 48, in __init__     self.window_fetch.set_transient_for(parent)   File "/usr/lib/python3/dist-packages/gi/types.py", line 47, in function     return info.invoke(*args, **kwargs) TypeError: argument parent: Expected Gtk.Window, but got __main__.CheckNewReleaseGtk
2013-01-22 15:15:47 Launchpad Janitor branch linked lp:ubuntu/raring-proposed/ubuntu-release-upgrader
2013-01-22 15:24:33 Michael Terry bug added subscriber Ubuntu Stable Release Updates Team
2013-01-22 15:54:17 Launchpad Janitor ubuntu-release-upgrader (Ubuntu): status Triaged Fix Released
2013-01-31 17:53:28 Brian Murray ubuntu-release-upgrader (Ubuntu Quantal): status New Fix Committed
2013-01-31 17:53:33 Brian Murray bug added subscriber SRU Verification
2013-01-31 17:53:42 Brian Murray tags quantal quantal verification-needed
2013-01-31 18:17:35 Launchpad Janitor branch linked lp:ubuntu/quantal-proposed/ubuntu-release-upgrader
2013-03-21 22:05:42 Brian Murray tags quantal verification-needed quantal verification-failed
2013-03-22 00:09:49 Brian Murray tags quantal verification-failed quantal verification-done
2013-03-27 00:23:57 Chris Halse Rogers removed subscriber Ubuntu Stable Release Updates Team
2013-03-27 00:24:12 Launchpad Janitor ubuntu-release-upgrader (Ubuntu Quantal): status Fix Committed Fix Released
2013-06-21 15:10:43 Brian Murray bug added subscriber Brian Murray