summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawm01ida6POv7vqyUYtOlymEbJTbrImAIzM <Reinis@web>2013-06-14 17:59:08 +0000
committerGravatar admin <admin@branchable.com>2013-06-14 17:59:08 +0000
commit2f446149af0b1045f740b04ae64225c542cc1774 (patch)
treeb80631e49b7628d47a2357d8459e7508ff8afb27 /doc
parent9be80b887807d9235e661e4a67c114e9d569ff2f (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/git_annex_webapp_runs_on_wine.mdwn43
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_webapp_runs_on_wine.mdwn b/doc/bugs/git_annex_webapp_runs_on_wine.mdwn
new file mode 100644
index 000000000..cf08ec55e
--- /dev/null
+++ b/doc/bugs/git_annex_webapp_runs_on_wine.mdwn
@@ -0,0 +1,43 @@
+### Please describe the problem.
+I just installed git-annex-20130601 on Gentoo and when running git annex webapp it started to run things on wine.
+
+### What steps will reproduce the problem?
+On Gentoo ~amd64:
+[[!format sh """
+ ~$ layman -a haskell
+ ~$ USE=webapp emerge -1 git-annex
+ ~$ git annex webapp
+"""]]
+### What version of git-annex are you using? On what operating system?
+dev-vcs/git-annex-4.20130601 from https://github.com/gentoo-haskell/gentoo-haskell/tree/master/dev-vcs/git-annex
+
+On Gentoo ~amd64
+
+### Please provide any additional information below.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+~$ git annex webapp
+Launching web browser on file:///tmp/webapp14071.html
+libpng warning: Application built with libpng-1.6.2 but running with 1.5.13
+err:menubuilder:convert_to_native_icon error 0x80004005 initializing encoder
+libpng warning: Application built with libpng-1.6.2 but running with 1.5.13
+err:menubuilder:convert_to_native_icon error 0x80004005 initializing encoder
+libpng warning: Application built with libpng-1.6.2 but running with 1.5.13
+err:menubuilder:convert_to_native_icon error 0x80004005 initializing encoder
+...
+fixme:exec:SHELL_execute flags ignored: 0x00000100
+fixme:exec:SHELL_execute flags ignored: 0x00000100
+fixme:exec:SHELL_execute flags ignored: 0x00000100
+...
+
+22185 me 20 0 2580M 10196 8156 S 0.0 0.1 0:00.09 ├─ start /ProgIDOpen htmlfile /home/reinis/.wine/dosdevices/z:/tmp/webapp2554.html
+ 2597 me 21 1 2596M 10984 8764 S 0.0 0.1 0:01.23 ├─ c:\windows\system32\explorer.exe /desktop
+ 2589 me 20 0 2581M 2344 1932 S 0.0 0.0 0:00.00 ├─ c:\windows\system32\plugplay.exe
+ 2581 me 20 0 2593M 8900 7500 S 0.0 0.1 0:00.09 ├─ c:\windows\system32\winedevice.exe MountMgr
+ 2577 me 20 0 2583M 2776 2272 S 0.0 0.0 0:00.00 ├─ c:\windows\system32\services.exe
+ 2571 me 20 0 24960 7532 772 S 46.1 0.1 2:29.06 ├─ /usr/bin/wineserver
+
+# End of transcript or log.
+"""]]