PDA

View Full Version : How to set Swiftfox to work in Kubuntu as default browser


in_flu_ence
February 27th, 2007, 05:48 AM
Hi,

Many of those who installed swiftfox via Automatix may find that they cannot use it as the default browser even after setting it at the KDE system settings.

Here is what you should do:


sudo update-alternatives --install /usr/bin/x-www-browser x-www-browser /opt/swiftfox/firefox 90
update-alternatives --set x-www-browser /opt/swiftfox/firefox

I think this is especially crucial for those using the 64bit Kubuntu since we try to have the best browsing experience under the 64bit platform.

Comment if there is any better way. :)

Hope it helps.

wireddad
February 27th, 2007, 08:40 AM
I have had no problems using SYSTEM SETTINGS>DEFAULT APPS to change the default web browser. Is the problem only on 64bit (alternative) Kubuntu?

in_flu_ence
February 27th, 2007, 12:32 PM
I am not sure if it is particularly meant for 64bit

but apparently people have problems with Swiftfox that is installed via automatix.

I suppose if Firefox is installed via Adept. there should not be a problem.

There isn't an option in x-www-browser in the Swiftfox case. Thus, the tip as given.

Hope it will help a little :)

kasimir
March 2nd, 2007, 06:53 PM
Thanks, those commands worked for me.