From c32b027a2b30ba2d4c2123116d13cb51c318f9c7 Mon Sep 17 00:00:00 2001 From: rupi Date: Fri, 28 Feb 2014 17:48:23 +0000 Subject: [PATCH] Added a comment: xdg-open --- ..._71ff45948487e9ac8de809a5ccc3d874._comment | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc/forum/How_does_one_change_git-annex_assistant__39__s_web_browser__63__/comment_7_71ff45948487e9ac8de809a5ccc3d874._comment diff --git a/doc/forum/How_does_one_change_git-annex_assistant__39__s_web_browser__63__/comment_7_71ff45948487e9ac8de809a5ccc3d874._comment b/doc/forum/How_does_one_change_git-annex_assistant__39__s_web_browser__63__/comment_7_71ff45948487e9ac8de809a5ccc3d874._comment new file mode 100644 index 0000000000..115d402ad5 --- /dev/null +++ b/doc/forum/How_does_one_change_git-annex_assistant__39__s_web_browser__63__/comment_7_71ff45948487e9ac8de809a5ccc3d874._comment @@ -0,0 +1,29 @@ +[[!comment format=mdwn + username="rupi" + ip="80.110.152.13" + subject="xdg-open" + date="2014-02-28T17:48:23Z" + content=""" +Since I discovered the same behavior mentioned above (git annex webapp +tries to use 'winebrowser'). There is an easy way to work with the difference +between http +url and html files: enter preferences for both: + +In ~/.local/share/applications/mimeapps.list: + + [Added Associations] + .. + x-scheme-handler/http=iceweasel.desktop; + x-scheme-handler/https=iceweasel.desktop; + text/html=icewesel.desktop; + + + [Default Applications] + x-scheme-handler/http=iceweasel.desktop + x-scheme-handler/https=iceweasel.desktop + text/html=iceweasel.desktop + + +Your preferred browser might be a different one off course. And I agree that this has to be the most logical place to store that information ever.. + +"""]]