After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 385704 - no attribute get_origin
no attribute get_origin
Status: RESOLVED DUPLICATE of bug 336855
Product: deskbar-applet
Classification: Deprecated
Component: general
unspecified
Other All
: High critical
: ---
Assigned To: Mikkel Kamstrup Erlandsen
Deskbar Applet Maintainer(s)
: 385705 387599 388204 389480 389500 390336 390360 391069 392648 392811 401128 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-12-14 02:59 UTC by bugs
Modified: 2007-01-27 00:19 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description bugs 2006-12-14 02:59:25 UTC
What were you doing when the application crashed?
Updating system fonts


Distribution: openSUSE 10.2 (i586)
Gnome Release: 2.16.1 2006-11-28 (SUSE)
BugBuddy Version: 2.16.0

Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0
CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0

Traceback (most recent call last):
  • File "/opt/gnome/lib/python2.5/site-packages/deskbar/ui/cuemiac/CuemiacAlignedWindow.py", line 35 in __resize_event
  • File "/opt/gnome/lib/python2.5/site-packages/deskbar/ui/cuemiac/CuemiacAlignedWindow.py", line 52 in update_position
AttributeError: 'NoneType' object has no attribute 'get_origin'

Comment 1 Susana 2006-12-14 12:20:55 UTC
*** Bug 385705 has been marked as a duplicate of this bug. ***
Comment 2 André Klapper 2006-12-15 19:09:27 UTC
probably a duplicate of bug 336855
Comment 3 Susana 2006-12-19 20:40:25 UTC
*** Bug 387599 has been marked as a duplicate of this bug. ***
Comment 4 Susana 2006-12-21 14:19:46 UTC
*** Bug 388204 has been marked as a duplicate of this bug. ***
Comment 5 Susana 2006-12-26 02:10:51 UTC
*** Bug 389480 has been marked as a duplicate of this bug. ***
Comment 6 Susana 2006-12-26 02:16:32 UTC
*** Bug 389500 has been marked as a duplicate of this bug. ***
Comment 7 Susana 2006-12-28 14:02:36 UTC
*** Bug 390336 has been marked as a duplicate of this bug. ***
Comment 8 Susana 2006-12-28 22:49:38 UTC
*** Bug 390360 has been marked as a duplicate of this bug. ***
Comment 9 Susana 2006-12-30 20:20:34 UTC
*** Bug 391069 has been marked as a duplicate of this bug. ***
Comment 10 Mikkel Kamstrup Erlandsen 2006-12-30 22:35:11 UTC
Andre Klapper: You are right in comment 2, this is a dupe of bug 336855. Marking as such.

*** This bug has been marked as a duplicate of 336855 ***
Comment 11 Mikkel Kamstrup Erlandsen 2006-12-30 22:53:29 UTC
Ok, I can't commit this because the CVS servers are down for SVN stuff... Also I can't really test if it fixes the issue, but it should to the best of my knowledge.

Telepathic note from Mikkel to himself:

Insert this code in CuemiacAlignedWindow.update_position():



if not (self.widgetToAlignWith.flags() & gtk.REALIZED):
			print "WARNING: CuemiacAlignedWindow.update_position() widgetToAlignWith is not realized."
			return



bb, when I've commited the "fix".
Comment 12 Mikkel Kamstrup Erlandsen 2006-12-30 22:57:09 UTC
I meant to put that comment on bug 336855. Sorry for the noise.
Comment 13 Susana 2007-01-04 19:31:57 UTC
*** Bug 392648 has been marked as a duplicate of this bug. ***
Comment 14 Susana 2007-01-04 19:38:17 UTC
*** Bug 392811 has been marked as a duplicate of this bug. ***
Comment 15 palfrey 2007-01-27 00:19:53 UTC
*** Bug 401128 has been marked as a duplicate of this bug. ***