diff options
author | https://launchpad.net/~eliasson <eliasson@web> | 2015-04-09 20:43:08 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-04-09 20:43:08 +0000 |
commit | d06d39e15d96a7300de0a0a67352c3bf5ebb116a (patch) | |
tree | ccf4e20be3b9f083aaab1fb71781d7276d66badc | |
parent | 25cf044a118d6f30277ff813185af18a811c030f (diff) |
Added a comment
-rw-r--r-- | doc/bugs/windows_start_menu_shortcuts_are_missing___34__Start_in__34___parameter/comment_2_f68896dee17aa663749912e663f10a9f._comment | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/windows_start_menu_shortcuts_are_missing___34__Start_in__34___parameter/comment_2_f68896dee17aa663749912e663f10a9f._comment b/doc/bugs/windows_start_menu_shortcuts_are_missing___34__Start_in__34___parameter/comment_2_f68896dee17aa663749912e663f10a9f._comment new file mode 100644 index 000000000..070fbdbad --- /dev/null +++ b/doc/bugs/windows_start_menu_shortcuts_are_missing___34__Start_in__34___parameter/comment_2_f68896dee17aa663749912e663f10a9f._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="https://launchpad.net/~eliasson" + nickname="eliasson" + subject="comment 2" + date="2015-04-09T20:43:08Z" + content=""" +Yes, Git is in my path. This is my full (system, not user) path, copied from System Properties->Advanced->Environment Variables: + + C:\ProgramData\Oracle\Java\javapath;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Git\cmd + +I've done some more experimentation now. I believe that in Windows the current working directory is always first in the path. I also think that \"Start in\" sets the CWD of a shortcut and if unset, its CWD is its location in the Start menu. The shortcut is named git-annex.lnk and executes a VBscript that runs \"git-annex webapp\". This is probably why the shortcut executes itself. + +Setting the Start in parameter to anything (doesn't have to be Git's installation directory) *or* renaming the shortcut to something other than git-annex makes it work. A third way of fixing it is to open git-annex-webapp.vbs and changing \"git-annex webapp\" to \"git annex webapp\". I don't know which option is the cleanest solution. + +I take it back that git-annex-autostart loops. I seem to remember that it did on another computer (running a version of git-annex downloaded today) but probably remember wrong. Now I can only reproduce this with the webapp shortcut. + +"""]] |