Activity log for bug #35876

Date Who What changed Old value New value Message
2006-03-21 15:36:10 Rached B bug added bug
2006-03-21 16:16:52 Tormod Volden update-manager: status Unconfirmed Confirmed
2006-03-21 16:16:52 Tormod Volden update-manager: severity Normal Minor
2006-03-21 16:16:52 Tormod Volden update-manager: statusexplanation Thanks for the bug report. Yes, this is annoying...
2006-03-21 16:38:59 Sebastian Heinlein update-manager: status Confirmed Fix Committed
2006-03-21 16:38:59 Sebastian Heinlein update-manager: statusexplanation Thanks for the bug report. Yes, this is annoying...
2006-03-23 17:15:21 Michael Vogt update-manager: status Fix Committed Fix Released
2006-03-23 17:15:21 Michael Vogt update-manager: assignee mvo
2006-03-23 17:15:21 Michael Vogt update-manager: statusexplanation Thanks for your bugreport and thanks to Sebastian for the patch. I uploaded a package that contains the changes from Sebastian and mark the bug closed now. Thanks, Michael
2006-08-28 15:06:56 Sebastian Heinlein update-manager: status Fix Released Confirmed
2006-08-28 15:06:56 Sebastian Heinlein update-manager: statusexplanation Thanks for your bugreport and thanks to Sebastian for the patch. I uploaded a package that contains the changes from Sebastian and mark the bug closed now. Thanks, Michael
2007-03-14 20:03:56 Sebastian Heinlein description When I click the Reload button in update-manager, the "Downloading package information" progress dialog takes a few seconds to start, with the main window's widgets disabled. In this case, I switch to another application, and the download progress steals the window focus. If I switch again to another window, the "building dependency tree" progress dialog steals focus again. When I click the Reload button in update-manager, the "Downloading package information" progress dialog takes a few seconds to start, with the main window's widgets disabled. In this case, I switch to another application, and the download progress steals the window focus. If I switch again to another window, the "building dependency tree" progress dialog steals focus again. This is a bug in the metacity window manager.
2007-03-15 12:14:32 Michael Vogt bug assigned to metacity (upstream)
2007-03-16 07:32:50 Bug Watch Updater metacity: status Unknown Confirmed
2007-03-24 18:16:56 Duncan Lithgow title Progress dialogs steal focus 'Downloading package information' and 'building dependency tree' progress dialogs steal focus
2007-03-24 18:20:51 Duncan Lithgow update-manager: statusexplanation I've reassigned this to metacity in Ubuntu, since that's getting the blame for this bug.
2008-01-03 17:27:27 Roman Polach bug assigned to synaptic
2008-03-14 12:20:43 Andrew Conkling bug assigned to update-manager (Ubuntu)
2008-04-09 00:15:16 Andrew Conkling bug added attachment 'unnamed' (unnamed)
2008-04-09 00:48:13 Andrew Conkling bug added attachment 'unnamed' (unnamed)
2008-04-30 21:06:57 nandhp bug added subscriber Ted Anderson
2008-12-02 16:57:14 Loye Young update-manager: status New Confirmed
2008-12-02 16:57:14 Loye Young update-manager: statusexplanation This problem still exists in Hardy. Because of it, a kernel update got hosed up. I fired off update-manager and switched to working on something else. While I was typing, a window popped up asking whether I wanted to change /boot/grub/menu.lst. The timing was such that I hit the spacebar just when the window popped up, so the window instantly disappeared, the updated kernel was installed, but the grub menu doesn't have an item for the new kernel. Without intervention on my part, this machine would end up keeping the old kernel until the next time the kernel was updated. Fortunately, I know what happened and I know how to update the grub menu. However, my customers don't know about what's happening under the hood, and they shouldn't have to. I'm astounded at how long this has been a problem. As mentioned by others, this should be a trivial fix. WTF? Happy Trails, Loye Young Isaac & Young Computer Company Laredo, Texas http://www.iycc.net
2008-12-02 17:03:08 Loye Young update-manager: assignee ubuntu-core-dev
2008-12-02 17:03:08 Loye Young update-manager: statusexplanation This problem still exists in Hardy. Because of it, a kernel update got hosed up. I fired off update-manager and switched to working on something else. While I was typing, a window popped up asking whether I wanted to change /boot/grub/menu.lst. The timing was such that I hit the spacebar just when the window popped up, so the window instantly disappeared, the updated kernel was installed, but the grub menu doesn't have an item for the new kernel. Without intervention on my part, this machine would end up keeping the old kernel until the next time the kernel was updated. Fortunately, I know what happened and I know how to update the grub menu. However, my customers don't know about what's happening under the hood, and they shouldn't have to. I'm astounded at how long this has been a problem. As mentioned by others, this should be a trivial fix. WTF? Happy Trails, Loye Young Isaac & Young Computer Company Laredo, Texas http://www.iycc.net This bug needs to be raised in importance and fixed. It hoses up systems, is easy to correct, and has been languishing for two years.
2008-12-02 17:10:55 Daniel Holbach update-manager: assignee ubuntu-core-dev
2008-12-02 17:10:55 Daniel Holbach update-manager: statusexplanation This bug needs to be raised in importance and fixed. It hoses up systems, is easy to correct, and has been languishing for two years. PLease don't assign to ubuntu-core-dev. Please.
2008-12-02 21:34:29 Loye Young update-manager: assignee ubuntu-core-dev
2008-12-02 21:34:29 Loye Young update-manager: statusexplanation PLease don't assign to ubuntu-core-dev. Please. Daniel, unless you know of someone else to fix this, the maintainer of the package is the right person. In this case, the maintainer is ubuntu-core-dev. Sebastien. Two solutions: 1. Remove every reference to grab_focus from: ./UpdateManager/Common/SimpleGladeApp.py, (I show lines 239 through 245) and ./UpdateManager/UpdateManager.py (I show lines 347 and 348) See http://library.gnome.org/devel/pygtk/2.10/class-gtkwidget.html#method-gtkwidget--grab-focus 2. If that seems too draconian, in ./DistUpgrade/DistUpgrade.glade set: <property name="focus_on_map">False</property> See http://www.pygtk.org/docs/pygtk/class-gdkwindow.html#method-gdkwindow--set-focus-on-map Happy Trails, Loye Young Isaac & Young Computer Company Laredo, Texas http://www.iycc.net
2008-12-02 21:39:03 Lionel Le Folgoc update-manager: assignee ubuntu-core-dev
2008-12-02 21:39:03 Lionel Le Folgoc update-manager: statusexplanation Daniel, unless you know of someone else to fix this, the maintainer of the package is the right person. In this case, the maintainer is ubuntu-core-dev. Sebastien. Two solutions: 1. Remove every reference to grab_focus from: ./UpdateManager/Common/SimpleGladeApp.py, (I show lines 239 through 245) and ./UpdateManager/UpdateManager.py (I show lines 347 and 348) See http://library.gnome.org/devel/pygtk/2.10/class-gtkwidget.html#method-gtkwidget--grab-focus 2. If that seems too draconian, in ./DistUpgrade/DistUpgrade.glade set: <property name="focus_on_map">False</property> See http://www.pygtk.org/docs/pygtk/class-gdkwindow.html#method-gdkwindow--set-focus-on-map Happy Trails, Loye Young Isaac & Young Computer Company Laredo, Texas http://www.iycc.net
2008-12-02 23:04:39 Sarah Kowalik bug added subscriber Launchpad Developers
2008-12-02 23:21:53 Sarah Kowalik update-manager: importance Undecided Low
2008-12-02 23:21:53 Sarah Kowalik update-manager: assignee mvo
2008-12-02 23:21:53 Sarah Kowalik update-manager: statusexplanation It already was assigned. mvo will be the one to fix it, whichever it actually happens to belong to.
2008-12-11 21:44:19 Duncan Lithgow title 'Downloading package information' and 'building dependency tree' progress dialogs steal focus 'Downloading package information' and 'building dependency tree' progress dialogs request focus too often
2009-03-10 21:19:52 Brian Murray update-manager: assignee mvo canonical-desktop-team
2009-03-10 21:19:52 Brian Murray update-manager: statusexplanation It already was assigned. mvo will be the one to fix it, whichever it actually happens to belong to.
2009-03-11 11:10:00 Martin Pitt metacity: assignee mvo
2009-03-11 11:10:00 Martin Pitt metacity: statusexplanation I've reassigned this to metacity in Ubuntu, since that's getting the blame for this bug.
2009-03-11 11:10:15 Martin Pitt update-manager: assignee canonical-desktop-team mvo
2009-07-22 13:24:17 Duncan Lithgow removed subscriber Duncan Lithgow
2010-01-22 14:56:52 LionsPhil removed subscriber LionsPhil
2010-02-28 13:07:05 Chris Jones removed subscriber Chris Jones
2010-04-02 19:00:34 Jonathan Blackhall bug task added hundredpapercuts
2010-04-04 08:03:09 Vish hundredpapercuts: status New Incomplete
2010-04-05 14:08:22 Vish update-manager (Ubuntu): status Confirmed Incomplete
2010-04-05 14:09:02 Vish metacity (Ubuntu): status Confirmed Incomplete
2010-04-05 15:21:56 Daniel removed subscriber Daniel Lublin
2010-04-05 17:00:34 Ian Phillips removed subscriber Ian Phillips
2010-05-05 09:37:07 Vish update-manager (Ubuntu): status Incomplete Fix Released
2010-05-05 09:38:03 Vish hundredpapercuts: status Incomplete Invalid
2010-05-05 09:38:10 Vish metacity (Ubuntu): status Incomplete Invalid
2010-05-05 09:40:12 Vish description When I click the Reload button in update-manager, the "Downloading package information" progress dialog takes a few seconds to start, with the main window's widgets disabled. In this case, I switch to another application, and the download progress steals the window focus. If I switch again to another window, the "building dependency tree" progress dialog steals focus again. This is a bug in the metacity window manager. When I click the Reload button in update-manager, the "Downloading package information" progress dialog takes a few seconds to start, with the main window's widgets disabled. In this case, I switch to another application, and the download progress steals the window focus. If I switch again to another window, the "building dependency tree" progress dialog steals focus again. This is a bug in the metacity window manager. *********** For users using metacity[no visual effects] this bug has been fixed a while ago. Users noticing this bug with compiz are affected by Bug #391479 . ***********
2010-08-16 16:43:31 thorstenmz bug added subscriber thorstenmz
2010-09-16 11:36:57 Bug Watch Updater metacity: importance Unknown Medium
2011-05-03 18:42:25 Bryce Harrington bug added subscriber Bryce Harrington
2011-05-06 15:41:19 Jonathan Blackhall removed subscriber Jonathan Blackhall
2011-05-30 08:21:39 William Grant removed subscriber Canonical Launchpad Engineering
2011-05-30 08:21:40 William Grant removed subscriber Ubuntu Bugs
2011-09-07 02:32:19 Bryce Harrington removed subscriber Bryce Harrington
2013-07-18 06:48:23 Marek Grzenkowicz removed subscriber Marek Grzenkowicz