Dopo una nuova installazione, ho provato a cambiare ma non poteva funzionare. Dopo aver controllato i log, ho trovato questo errore:
xdg-settings: $BROWSER is set and can't be changed with xdg-settings Utilizzando il terminale per digitare
# Get the default browsewr
xdg-settings get default-web-browser
# This should change the default browser but this fails with the above error
xdg-settings set default-web-browser google-chrome.desktop Soluzione
Cambia il browser nel file mimelist ~/.config/mimeapps.list . Aggiorna tutti i riferimenti di palemoon a google-chrome.desktop in quel file
vim ~/.config/mimeapps.list
Il BROWSER la variabile è impostata in questo file /home/$USER/.profile . Trovalo e sostituiscilo con questo
export BROWSER=/usr/bin/google-chrome-stable