From e171c075b530ee255b386b477413532734d6e5f4 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck" Date: Tue, 4 Dec 2012 23:10:44 +0000 Subject: [PATCH 1/8] Added a comment: Doesn't use the configured web browser app... --- ...omment_4_1635f136909711295b9b70d1255e0378._comment | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/forum/How_does_one_change_git-annex_assistant__39__s_web_browser__63__/comment_4_1635f136909711295b9b70d1255e0378._comment diff --git a/doc/forum/How_does_one_change_git-annex_assistant__39__s_web_browser__63__/comment_4_1635f136909711295b9b70d1255e0378._comment b/doc/forum/How_does_one_change_git-annex_assistant__39__s_web_browser__63__/comment_4_1635f136909711295b9b70d1255e0378._comment new file mode 100644 index 0000000000..e6d12ca5d0 --- /dev/null +++ b/doc/forum/How_does_one_change_git-annex_assistant__39__s_web_browser__63__/comment_4_1635f136909711295b9b70d1255e0378._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck" + nickname="Jim" + subject="Doesn't use the configured web browser app..." + date="2012-12-04T23:10:43Z" + content=""" +On my system, `xdg-open http://google.com/` opens firefox as desired, but `xdg-open file:///tmp/foo.html` tries to load **wine**! +I'm using xfce, and it seems like exo-open is noticing the `file://` URL, finding the mime type, and looking it up in `~/.local/share/applications/wine-extension-html.desktop`, which was (annoyingly) created by wine. Deleting those files fixes it. + +Not sure how you'd make this better. Maybe give xdg-open a URL like `http://localhost:54896/?authfile=...` that redirects to `file:///tmp/webapp12345.html` that redirects to `http://localhost:54896/?auth=...` ? +"""]] From 68b98012785bbca1d7fb1f437c3193cbbcfc1e3d Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Wed, 5 Dec 2012 01:21:04 +0000 Subject: [PATCH 2/8] Added a comment --- ...comment_5_ee0cbe9498c518de98480a2ad229f685._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/How_does_one_change_git-annex_assistant__39__s_web_browser__63__/comment_5_ee0cbe9498c518de98480a2ad229f685._comment diff --git a/doc/forum/How_does_one_change_git-annex_assistant__39__s_web_browser__63__/comment_5_ee0cbe9498c518de98480a2ad229f685._comment b/doc/forum/How_does_one_change_git-annex_assistant__39__s_web_browser__63__/comment_5_ee0cbe9498c518de98480a2ad229f685._comment new file mode 100644 index 0000000000..8dc9d74ecb --- /dev/null +++ b/doc/forum/How_does_one_change_git-annex_assistant__39__s_web_browser__63__/comment_5_ee0cbe9498c518de98480a2ad229f685._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.108.72" + subject="comment 5" + date="2012-12-05T01:21:03Z" + content=""" +@Jim, that would be a good technique.. except many browsers prohibit redirecting to file:// urls. + + +"""]] From 79c944efaf68ce0ef0acea5be7dac6b5beef1541 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawm5vDem1yeIu6uith5pxfb4mdKdIWVJpCs" Date: Wed, 5 Dec 2012 03:27:53 +0000 Subject: [PATCH 3/8] Added a comment: AWS regions in JSON --- ...comment_2_af9ccbbc5131e6333c029415141bdb51._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/design/assistant/blog/day_143__what_next/comment_2_af9ccbbc5131e6333c029415141bdb51._comment diff --git a/doc/design/assistant/blog/day_143__what_next/comment_2_af9ccbbc5131e6333c029415141bdb51._comment b/doc/design/assistant/blog/day_143__what_next/comment_2_af9ccbbc5131e6333c029415141bdb51._comment new file mode 100644 index 0000000000..b9df466cf7 --- /dev/null +++ b/doc/design/assistant/blog/day_143__what_next/comment_2_af9ccbbc5131e6333c029415141bdb51._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawm5vDem1yeIu6uith5pxfb4mdKdIWVJpCs" + nickname="Louis" + subject="AWS regions in JSON" + date="2012-12-05T03:27:52Z" + content=""" +Mitch Garnaat maintains a json data file with AWS service regions & other useful data... + +https://github.com/garnaat/missingcloud/blob/master/aws.json +"""]] From c4f2f81fea49a43442f9b5fc623516808c0779a8 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawm5vDem1yeIu6uith5pxfb4mdKdIWVJpCs" Date: Wed, 5 Dec 2012 03:28:02 +0000 Subject: [PATCH 4/8] Added a comment: AWS regions in JSON --- ...comment_3_d07cee0fe71c8e45592e87f92afc5c5d._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/design/assistant/blog/day_143__what_next/comment_3_d07cee0fe71c8e45592e87f92afc5c5d._comment diff --git a/doc/design/assistant/blog/day_143__what_next/comment_3_d07cee0fe71c8e45592e87f92afc5c5d._comment b/doc/design/assistant/blog/day_143__what_next/comment_3_d07cee0fe71c8e45592e87f92afc5c5d._comment new file mode 100644 index 0000000000..2cce3883f0 --- /dev/null +++ b/doc/design/assistant/blog/day_143__what_next/comment_3_d07cee0fe71c8e45592e87f92afc5c5d._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawm5vDem1yeIu6uith5pxfb4mdKdIWVJpCs" + nickname="Louis" + subject="AWS regions in JSON" + date="2012-12-05T03:28:02Z" + content=""" +Mitch Garnaat maintains a json data file with AWS service regions & other useful data... + +https://github.com/garnaat/missingcloud/blob/master/aws.json +"""]] From b38f37fa3aedf4499ed7758a09f10f9db7db0268 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawm5vDem1yeIu6uith5pxfb4mdKdIWVJpCs" Date: Wed, 5 Dec 2012 03:28:31 +0000 Subject: [PATCH 5/8] Added a comment: AWS regions in JSON --- ...mment_4_a2d3ffa29a3dae533e5ef36aa9eebe89._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/design/assistant/blog/day_143__what_next/comment_4_a2d3ffa29a3dae533e5ef36aa9eebe89._comment diff --git a/doc/design/assistant/blog/day_143__what_next/comment_4_a2d3ffa29a3dae533e5ef36aa9eebe89._comment b/doc/design/assistant/blog/day_143__what_next/comment_4_a2d3ffa29a3dae533e5ef36aa9eebe89._comment new file mode 100644 index 0000000000..1be69c80bb --- /dev/null +++ b/doc/design/assistant/blog/day_143__what_next/comment_4_a2d3ffa29a3dae533e5ef36aa9eebe89._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawm5vDem1yeIu6uith5pxfb4mdKdIWVJpCs" + nickname="Louis" + subject="AWS regions in JSON" + date="2012-12-05T03:28:31Z" + content=""" +Mitch Garnaat maintains a json data file with AWS service regions & other useful data... + +https://github.com/garnaat/missingcloud/blob/master/aws.json + +HTH. +"""]] From a93cd09147e115995723943b76730dcd5b5eaba5 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawm5vDem1yeIu6uith5pxfb4mdKdIWVJpCs" Date: Wed, 5 Dec 2012 03:28:56 +0000 Subject: [PATCH 6/8] removed --- ...mment_4_a2d3ffa29a3dae533e5ef36aa9eebe89._comment | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 doc/design/assistant/blog/day_143__what_next/comment_4_a2d3ffa29a3dae533e5ef36aa9eebe89._comment diff --git a/doc/design/assistant/blog/day_143__what_next/comment_4_a2d3ffa29a3dae533e5ef36aa9eebe89._comment b/doc/design/assistant/blog/day_143__what_next/comment_4_a2d3ffa29a3dae533e5ef36aa9eebe89._comment deleted file mode 100644 index 1be69c80bb..0000000000 --- a/doc/design/assistant/blog/day_143__what_next/comment_4_a2d3ffa29a3dae533e5ef36aa9eebe89._comment +++ /dev/null @@ -1,12 +0,0 @@ -[[!comment format=mdwn - username="https://www.google.com/accounts/o8/id?id=AItOawm5vDem1yeIu6uith5pxfb4mdKdIWVJpCs" - nickname="Louis" - subject="AWS regions in JSON" - date="2012-12-05T03:28:31Z" - content=""" -Mitch Garnaat maintains a json data file with AWS service regions & other useful data... - -https://github.com/garnaat/missingcloud/blob/master/aws.json - -HTH. -"""]] From 08743bc828917dba9de9acfd8a7051a5870a05ef Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawm5vDem1yeIu6uith5pxfb4mdKdIWVJpCs" Date: Wed, 5 Dec 2012 03:29:11 +0000 Subject: [PATCH 7/8] removed --- ...comment_3_d07cee0fe71c8e45592e87f92afc5c5d._comment | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 doc/design/assistant/blog/day_143__what_next/comment_3_d07cee0fe71c8e45592e87f92afc5c5d._comment diff --git a/doc/design/assistant/blog/day_143__what_next/comment_3_d07cee0fe71c8e45592e87f92afc5c5d._comment b/doc/design/assistant/blog/day_143__what_next/comment_3_d07cee0fe71c8e45592e87f92afc5c5d._comment deleted file mode 100644 index 2cce3883f0..0000000000 --- a/doc/design/assistant/blog/day_143__what_next/comment_3_d07cee0fe71c8e45592e87f92afc5c5d._comment +++ /dev/null @@ -1,10 +0,0 @@ -[[!comment format=mdwn - username="https://www.google.com/accounts/o8/id?id=AItOawm5vDem1yeIu6uith5pxfb4mdKdIWVJpCs" - nickname="Louis" - subject="AWS regions in JSON" - date="2012-12-05T03:28:02Z" - content=""" -Mitch Garnaat maintains a json data file with AWS service regions & other useful data... - -https://github.com/garnaat/missingcloud/blob/master/aws.json -"""]] From 690edc0535dec05c887069c08f1259cf0f023d12 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Wed, 5 Dec 2012 16:34:25 +0000 Subject: [PATCH 8/8] Added a comment --- ...comment_5_0161410d042a3421addd4a1fc7c1cd01._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/assistant_wants_my_gpg_passphrase_when_it_has_nothing_to_drop_or_copy_to_that_remote/comment_5_0161410d042a3421addd4a1fc7c1cd01._comment diff --git a/doc/bugs/assistant_wants_my_gpg_passphrase_when_it_has_nothing_to_drop_or_copy_to_that_remote/comment_5_0161410d042a3421addd4a1fc7c1cd01._comment b/doc/bugs/assistant_wants_my_gpg_passphrase_when_it_has_nothing_to_drop_or_copy_to_that_remote/comment_5_0161410d042a3421addd4a1fc7c1cd01._comment new file mode 100644 index 0000000000..89ef87c2a8 --- /dev/null +++ b/doc/bugs/assistant_wants_my_gpg_passphrase_when_it_has_nothing_to_drop_or_copy_to_that_remote/comment_5_0161410d042a3421addd4a1fc7c1cd01._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.108.72" + subject="comment 5" + date="2012-12-05T16:34:24Z" + content=""" +Aha, I see the bug now. It is indeed trying to drop from every remote, even ones without the data. + +(Also, the thread should not crash here if the drop fails.. I've fixed that.) +"""]]