emacs의 .emacs에서:
'(browse-url-browser-function (quote browse-url-default-browser))
Opera를 기본 브라우저로 설정한 후 시스템을 다시 시작했습니다. 내가 실행할 때 :
update-alternatives --config gnome-www-browser
There are 4 choices for the alternative gnome-www-browser (providing /usr/bin/gnome-www-browser).
Selection Path Priority Status
------------------------------------------------------------
0 /usr/bin/google-chrome-stable 200 auto mode
1 /usr/bin/firefox-esr 70 manual mode
2 /usr/bin/google-chrome-stable 200 manual mode
3 /usr/bin/iceweasel 70 manual mode
* 4 /usr/bin/opera 120 manual mode
Press <enter> to keep the current choice[*], or type selection number:
그리고
update-alternatives --config x-www-browser
There are 6 choices for the alternative x-www-browser (providing/usr/bin/x-www-browser).
Selection Path Priority Status
------------------------------------------------------------
0 /usr/bin/google-chrome-stable 200 auto mode
1 /usr/bin/firefox-esr 70 manual mode
2 /usr/bin/google-chrome-stable 200 manual mode
3 /usr/bin/iceweasel 70 manual mode
4 /usr/bin/konqueror 30 manual mode
* 5 /usr/bin/opera 120 manual mode
6 /usr/bin/qupzilla 80 manual mode
Press <enter> to keep the current choice[*], or type selection number:
.html 파일을 직접 클릭하면 Opera를 사용하여 열립니다.
cat ~/.local/share/applications/defaults.list
[Default Applications]
application/pdf=FoxitReader.desktop
application/ppdf=FoxitReader.desktop
그러나 emacs는 파일을 열 때 Firefox를 사용해야 한다고 주장합니다. 이 설정은 어디에서 왔습니까?
답변1
시도해 보십시오:
(setq browse-url-browser-function 'browse-url-generic
browse-url-generic-program "opera")