Added a comment
This commit is contained in:
parent
18356eb562
commit
10e6a020bc
1 changed files with 23 additions and 0 deletions
|
@ -0,0 +1,23 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawm01ida6POv7vqyUYtOlymEbJTbrImAIzM"
|
||||
nickname="Reinis"
|
||||
subject="comment 2"
|
||||
date="2013-06-14T18:49:06Z"
|
||||
content="""
|
||||
Thanks! It looks like it is a xdg issue, I can reproduce it by running xdg-open manually.
|
||||
|
||||
Faulty file is:
|
||||
[[!format sh \"\"\"
|
||||
~$ grep -ri htmlfile .local/share/applications/
|
||||
.local/share/applications/wine-extension-htm.desktop
|
||||
~$ rm .local/share/applications/wine-extension-*
|
||||
~$ locate .desktop | parallel grep -ri htmlfile {}
|
||||
\"\"\"]]
|
||||
|
||||
Then it tried to open with /usr/bin/emacsclient! In Gnome setting Firefox is listed as default browser, but xdg-settings thinks that it is Epiphany, what a mess..
|
||||
|
||||
Anyways, this fixes it:
|
||||
[[!format sh \"\"\"
|
||||
~$ xdg-settings set default-web-browser firefox.desktop
|
||||
\"\"\"]]
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue