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 341101 - Cannot Activate Web History / Web Searches
Cannot Activate Web History / Web Searches
Status: RESOLVED FIXED
Product: deskbar-applet
Classification: Deprecated
Component: general
2.14.x
Other Linux
: Normal normal
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-05-09 06:27 UTC by Sebastian Rittau
Modified: 2006-05-09 17:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Rittau 2006-05-09 06:27:29 UTC
This was originally filed as Debian bug #363913 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=363913):

  From: Carlos Moffat <carlos.lst@eldiabloenlosdetalles.net>
  Subject: deskbar-applet: Cannot Activate Web History / Web Searches
  Date: Thu, 20 Apr 2006 10:52:39 -0400

  Package: deskbar-applet
  Version: 2.14.1.1-1
  Severity: normal


  Hi,

  With the latest version, I'm unable to activate the Web History and Web
  Searches. Clicking on them is ignored. The rest works fine.

  Thanks,
  Carlos

The output of /usr/lib/deskbar-applet/deskbar-applet -w yields in part:

  [...]
  Initializing Web Bookmarks

  Error retreiving Mozilla Bookmarks: No option 'Default' in section: 'General'
  [...]
  Initializing Web Searches

  Error while initializing Web Searches: No option 'Default' in section: 'General'
  [...]

This patch was sent in by P. Oscar Boykin:

  --- mozilla.py.bak	2006-05-05 09:33:38.000000000 -0400
  +++ mozilla.py	2006-05-05 09:48:21.000000000 -0400
  @@ -37,7 +37,7 @@
   	path = None
   
   	for section in config.sections():
  -		if config.get (section, "Default") == 1:
  +		if config.has_option(section, "Default") and config.get (section, "Default") == 1:
   			path = config.get (section, "Path")
   			break
   		elif path == None and config.has_option(section, "Path"):
Comment 1 Raphael Slinckx 2006-05-09 17:39:09 UTC
Thanks for the patch, applied in head and 2.14