Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2012-12-05 12:44:07 -04:00
commit 2b31aec3ee
4 changed files with 41 additions and 0 deletions

View file

@ -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.)
"""]]

View file

@ -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
"""]]

View file

@ -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=...` ?
"""]]

View file

@ -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.
"""]]