How to change skype default browser
I use Ubuntu 18.04 and I have the following problem.
When I try to open links via Skype it opens Mozilla firefox also I have set google chrome as my default browser.
I tried to find something in skype settings but I found nothing related to the application default browser
Solution 1:
Installing packages from the Ubuntu software center using snap
have some issues.
"snap", a new cross-OS package manager. Snap will be much better than APT one day, but right now it's in the beginning stages and experiencing growing pains.
I removed skype
from the software center and I downloaded the .deb
file from Official Skype website.
Then I installed it using dpkg
which solved the problem.
Note: this answer inspired me.
Solution 2:
For me, the following command immediately fixed the issue:
ln -s ~/.config/mimeapps.list ~/snap/skype/common/.config/mimeapps.list
Solution 3:
To make it work with snap do the following:
- Quit skype
ln -s ~/.config/mimeapps.list ~/snap/skype/common/.config/mimeapps.list
rm -rf ~/snap/skype/common/.config/google-chrome
sudo ln -s ~/.config/google-chrome ~/snap/skype/common/.config/
Solution 4:
I resolved the problem following below steps.
- Uninstall Firefox and open any link in Skype (agree with the alert)
- Delete (rename) ~
/snap/skype/common/.config/google-chrome
-
sudo ln -s /home/user/.config/google-chrome /home/user/snap/skype/common/.config/