On 12/05/2011 23:39, Connor Lane Smith wrote:
On 12 May 2011 23:34, Sir Cyrus<sircy...@gmail.com> wrote:
However I'm still having trouble downloading files in surf. I've tried
recompiling using "st" in place of "xterm" in config.def.h, as well as
creating a symbolic link from xterm to st, but neither seem to work.
Line 17 in config.h should read:
"st -e wget --load-cookies ~/.surf/cookies.txt '$0';", \
I had the same problem where I couldn't download files in surf. I've
managed to get it working by using:
"cd ~/dl;st -e wget --load-cookies ~/.surf/cookies.txt $0", \
I've taken out the single quotes, the semi-colon and added a cd command.
This way files are downloaded to my ~/dl directory.
Jon.