summaryrefslogtreecommitdiff
path: root/doc/bugs/OS_X_10.8:_Can__39__t_reopen_webapp/comment_6_a4ad73530cd0f6621bcc6394d5f39af7._comment
blob: a5f2d4fb18fe74a2f653d9e34c794f0c1b7cfbb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[[!comment format=mdwn
 username="https://www.google.com/accounts/o8/id?id=AItOawkfHTPsiAcHEEN7Xl7WxiZmYq-vX7azxFY"
 nickname="Vincent"
 subject="seems to work"
 date="2013-07-31T09:37:36Z"
 content="""
I tried this as well.

    % diff -u /Applications/git-annex.app/Contents/MacOS/git-annex-shell{.old,}
    --- /Applications/git-annex.app/Contents/MacOS/git-annex-shell.old	2013-07-31 19:32:28.000000000 +1000
    +++ /Applications/git-annex.app/Contents/MacOS/git-annex-shell	2013-07-23 14:12:36.000000000 +1000
    @@ -22,4 +22,4 @@
     	export GIT_ANNEX_APP_BASE
     fi
     
    -\"$base/runshell\" git-annex-shell
    +\"$base/runshell\" git-annex-shell \"$@\"

    % ps ax|grep git|grep -v grep |wc
    0    0     0

    <click the gui app icon>
    <a new browser tab opens, running the assistant>
    % ps ax|grep git |grep -v grep
    33124   ??  S      0:00.40 git-annex webapp -psn_0_31972988
    33133   ??  S      0:00.00 git --git-dir=/Users/me/annex/.git --work-tree=/Users/me/annex cat-file --batch
    33162   ??  S      0:00.00 git --git-dir=/Users/me/annex/.git --work-tree=/Users/me/annex cat-file --batch
    33174   ??  S      0:00.00 git --git-dir=/Users/me/annex/.git --work-tree=/Users/me/annex cat-file --batch
    33177   ??  S      0:00.00 git --git-dir=/Users/me/annex/.git --work-tree=/Users/me/annex check-attr -z --stdin annex.backend annex.numcopies --

    <click the gui app icon again>
    <a new browser tab opens, running the assistant. the original remains.>
    % ps ax|grep git |grep -v grep
    33124   ??  S      0:00.46 git-annex webapp -psn_0_31972988
    33133   ??  S      0:00.00 git --git-dir=/Users/me/annex/.git --work-tree=/Users/me/annex cat-file --batch
    33162   ??  S      0:00.00 git --git-dir=/Users/me/annex/.git --work-tree=/Users/me/annex cat-file --batch
    33174   ??  S      0:00.00 git --git-dir=/Users/me/annex/.git --work-tree=/Users/me/annex cat-file --batch
    33177   ??  S      0:00.00 git --git-dir=/Users/me/annex/.git --work-tree=/Users/me/annex check-attr -z --stdin annex.backend annex.numcopies --

HTH
"""]]