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 318260 - No mozilla installed breaks any bookmarks
No mozilla installed breaks any bookmarks
Status: RESOLVED FIXED
Product: deskbar-applet
Classification: Deprecated
Component: general
Git master
Other Linux
: Normal normal
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2005-10-08 01:46 UTC by Joao Inacio
Modified: 2005-10-12 08:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joao Inacio 2005-10-08 01:46:25 UTC
Having no mozilla installed (only firefox) breaks mozzila handler (rev 1.6)

Relevant message:
"Error retreiving Mozilla Bookmarks: coercing to Unicode: need string or buffer,
NoneType found"
This happends because the function "get_mozilla_home_file" returns <None>, and
"exists(None)" seems to break...

fix: have that function return an empty string in case no mozilla profile dir is
found
Comment 1 Raphael Slinckx 2005-10-09 19:38:20 UTC
Thanks !

Fixed in CVS.