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 553256 - crash in Deskbar: system idle
crash in Deskbar: system idle
Status: RESOLVED DUPLICATE of bug 488665
Product: deskbar-applet
Classification: Deprecated
Component: general
unspecified
Other All
: High critical
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2008-09-22 12:27 UTC by Gilbert Weingarten
Modified: 2008-09-24 14:29 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Gilbert Weingarten 2008-09-22 12:27:13 UTC
What were you doing when the application crashed?
system idle


Distribution: Ubuntu 8.04 (hardy)
Gnome Release: 2.22.3 2008-07-09 (Ubuntu)
BugBuddy Version: 2.22.0

System: Linux 2.6.24-19-generic #1 SMP Wed Aug 20 22:56:21 UTC 2008 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10400090
Selinux: No
Accessibility: Disabled
GTK+ Theme: Crux
Icon Theme: Crux

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



----------- .xsession-errors (18 sec old) ---------------------
(evolution:5955): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 117 and height -6
(evolution:5955): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 117 and height -6
  PID TTY          TIME CMD
  PID TTY          TIME CMD
 5919 ?        00:00:00 pulseaudio
WARNING: modinfo for module nvidia_new failed: modinfo: could not find module nvidia_new
WARNING: modinfo for module nvidia failed: modinfo: could not find module nvidia
WARNING: modinfo for module nvidia_legacy failed: modinfo: could not find module nvidia_legacy
WARNING: modinfo for module fglrx failed: modinfo: could not find module fglrx
ERROR: whilst scanning summary file
--------------------------------------------------
Traceback (most recent call last):
  • File "/usr/lib/python2.5/site-packages/deskbar/ui/preferences/DeskbarPreferences.py", line 434 in on_button_bottom_clicked
    self.module_list.move_module_to_bottom(iter)
  • File "/usr/lib/python2.5/site-packages/deskbar/core/ModuleList.py", line 166 in move_module_to_bottom
    self.move_after(iter, self.get_iter(self._bottom_enabled_path))
TypeError: iter should be a GtkTreeIter

Comment 1 Sebastian Pölsterl 2008-09-24 07:54:06 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but the maintainers need more information to fix the bug. Could you please answer the questions in the other report in order to help the developers?


*** This bug has been marked as a duplicate of 488665 ***
Comment 2 Gilbert Weingarten 2008-09-24 14:29:56 UTC
(In reply to comment #0)
> What were you doing when the application crashed?
> system

I had just booted Ubuntu and logged in to my account. I hadn't done anything else ... was just "poking" around seeing what the "show search entry" icon did!

> 
> 
> Distribution: Ubuntu 8.04 (hardy)
> Gnome Release: 2.22.3 2008-07-09 (Ubuntu)
> BugBuddy Version: 2.22.0
> 
> System: Linux 2.6.24-19-generic #1 SMP Wed Aug 20 22:56:21 UTC 2008 i686
> X Vendor: The X.Org Foundation
> X Vendor Release: 10400090
> Selinux: No
> Accessibility: Disabled
> GTK+ Theme: Crux
> Icon Theme: Crux
> 
> 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
> 
> 
> 
> ----------- .xsession-errors (18 sec old) ---------------------
> (evolution:5955): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to
> allocate widget with width 117 and height -6
> (evolution:5955): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to
> allocate widget with width 117 and height -6
>   PID TTY          TIME CMD
>   PID TTY          TIME CMD
>  5919 ?        00:00:00 pulseaudio
> WARNING: modinfo for module nvidia_new failed: modinfo: could not find module
> nvidia_new
> WARNING: modinfo for module nvidia failed: modinfo: could not find module
> nvidia
> WARNING: modinfo for module nvidia_legacy failed: modinfo: could not find
> module nvidia_legacy
> WARNING: modinfo for module fglrx failed: modinfo: could not find module fglrx
> ERROR: whilst scanning summary file
> --------------------------------------------------
> Traceback (most recent call last):
>   File
> "/usr/lib/python2.5/site-packages/deskbar/ui/preferences/DeskbarPreferences.py",
> line 434, in on_button_bottom_clicked
>     self.module_list.move_module_to_bottom(iter)
>   File "/usr/lib/python2.5/site-packages/deskbar/core/ModuleList.py", line 166,
> in move_module_to_bottom
>     self.move_after(iter, self.get_iter(self._bottom_enabled_path))
> TypeError: iter should be a GtkTreeIter
>