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 318386 - Firefox no longer detected as default browser, bookmarks not found
Firefox no longer detected as default browser, bookmarks not found
Status: RESOLVED FIXED
Product: deskbar-applet
Classification: Deprecated
Component: general
Git master
Other All
: Normal normal
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2005-10-09 23:57 UTC by Jose M. daLuz
Modified: 2005-10-10 16:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
assume there may be a file path to the default browser (1018 bytes, patch)
2005-10-10 02:05 UTC, Joao Inacio
none Details | Review

Description Jose M. daLuz 2005-10-09 23:57:48 UTC
Please describe the problem:
The latest CVS no longer finds my Firefox bookmarks or search engines.  It seems
to think Firefox is not my preferred browser:
Importing /usr/local/gnomecvs/deskbar-applet/deskbar/handlers/epiphany.py
The file Epiphany is not your preferred browser, not using it. decided to not
load itself: /usr/local/gnomecvs/deskbar-applet/deskbar/handlers/epiphany.py
Importing /usr/local/gnomecvs/deskbar-applet/deskbar/handlers/mozilla.py
The file Mozilla or Firefox is not your preferred browser, not using it. decided
to not load itself: /usr/local/gnomecvs/deskbar-applet/deskbar/handlers/mozilla.py
Just to confirm, I brought up Desktop->Preferences->Preferred Applications and
Firefox is indeed selected.

Steps to reproduce:
1. Run CVS deskbar-applet
2. Search on any text
3. 


Actual results:
Only launchers and folders show up in the list, no bookmarks or search engines.

Expected results:
All search types including Firefox bookmarks and search engines should pop up.

Does this happen every time?
Yes.

Other information:
Comment 1 Joao Inacio 2005-10-10 01:31:43 UTC
Works perfectly here...

Can you please check the values in GConf for "/desktop/gnome/url-handlers/http"?

for command this should be "firefox %s" or "mozilla %s" and "enabled" checked.
Comment 2 Jose M. daLuz 2005-10-10 01:37:59 UTC
The exact command is: /usr/lib64/mozilla-firefox/firefox "%s"
Enabled is checked.
Comment 3 Joao Inacio 2005-10-10 02:05:51 UTC
Created attachment 53268 [details] [review]
assume there may be a file path to the default browser

The browser detection was assuming simple a app name, not a full file path,
this tries to do the reverse by checking the browser name at the end of the
path.
Comment 4 Jose M. daLuz 2005-10-10 02:16:32 UTC
Thanks very much, that fixed the problem here.
Comment 5 Raphael Slinckx 2005-10-10 16:48:32 UTC
Fixed in CVS, i just try to find an occurence of 'firefox' or 'mozilla' in the
handler, since here it is 'epiphany %s' which breaks with your patch.