From 6be85cc46fe488c39455abcdb279d4344787d657 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawm01ida6POv7vqyUYtOlymEbJTbrImAIzM" Date: Fri, 14 Jun 2013 18:49:06 +0000 Subject: Added a comment --- ...ent_2_f28441b18b0be90c1e58348455ce09d9._comment | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/bugs/git_annex_webapp_runs_on_wine/comment_2_f28441b18b0be90c1e58348455ce09d9._comment (limited to 'doc/bugs/git_annex_webapp_runs_on_wine') diff --git a/doc/bugs/git_annex_webapp_runs_on_wine/comment_2_f28441b18b0be90c1e58348455ce09d9._comment b/doc/bugs/git_annex_webapp_runs_on_wine/comment_2_f28441b18b0be90c1e58348455ce09d9._comment new file mode 100644 index 000000000..9853705b3 --- /dev/null +++ b/doc/bugs/git_annex_webapp_runs_on_wine/comment_2_f28441b18b0be90c1e58348455ce09d9._comment @@ -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 +\"\"\"]] +"""]] -- cgit v1.2.3