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 504163 - need to do beagle_client_new otherwise never contacts beagled for search
need to do beagle_client_new otherwise never contacts beagled for search
Status: RESOLVED FIXED
Product: yelp
Classification: Applications
Component: Search
2.21.x
Other All
: Normal major
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2007-12-18 02:11 UTC by Debajyoti Bera
Modified: 2008-02-02 23:48 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Debajyoti Bera 2007-12-18 02:11:23 UTC
Please describe the problem:
yelp-search-parser.c needs to do a "beagle_client = beagle_client_new (NULL)" like yelp-search-pager.c. Otherwise beagle_client will obviously be null and yelp will assume that beagled is not running.

Steps to reproduce:
Start beagled, start yelp and notice yelp printing a warning message on the terminal that "beagled is not running".

Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Don Scorgie 2008-01-10 20:20:11 UTC
Thanks.  Fixed in SVN trunk.

2008-01-10  Don Scorgie  <dscorgie@svn.gnome.org>

	* src/yelp-search-parser.c: 
	Get a beagle client if it's available
	allowing beagle to be used again
	(bug #504163)