You are not logged in.
Hello,
I'm having some problems when I try to download a file in Jumanji.
I copied the example jumanjirc from the wiki and downloading worked fine a couple of times.
the relevant command is:
set download_command urxvt -e sh -c "wget --load-cookies ~/.config/jumanji/cookies '%s' -O %s";I did some investigating and found that urxvt would not launch from within another terminal if a command is given.
Example:
urxvt -e sh -c "cd /etc/"instead the screen flickers like it's trying to load a new terminal but fails.
If anyone has any info or any pointers on where I should look for a solution I would be very greatful ![]()
Wiki entry:
https://wiki.archlinux.org/index.php/Ju … figuration
P.S I'm new to the forums so go easy if I've made any mistakes or breached the etiquette ![]()
Last edited by chris427 (2011-06-03 23:37:33)
We are all watched over by machines of loving grace.
Offline
Does 'urxvt -e top' work?
Offline
Your download command line is wrong. It should be:
set download_command urxvt -e sh -c "wget --load-cookies ~/.config/jumanji/cookies '%s' -O '%s'"Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.
Offline
Your download command line is wrong. It should be:
set download_command urxvt -e sh -c "wget --load-cookies ~/.config/jumanji/cookies '%s' -O '%s'"
If you're sure about this, can you please fix the wiki?
Offline
lagagnon wrote:Your download command line is wrong. It should be:
set download_command urxvt -e sh -c "wget --load-cookies ~/.config/jumanji/cookies '%s' -O '%s'"If you're sure about this, can you please fix the wiki?
Done.
Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.
Offline
Thanks lagagnog your command worked like a charm
I'll mark the thread as solved.
We are all watched over by machines of loving grace.
Offline
@lagagnon
Thanks :-)
@chris427
If you still want, you can try
urxvt -hold -e ls /etcor use urxvtcd from the AUR http://aur.archlinux.org/packages.php?ID=9779
urxvtcd -hold -e ls /etc- and you get the prompt back :-)
Last edited by karol (2011-06-03 23:41:46)
Offline
@karol
I only tried the "urxvt -e sh -c cd /etc/" to see if I had the right download command.
Turns out urxvt wont work if you type the command in wrong like I did
I'll try out that urxvtcd, looks like the daemon-client thing could be cool.
Anyway thanks for the help guys ![]()
We are all watched over by machines of loving grace.
Offline