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 558843 - crash in Deskbar: Looking up a word in the...
crash in Deskbar: Looking up a word in the...
Status: RESOLVED DUPLICATE of bug 552204
Product: deskbar-applet
Classification: Deprecated
Component: general
2.24.x
Other Linux
: High critical
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2008-11-01 20:36 UTC by fauzia.sara
Modified: 2008-11-02 11:58 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description fauzia.sara 2008-11-01 20:36:30 UTC
What were you doing when the application crashed?
Looking up a word in the dictionary


Distribution: Ubuntu 8.10 (intrepid)
Gnome Release: 2.24.1 2008-10-24 (Ubuntu)
BugBuddy Version: 2.24.1

System: Linux 2.6.27-7-generic #1 SMP Thu Oct 30 04:12:22 UTC 2008 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 10502000
Selinux: No
Accessibility: Enabled
GTK+ Theme: Shiki-Brave
Icon Theme: gnome-brave

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 ---------------------
  PID TTY          TIME CMD
 5438 ?        00:00:00 pulseaudio
Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x3c00081 (maniacal -)
Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
** (maximus:5503): DEBUG: Window opened: res_name=Gnome-dictionary -- class_name=gnome-dictionary
** (maximus:5503): DEBUG: Excluding: maniacal - Dictionary
Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x3c00003 (Bug Buddy)
Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x3c00003 (Bug Buddy)
Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x3c00003 (Bug Buddy)
Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x3c00003 (Bug Buddy)
Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
--------------------------------------------------
Traceback (most recent call last):
  • File "/usr/lib/python2.5/site-packages/deskbar/ui/cuemiac/CuemiacTreeView.py", line 188 in __get_match_action_for_cell
    cell.set_property ("has-more-actions", len(match.get_actions()) > 1)
AttributeError: 'NoneType' object has no attribute 'get_actions'

Comment 1 André Klapper 2008-11-01 23:09:15 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 552204 ***
Comment 2 fauzia.sara 2008-11-02 11:55:29 UTC
Sure. I'm sorry I didn't provide more information initially; I didn't realize the deskbar had actually crashed, in fact (it was appearing to be working fine, and then began flashing a message for me to report this bug--and wouldn't allow me to reuse it until the bug was reported).

My output for gconftool-2 -a /apps/deskbar:
gconftool-2 -a /apps/deskbar
 hide_after_action = true
 minchars = 1
 window_width = 560
 enabled_handlers = [GdmHandler,ProgramsHandler,ISwitchWindowHandler,GoogleHandler,WikipediaSuggestHandler,GnomeDictHandler,WebAddressHandler,EvolutionHandler,BeagleHandler,FileFolderHandler,HistoryHandler,RecentHandler,TemplateHandler,TrackerSearchToolHandler,TrackerLiveSearchHandler,CalculatorModule,GnomeSearchHandler]
 typingdelay = 250
 max_history_items = 50
 ui_name = Button
 use_selection = false
 clear_entry = true
 entry_width = 20
 keybinding = <Alt>F3
 window_height = 400
 window_x = 100
 window_y = 100
 collapsed_cat = []

Is there anything else I could specifically report? I'm running Ubuntu Linux, 8.10 (Intrepid), 64-bit. 
Comment 3 fauzia.sara 2008-11-02 11:58:51 UTC
The only other thing I can think to say is that I had just added the deskbar to my panel, and never used it prior. Only that first time searching the dictionary did I get the error; after that, no other bugs have (appeared) to reoccur.