Comment 27 for bug 856354

Revision history for this message
Peter Nagy (antronin) wrote : Re: [Bug 856354] Re: update-manager: Gdk-CRITICAL **: gdk_window_get_pointer: assertion `GDK_IS_WINDOW (window)' failed

Hi,

In my understanding the issue is relevant. When starting up update.manager
it says it cannot get Gtk Window pointer.
Later on when clicking on the "Check" button it drops the below messages
which says: AttributeError: 'Window' object has no attribute 'window', Of
course because it has null for the window object. And null will never have
a window attribute.
So in my view this is the same issue and root cause is:
Gdk-CRITICAL **: gdk_window_get_pointer: assertion `GDK_IS_WINDOW (window)

Of course if you say I'm not right I will open a new bug for this as I'm
not perfect in python.

2012/3/22 RedSingularity <email address hidden>

> Peter, Looks like you have another issue there.
>
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/UpdateManager/UpdateManager.py",
> line 720, in on_button_reload_clicked
> self.invoke_manager(UPDATE)
> File "/usr/lib/python2.7/dist-packages/UpdateManager/UpdateManager.py",
> line 814, in invoke_manager
> self.install_backend.update()
> File
> "/usr/lib/python2.7/dist-packages/UpdateManager/backend/InstallBackendSynaptic.py",
> line 43, in update
> self._run_synaptic(self.UPDATE, opt, tempf)
> File
> "/usr/lib/python2.7/dist-packages/UpdateManager/backend/InstallBackendSynaptic.py",
> line 28, in _run_synaptic
> "%s" % self.window_main.window.xid ]
> AttributeError: 'Window' object has no attribute 'window'
>
> Could you file a new bug and email me the link to it and I will have a
> look. Get update-manager to crash and then use the option to file a
> report. That will include most of the helpful information needed.
> Thanks.
>
> With regards to this bug, I am closing it as it seems to be cleared up
> according to the other users. Also, the error message, "update-manager:
> Gdk-CRITICAL **: gdk_window_get_pointer: assertion `GDK_IS_WINDOW (window)'
> failed", does not seem to effect functionality of the program.
> ---
> Ubuntu Bug Squad volunteer triager
> http://wiki.ubuntu.com/BugSquad
>
> ** Changed in: update-manager (Ubuntu)
> Status: Confirmed => Invalid
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/856354
>
> Title:
> update-manager: Gdk-CRITICAL **: gdk_window_get_pointer: assertion
> `GDK_IS_WINDOW (window)' failed
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/856354/+subscriptions
>

--
NP