summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-06-30 18:34:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-06-30 18:34:23 -0400
commit360dee6ef3a3668b2ab705ec0135721602773722 (patch)
tree0faeb7e502a3982cab6bbc7921270e44856d2084
parent3be05292ca3e8f574355dd2bd9a2aa786f2cf3e2 (diff)
parentb1cf0f928066f68f5b2761eb3d815ec8808c42e4 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/On_Ubuntu_14.04_assistant_fails_to_create_new_setup/comment_5_cca4905426a3e01da6e12be855c7a418._comment27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/bugs/On_Ubuntu_14.04_assistant_fails_to_create_new_setup/comment_5_cca4905426a3e01da6e12be855c7a418._comment b/doc/bugs/On_Ubuntu_14.04_assistant_fails_to_create_new_setup/comment_5_cca4905426a3e01da6e12be855c7a418._comment
new file mode 100644
index 000000000..50b6e5dfa
--- /dev/null
+++ b/doc/bugs/On_Ubuntu_14.04_assistant_fails_to_create_new_setup/comment_5_cca4905426a3e01da6e12be855c7a418._comment
@@ -0,0 +1,27 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawm7eqCMh_B7mxE0tnchbr0JoYu11FUAFRY"
+ nickname="Stéphane"
+ subject="Can't reproduce"
+ date="2014-06-30T20:06:30Z"
+ content="""
+I tried to reproduce the bug on another account on the same machine, same LXDE environment.
+The bug did not occur again.
+
+> What happens if you run `git-annex assistant --autostart` ?
+
+To answer that, I went back to the first account. Just logging in.
+The following git-related processes are automatically launched without running `git-annex assistant --autostart`.
+
+ git-annex assistant --startdelay=5s
+ git --git-dir=/home/somelogin/Documents/.git --work-tree=/home/somelogin/Documents -c core.bare=false cat-file --batch
+ git --git-dir=/home/somelogin/Documents/.git --work-tree=/home/somelogin/Documents -c core.bare=false cat-file --batch
+ git --git-dir=/home/somelogin/Documents/.git --work-tree=/home/somelogin/Documents -c core.bare=false check-ignore -z --stdin --verbose --non-matching
+ git --git-dir=/home/somelogin/Documents/.git --work-tree=/home/somelogin/Documents -c core.bare=false check-attr -z --stdin annex.backend annex.numcopies --
+
+So, somehow things went back in order by themselves ?
+
+There were quite a bunch of software upgrades from Ubuntu, including `lxsession`. Perhaps something was wrong in handling autostart desktop files ?
+
+Since things appear to work now, should we close the bug ?
+
+"""]]