17

I have the weirdest problem. Software Updater will occasionally not display in Unity on 14.04. If I manually start Software Updater everything works fine, but if there are updates and the window (should) pops up, I can't access the window. I can see the little triangle next to the icon in the launcher saying there's a window, but the window is nowhere to be seen. If I right click to close it and then launch it then everything is fine.

How do I find this hidden window or figure out what the problem might be?

user1146334
  • 278
  • 2
  • 5
  • You can try Alt+F7 as a shortcut to begin moving the window, just moving the mouse should then let you move the window. – Nattgew May 13 '14 at 15:31
  • 1
    That doesn't work either. If I click on the icon in the tray it doesn't get focus. Any other ones that I click do. This seems to only happen when the SU does it's own popup – user1146334 May 14 '14 at 14:47
  • Same problem here, all updates installed, no workspaces enabled. – Werner Henze Jul 16 '14 at 15:10
  • Are you using an AMD video card? There's a lot of mention of AMD surrounding this issue at [this question](http://askubuntu.com/questions/305069/software-updater-window-not-displaying-though-open-in-13-04). – Drew Noakes Oct 16 '14 at 09:16
  • I am. I have a Radeon HD 5450 – user1146334 Oct 16 '14 at 12:44
  • Interesting. Seems like this may be related to AMD's drivers. Can anyone find a counterexample? – Drew Noakes Oct 17 '14 at 08:45
  • I have exactly the same problem and I'm using an nVidia card – Felipe Oct 27 '14 at 14:45
  • possible duplicate of [how to get the update manager window visible?](http://askubuntu.com/questions/161888/how-to-get-the-update-manager-window-visible) – colan Jan 09 '15 at 16:30

4 Answers4

2

Having the same problem, I found I can click on the icon in the tray once and not see anything happen, but click on it one more time and the window appears as it normally would, just like clicking the icon once to minimize the window and clicking again to re-display that window; annoying but slightly faster than restarting Update Manager from the menu.

This has been reported as a bug on Launchpad:

https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1325814?comments=all

dspanz
  • 21
  • 3
  • I've had that with other applications (`google-chrome` for example) but this issue with Software Updater is different for me at least. I really can't find a way to display it, nor to give it the focus. – Drew Noakes Oct 16 '14 at 09:04
  • 3
    the fix listed in that bug report is to do: `wmctrl -R 'Software Updater'` – krumpelstiltskin Feb 07 '15 at 09:34
2

It was a workspace-related issue for me. I have 3 monitors arranged such that they don't add up to a rectangular X-screen. When I press Super+S to get the workspace switcher, I can see the "invisible dead space" in a corner. The software updater had the misfortune of being opened in one of these dead corners!

+--------+--------+
|        |        |    *SU*
|        |        |    
|  Scr1  |  Scr2  +------------+ 
|        |        |            | 
|        |        |   Scr3     |
|        |        |            |
+--------+--------+------------+

 *SU*  = Software updater window

From the switcher, I was able to drag it to a visible location.

Sanjay Manohar
  • 547
  • 7
  • 18
0

It sounds as if the Software Updater window is in a separate workspace. Check to see if you have multiple workspaces enabled in Unity by checking the Appearance program:

Appearance > Behaviour > Enable Workspaces

If so, disable it and the Software Updater should pop back up in your single workspace.

Rewarp
  • 432
  • 6
  • 15
-1

I had the same problem -- there's a little triangle next to the Software Updater in the launcher in Ubuntu 14.04, but I don't see its window even after I clicked on that icon.

This is apparently a bug.

One work-around: I fixed it by opening up a terminal window and typing

sudo apt-get update

and hitting enter.

After apt-get finishes, then hitting the Software Updater icon (or clicking the Dash Home icon, then in the search box typing "Software Updater" then enter to run it) now opens a small "Software Updater" window in the middle of the screen.

(related: Software Updater is not starting in Ubuntu 14.04 )

David Cary
  • 992
  • 3
  • 9
  • 20
  • Starting _Software Updater_ from the launcher seems to work. Until now I've seen the invisibility problem whenever Ubuntu is prompting for an update by its own initiative. Let's see whether it actually appears next time this occurs... – Drew Noakes Oct 16 '14 at 09:08
  • ...aaaand no. This morning I arrived at work and the icon appeared again in my dock, and no window can be activated. – Drew Noakes Oct 17 '14 at 08:49
  • This seemed to work because the window is hidden only when Software Updater launches automatically, not when it is actively launched. I'm running 14.10 and started getting this bug, even though Software Updater ran perfectly in 14.04 for the same hardware. – eksortso Oct 29 '14 at 14:49