comparison bin/setdefaultbrowser.sh @ 500:5af627460928

changes
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 28 Aug 2013 04:37:17 -0700
parents 0694882a1ad8
children
comparison
equal deleted inserted replaced
499:84a865a880a8 500:5af627460928
1 #!/bin/bash 1 #!/bin/bash
2 2
3 # To get all selections: 3 # To get all selections:
4 # sudo update-alternatives --get-selections 4 # update-alternatives --get-selections
5 5
6 # To get a particular selection: 6 # To get a particular selection:
7 # update-alternatives --display x-www-browser 7 # update-alternatives --display x-www-browser
8 8
9 # http://askubuntu.com/questions/100693/how-can-i-manually-change-the-default-web-browser 9 # http://askubuntu.com/questions/100693/how-can-i-manually-change-the-default-web-browser