Comment 114 for bug 1308105

Revision history for this message
Vaughan Harper (vaughanharper94) wrote : Re: Xfce resets TV mode to NULL when power cycled

Just a minor point: Glen pointed out in comment #86 that the curl command to get the patch files doesn't work.

I've done some playing around. For some reason 'curl https://bugzilla.xfce.org/attachment.cgi?id=5681' doesn't work - but 'curl -L http://bugzilla.xfce.org/attachment.cgi?id=5681', which follows the 302 redirect from 'http://bugzilla.xfce.org/...' to 'https://bugzilla.xfce.org/...', does work.

So it's possible to get the patches by issuing:

curl -L http://bugzilla.xfce.org/attachment.cgi?id=5681 > alexander-patch.diff
curl -L http://bugzilla.xfce.org/attachment.cgi?id=5723 > sean-patch.diff