diff options
author | 2013-07-30 18:44:00 +0000 | |
---|---|---|
committer | 2013-07-30 18:44:00 +0000 | |
commit | 16fe8e687bb0fbec2df96db3b4f9196d9f64bc55 (patch) | |
tree | 2104c7aac409fe11132bbca114cfff311a09f60a /doc | |
parent | c26e62935d1451b761cb4f7dfb54507103770e0b (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/OS_X_10.8:_Can__39__t_reopen_webapp/comment_5_2a710960dc3a177ce62ef92f8546c496._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/OS_X_10.8:_Can__39__t_reopen_webapp/comment_5_2a710960dc3a177ce62ef92f8546c496._comment b/doc/bugs/OS_X_10.8:_Can__39__t_reopen_webapp/comment_5_2a710960dc3a177ce62ef92f8546c496._comment new file mode 100644 index 000000000..f3505ba60 --- /dev/null +++ b/doc/bugs/OS_X_10.8:_Can__39__t_reopen_webapp/comment_5_2a710960dc3a177ce62ef92f8546c496._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawl-BU4KfFktO2-bqaFmlArHta0Oy7zJrCs" + nickname="J. Ryan" + subject="comment 5" + date="2013-07-30T18:44:00Z" + content=""" +Joey: Success! I was able to get things working properly by backgrounding the app by adding `&` at the end of `git-annex-webapp` like you suggested. + +After doing that, I am able to relaunch the OS X app as many times as I want, and each time I get a new tab in my browser as desired. + +I guess if it's left in the foreground, OS X thinks \"there's already an instance of that app running\" and does nothing. If it were a GUI app, it would focus the GUI app in that case, but with a shell script there's nothing really for it to do, so that sort of explains the behavior. +"""]] |