Update Manager is in Launcher and Alt-Tab list, but I can't switch to it

Bug #898295 reported by Jeff Johnson
20
This bug affects 4 people
Affects Status Importance Assigned to Milestone
update-manager (Ubuntu)
Expired
Undecided
Unassigned

Bug Description

The Update Manager recently started itself and found two updates. I can tell by the icon in the launcher. The icon has a (2) on it and a little white arrow saying the application is running. I can also see the update-manager process in a 'ps -A' list. Alt-Tab also shows the Update Manager.

The problem is I can't get Update Manager to show up. If I click on the icon or Alt-Tab to it, nothing happens. I don't see any GUI window pop up. I've never had any issues starting it manually, but when it starts on it's own after finding an update, I can't switch to it.

Tags: 11.10
tags: added: 11.10
Revision history for this message
RedSingularity (redsingularity) wrote :

Sorry for the delay. Are you still having this problem with the latest updates?
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

Changed in update-manager (Ubuntu):
status: New → Incomplete
Revision history for this message
Jeff Johnson (jeffjohnson0) wrote :

I think it is still a problem, but now my memory is a bit fuzzy on it. Is there anyway to launch the Update Manager similar to the way it will open automatically? When I launch it by hand it works normally, so I have to wait for updates before I see the behavior.

Revision history for this message
RedSingularity (redsingularity) wrote :

Thats fine, there is no rush. Confirm if its still an issue when more updates are available.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

Revision history for this message
Jeff Johnson (jeffjohnson0) wrote :

Saw another update yesterday and the problem still exists.

Revision history for this message
RedSingularity (redsingularity) wrote :

Seems to be working fine on my test system. Whats your output of:

apt-cache policy update-manager
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

Revision history for this message
Jeff Johnson (jeffjohnson0) wrote :

Here's the output:
---
jeff@Laptop1:~$ apt-cache policy update-manager
update-manager:
  Installed: 1:0.152.25.5
  Candidate: 1:0.152.25.5
  Version table:
 *** 1:0.152.25.5 0
        500 http://us.archive.ubuntu.com/ubuntu/ oneiric-updates/main i386 Packages
        500 http://security.ubuntu.com/ubuntu/ oneiric-security/main i386 Packages
        100 /var/lib/dpkg/status
     1:0.152.25 0
        500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
---

Revision history for this message
RedSingularity (redsingularity) wrote :

1) Run: sudo apt-get remove update-manager

2) Post the output of:

sudo find / -name *update-manager*

NOTE: Dont reinstall update-manager just yet. You will need to purge some files that will appear with the help of the 'find' command.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

Revision history for this message
Jeff Johnson (jeffjohnson0) wrote :

Thanks for the suggestion, sorry, I've been slow to try it.

1) Removed update-manager, everything looked o.k.
2) find update-manager:

Revision history for this message
Jeff Johnson (jeffjohnson0) wrote :

(Hit Enter too fast.)
Thanks for the suggestion, sorry, I've been slow to try it.

1) Removed update-manager, everything looked o.k.
2) find update-manager:
jeff@Laptop1:~$ sudo find / -name *update-manager*
/etc/update-manager
/usr/share/update-manager
/usr/share/doc/update-manager-core
/usr/share/locale-langpack/en_AU/LC_MESSAGES/update-manager.mo
/usr/share/locale-langpack/en_GB/LC_MESSAGES/update-manager.mo
/usr/share/locale-langpack/en_CA/LC_MESSAGES/update-manager.mo
/usr/share/icons/Humanity/apps/32/update-manager.svg
/usr/share/icons/Humanity/apps/24/update-manager.svg
/usr/share/icons/Humanity/apps/48/update-manager.svg
/usr/share/app-install/icons/update-manager.png
/usr/share/app-install/desktop/update-manager:update-manager.desktop
/usr/share/apport/package-hooks/source_update-manager.py
/usr/lib/update-manager
/var/lib/update-manager
/var/lib/dpkg/info/update-manager-core.preinst
/var/lib/dpkg/info/update-manager-core.prerm
/var/lib/dpkg/info/update-manager-core.list
/var/lib/dpkg/info/update-manager-core.conffiles
/var/lib/dpkg/info/update-manager-core.postinst
/var/lib/dpkg/info/update-manager-core.md5sums
/home/jeff/.cache/update-manager-core
/home/jeff/.gconf/apps/update-manager
jeff@Laptop1:~$

What's next?

--Jeff

Revision history for this message
RedSingularity (redsingularity) wrote :

I am attaching a file with the commands to run. You can run them one at a time or just execute the file I attached and it will run all the commands for you.

When your done run the find command above and paste the output here again.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

Revision history for this message
RedSingularity (redsingularity) wrote :

---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

Revision history for this message
Jeff Johnson (jeffjohnson0) wrote :

I deleted the files and re-ran the 'find' command. Here is the output:

jeff@Laptop1:~$ sudo find / -name *update-manager*
/usr/share/doc/update-manager-core
/usr/share/locale-langpack/en_AU/LC_MESSAGES/update-manager.mo
/usr/share/locale-langpack/en_GB/LC_MESSAGES/update-manager.mo
/usr/share/locale-langpack/en_CA/LC_MESSAGES/update-manager.mo
/usr/share/icons/Humanity/apps/32/update-manager.svg
/usr/share/icons/Humanity/apps/24/update-manager.svg
/usr/share/icons/Humanity/apps/48/update-manager.svg
/usr/share/app-install/icons/update-manager.png
/usr/share/app-install/desktop/update-manager:update-manager.desktop
/usr/share/apport/package-hooks/source_update-manager.py
/var/lib/dpkg/info/update-manager-core.preinst
/var/lib/dpkg/info/update-manager-core.prerm
/var/lib/dpkg/info/update-manager-core.list
/var/lib/dpkg/info/update-manager-core.conffiles
/var/lib/dpkg/info/update-manager-core.postinst
/var/lib/dpkg/info/update-manager-core.md5sums
jeff@Laptop1:~$

Revision history for this message
RedSingularity (redsingularity) wrote :

Looks good. Now:

sudo apt-get install update-manager

See if the problem cleared up.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for update-manager (Ubuntu) because there has been no activity for 60 days.]

Changed in update-manager (Ubuntu):
status: Incomplete → Expired
Revision history for this message
Tim Hockin (thockin-hockin) wrote :

I have this problem on Precise...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

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