Added a comment

This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawm01ida6POv7vqyUYtOlymEbJTbrImAIzM 2013-06-14 18:49:06 +00:00 committed by admin
parent 18356eb562
commit 10e6a020bc

View file

@ -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
\"\"\"]]
"""]]