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 435490 - crash in Deskbar: Using deskbar with track...
crash in Deskbar: Using deskbar with track...
Status: RESOLVED NOTGNOME
Product: deskbar-applet
Classification: Deprecated
Component: general
unspecified
Other All
: High critical
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
: 439637 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-05-03 12:07 UTC by Ivan Wang
Modified: 2007-05-20 03:08 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Ivan Wang 2007-05-03 12:07:22 UTC
What were you doing when the application crashed?
Using deskbar with tracker. I was trying to click on the search result on "search XXXX with Tracker search tool" and this bug reporting tool appears.


Distribution: Ubuntu 7.04 (feisty)
Gnome Release: 2.18.1 2007-04-10 (Ubuntu)
BugBuddy Version: 2.18.1

System: Linux 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 70200000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Human
Icon Theme: Human

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 (29 sec old) ---------------------
Finished indexing. Waiting for new events...
** (gnome-cups-icon:5728): WARNING **: IPP request failed with status 1280
** (gnome-cups-icon:5728): WARNING **: IPP request failed with status 1280
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
Executing detailed search with params Files, toni, 0, 100
searching for toni with smin 0 and smax 9, offset 0 and limit 100
--------------------------------------------------
Traceback (most recent call last):
  • File "/usr/lib/python2.5/site-packages/deskbar/DeskbarApplet.py", line 145 in on_match_selected
    match.action(text)
  • File "/usr/lib/deskbar-applet/handlers/tracker-handler.py", line 110 in action
    gobject.spawn_async(["tracker-search-tool", self.name], flags=gobject.SPAWN_SEARCH_PATH)
GError: Failed to execute child process "tracker-search-tool" (No such file or directory)

Comment 1 Mart Raudsepp 2007-05-03 12:22:34 UTC
Do you have tracker components installed properly?
It seems you are lacking the tracker-search-tool program
Comment 2 Ivan Wang 2007-05-04 00:59:35 UTC
Hi, I seems to found the problem. It was Berly that affects the panel. After turning off Berly, everything seems back to normal.
Comment 3 Damien Durand 2007-05-19 17:12:46 UTC
*** Bug 439637 has been marked as a duplicate of this bug. ***
Comment 4 Ivan Wang 2007-05-20 03:08:51 UTC
To turn on Deskbar without turning off Beryl, there's a solution provided in the Beryl bug tracker page.

http://bugs.beryl-project.org/ticket/1119

"In beryl settings manager, General Options, try to set the "Level of Focus Stealing Prevention" to None.
If it's not enough, try to disable "Fade to Desktop" (in Desktop)"

It works for me.