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 318720 - deskbar-applet indexing error
deskbar-applet indexing error
Status: RESOLVED FIXED
Product: deskbar-applet
Classification: Deprecated
Component: general
Git master
Other Linux
: Normal trivial
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2005-10-12 23:03 UTC by Jose M. daLuz
Modified: 2005-10-14 15:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jose M. daLuz 2005-10-12 23:03:41 UTC
Distribution/Version: Gentoo 2005.1 2.6.13-ck7 AMD64

When starting up CVS version, I get the following error:
Starting mozilla/ff bookmarks indexation
        Done !
Error:_parse_search:No way to extract a <SEARCH field:    updateCheckDays=1

Error:_parse_search:No way to extract a <SEARCH field: <input name="sourceid"
value="Mozilla-search">

Error:_parse_search:No way to extract a <SEARCH field: <input name="Submit"
value="Go">

Error:_parse_search:No way to extract a <SEARCH field: <input name="DEPA" value="0">

Error:_parse_search:No way to extract a <SEARCH field: <input name="type" value="">

Error:_parse_search:No way to extract a <SEARCH field: <input name="description"
user>

Error:_parse_search:No way to extract a <SEARCH field: <input name="category"
value="0">

Error:_parse_search:No way to extract a <SEARCH field: <input name="minPrice"
value="">

Error:_parse_search:No way to extract a <SEARCH field: <input name="maxPrice"
value="">

Error:_parse_search:No way to extract a <SEARCH field: <input name="Go.x" value="0">

Error:_parse_search:No way to extract a <SEARCH field: <input name="Go.y" value="0">

Error:_parse_search:No way to extract a <SEARCH field: <interpret

The interesting thing about this is it looks like the fields of a Newegg.com
search.  I used to have such a bookmark, but I no longer do. I did a grep -R in
my firefox profile directiory looking for this and it is not in the bookmarks. 
It does exist in the history, and probably exists in the "smart bookmark" -- are
you indexing either of those? In any case, it does not affect functionality at
all, but I'm passing it on in case it's an indicator of some other problem.
Comment 1 Jose M. daLuz 2005-10-12 23:08:41 UTC
Okay, it's the smart bookmark for Newegg.com (from mycroft.mozdev.org if you
want to test this) that isn't working in the deskbar-applet. It does work
properly in the firefox search box.
Comment 2 Raphael Slinckx 2005-10-13 20:42:04 UTC
Yes i see why it is failing, i made some assumptions about the format of the
pseudo-xml file, that apparently newegg does'nt use. I'll correct that.
Comment 3 Jose M. daLuz 2005-10-13 20:50:53 UTC
I just realized it's not just Newegg -- the first error, "updateCheckDays=1" is
from google.src.
Comment 4 Raphael Slinckx 2005-10-14 14:26:57 UTC
Fixed in CVS, the google one is not a problem.
Comment 5 Jose M. daLuz 2005-10-14 14:45:52 UTC
Thanks, I can confirm it's fixed here.  I assume "TestMatch" is coming out
later? ;-)
Comment 6 Raphael Slinckx 2005-10-14 15:01:38 UTC
It is not installed in production environement, but is used with cvs. In other
word it isn't 'make install'-ed. You can remove it if it bothers you..