[Bug 383484] Re: search engine plugins missing in firefox-3.5 packages

2009-11-17 Thread Jeff Turner
Hmm. Running Jaunty, I recently let it auto-update and now all the default search engines have disappeared, leading my to this bug. I have both the firefox-3.0 and firefox-3.5 packages installed: $ dpkg -l | grep firefox ii firefox

[Bug 383484] Re: search engine plugins missing in firefox-3.5 packages

2009-10-10 Thread ariel cornejo
@nomnex update-alternatives --config x-www-browser -- search engine plugins missing in firefox-3.5 packages https://bugs.launchpad.net/bugs/383484 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 383484] Re: search engine plugins missing in firefox-3.5 packages

2009-10-10 Thread nomnex
There are 2 alternatives which provide `x-www-browser'. SelectionAlternative --- +1/usr/bin/firefox-3.0 * 2/usr/bin/firefox-3.5 Press enter to keep the default[*], or type selection number: 2 Using '/usr/bin/firefox-3.5'

[Bug 383484] Re: search engine plugins missing in firefox-3.5 packages

2009-10-10 Thread nomnex
EDIT: update-alternatives --config x-www-browser: the output was correct BUT Evolution was keeping opening the links in firefox 3 Firefox 3.5 Preferences General System default: Always check if Shiretoko is the default browser on startup (ON), check now (Shiretoko is not your default

[Bug 383484] Re: search engine plugins missing in firefox-3.5 packages

2009-10-10 Thread ariel cornejo
Gnome keeps its URL handlers in gconf (desktopgnomeurl-handlershttp); you may run gconf-editor to check it out. The value for [command] should be x-www-browser %s so it uses /usr/bin/x-www-browser, which is a symbolic link to /etc/alternatives/x-www-browser (another symlink). update-alternatives

[Bug 383484] Re: search engine plugins missing in firefox-3.5 packages

2009-10-09 Thread Micah Gersten
@nomnex This is fixed in karmic. In Jaunty, 3.5 is meant to be installed alongside 3.0 -- search engine plugins missing in firefox-3.5 packages https://bugs.launchpad.net/bugs/383484 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 383484] Re: search engine plugins missing in firefox-3.5 packages

2009-10-09 Thread nomnex
@Thanks Micah Anyone has a quick fix for this, 3.0 + 3.5 installed (Jaunty). When I follow a link in Evolution, FF 3.0 opens. Expected result FF 3.5 opens -- search engine plugins missing in firefox-3.5 packages https://bugs.launchpad.net/bugs/383484 You received this bug notification because

[Bug 383484] Re: search engine plugins missing in firefox-3.5 packages

2009-10-08 Thread nomnex
Thanks to Bubbels for the how to and the file update. I have installed Firefox-3.5.3 today and the search engine plug-in was missing after removing FF3. Linked used: https://help.ubuntu.com/community/FirefoxNewVersion first download link (apt:firefox) Noob question: Status: fix released - does

[Bug 383484] Re: search engine plugins missing in firefox-3.5 packages

2009-08-17 Thread Scorp
Can the karmic package be backported to jaunty? -- search engine plugins missing in firefox-3.5 packages https://bugs.launchpad.net/bugs/383484 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 383484] Re: search engine plugins missing in firefox-3.5 packages

2009-08-15 Thread Russell John
Thanks to Bubbels for uploading the files, it helped. -- search engine plugins missing in firefox-3.5 packages https://bugs.launchpad.net/bugs/383484 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 383484] Re: search engine plugins missing in firefox-3.5 packages

2009-08-10 Thread Launchpad Bug Tracker
** Branch linked: lp:firefox/3.5 -- search engine plugins missing in firefox-3.5 packages https://bugs.launchpad.net/bugs/383484 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 383484] Re: search engine plugins missing in firefox-3.5 packages

2009-08-10 Thread Launchpad Bug Tracker
This bug was fixed in the package firefox-3.5 - 3.5.2+nobinonly-0ubuntu2 --- firefox-3.5 (3.5.2+nobinonly-0ubuntu2) karmic; urgency=low Firefox 3.5 by default upload + see: https://blueprints.launchpad.net/ubuntu/+spec/desktop-karmic-firefox-3.5 [ Fabien Tassin

[Bug 383484] Re: search engine plugins missing in firefox-3.5 packages

2009-08-10 Thread wensveen
The bug was reported in jaunty. Any way this can also be released in the jaunty packages? -- search engine plugins missing in firefox-3.5 packages https://bugs.launchpad.net/bugs/383484 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 383484] Re: search engine plugins missing in firefox-3.5 packages

2009-07-25 Thread ariel cornejo
I made an approximate list of files in firefox-3.0 not present in firefox-3.5, using: diff ( firefox-3.0.filelist sed 's/-3[a-z0-9.]*/-3.*/g') ( firefox-3.5.filelist sed 's/-3[a-z0-9.]*/-3.*/g') | perl -nwe 'chomp; print qx(grep -x $1 firefox-3.0.filelist) if /^ (.*)$/' | sort -u |

[Bug 383484] Re: search engine plugins missing in firefox-3.5 packages

2009-07-23 Thread Ken Arnold
This is partially a bug in firefox-3.0 also: it puts files directly in common directories (/usr/lib/firefox-addons) and symlinks in the version-specific directories (/usr/lib/firefox-3.*). So if the firefox-3.5 were to provide those files also, they would conflict with firefox-3.0 files. To make