Comment 31 for bug 383484

Revision history for this message
Jeff Turner (jeffturner) wrote :

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 3.5.3+build1+nobinonly-0ubuntu3
ii firefox-3.0 3.0.15+nobinonly-0ubuntu0.9.04.1
ii firefox-3.0-branding 3.0.15+nobinonly-0ubuntu0.9.04.1
ii firefox-3.0-gnome-support 3.0.15+nobinonly-0ubuntu0.9.04.1
ii firefox-3.5 3.5.5+nobinonly-0ubuntu0.9.04.1
ii firefox-3.5-branding 3.5.5+nobinonly-0ubuntu0.9.04.1
ii firefox-gnome-support 3.0.15+nobinonly-0ubuntu0.9.04.1

None of these packages contains the search engine files:

$ dpkg -l | grep firefox | awk '{print $2}' | while read pkg; do dpkg -L $pkg | grep google.xml; done
$

So perhaps this is not fixed for jaunty?