I have set Seamonkey as default browser within SM and under preferred applications.
Yet apps that have a help section always use Firefox to go to their help website.
andyk_~/Downloads$ sudo update-alternatives --config x-www-browser
[sudo] password for andy:
There is only one alternative in link group x-www-browser (providing /usr/bin/x-www-browser): /usr/bin/firefox
Nothing to configure.
I agree, I faced similar issues with other distros and browsers too, unfortunately removing the system default browser and sticking with just one browser was the best solution for me, or just using Firefox. Maybe with Ubuntu MATE it will be easier but I have had a hard time time trying to make this work in other distros,end up giving up and used just one browser.
I just tested opening websites of packages on Synaptics and I got this error(my default is Chromium)
After that, I tried removing Firefox to try to solve this and nope... Synaptics fails to launch the browser... I click 'visit website' and nothing happens.
Did you set Chromium as your default browser from within Chromium?
And did you use gksu synaptic-pkexec to launch synaptic ?
Also do this substituting Chromium for Seamonkey.
Use the following commands to set up seamonkey as the default browser:
Install it as an alternative browser:
sudo update-alternatives --install /usr/bin/x-www-browser x-www-browser /usr/bin/seamonkey 40
You can verify it's been installed in the alternatives with:
update-alternatives --display x-www-browser
Finally, set the default broswer with:
sudo update-alternatives --config x-www-browser
Chromium was set as the default and on the preffered apps is there too as my default browser.
When I open one of those links from About/help sections they open on Chromium, but Synaptics fails to launch the browser when I click “visit the website”. I tried your command gksu synaptic-pkexec and tried to open any website, it fails again. Looks like it’s a Synaptics issue.