summaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_webapp_runs_on_wine
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <joey@web>2013-06-14 18:10:11 +0000
committerGravatar admin <admin@branchable.com>2013-06-14 18:10:11 +0000
commitbe450b84351ae763d435d34bcd3f132163f4c74c (patch)
tree2e4a579b3ad0e4729b6fd848ab895ede4693e9d8 /doc/bugs/git_annex_webapp_runs_on_wine
parent8c7bc707d43b6083b518e14561679d24aaff94fc (diff)
Added a comment
Diffstat (limited to 'doc/bugs/git_annex_webapp_runs_on_wine')
-rw-r--r--doc/bugs/git_annex_webapp_runs_on_wine/comment_1_c71dfa42780c0fc78f88ce054e5f3ee3._comment16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_webapp_runs_on_wine/comment_1_c71dfa42780c0fc78f88ce054e5f3ee3._comment b/doc/bugs/git_annex_webapp_runs_on_wine/comment_1_c71dfa42780c0fc78f88ce054e5f3ee3._comment
new file mode 100644
index 000000000..e94df5783
--- /dev/null
+++ b/doc/bugs/git_annex_webapp_runs_on_wine/comment_1_c71dfa42780c0fc78f88ce054e5f3ee3._comment
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ nickname="joey"
+ subject="comment 1"
+ date="2013-06-14T18:10:11Z"
+ content="""
+I've had one other user report having this problem. It seems that wine installs some sort of .desktop file claiming it is the One True program to use to open urls. Since git-annex uses the `xdg-open` command, and in some desktop environments that command trusts these .desktop files to be accurate and not nonsensical. So it goes ahead and opens MSIE or whatever.
+
+Happily, git has a configuration setting that you can use to tell it exactly which web browser you want, bypassing all the xdg-open nonsense:
+
+git config web.browser w3m
+
+git-annex honors this configuration setting.
+
+You may also want to investigate the .desktop file that wine has installed on your system, and file appropriate bugs with either your distribution or wine package distributor to get that fixed. It seems that it would affect any program using xdg-open, not only git-annex.
+"""]]