新規インストール後、変更しようとしましたが、機能しませんでした。ログを確認したところ、次のエラーが見つかりました:
xdg-settings: $BROWSER is set and can't be changed with xdg-settings
端末を使用して入力する
# 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
ソリューション
mimelistファイル~/.config/mimeapps.list
でブラウザを変更します 。 palemoon
のすべての参照を更新します google-chrome.desktop
へ そのファイル内
vim ~/.config/mimeapps.list
BROWSER
変数はこのファイルに設定されています/home/$USER/.profile
。それを見つけてこれに置き換えます
export BROWSER=/usr/bin/google-chrome-stable