diff options
author | rupi <rupi@web> | 2014-02-28 17:48:23 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-02-28 17:48:23 +0000 |
commit | 0cb95ccc7ae403066fea587d05d0d1e959ebebda (patch) | |
tree | 7698ec554d499319a72491f82ceb4f63a9ba343e | |
parent | 437b0b26cc2f755a721c393d86c1187f2a8c8f89 (diff) |
Added a comment: xdg-open
-rw-r--r-- | doc/forum/How_does_one_change_git-annex_assistant__39__s_web_browser__63__/comment_7_71ff45948487e9ac8de809a5ccc3d874._comment | 29 |
1 files changed, 29 insertions, 0 deletions
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 000000000..115d402ad --- /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.. + +"""]] |