You are not logged in.
Hello all,
I'm having a little trouble with jumanji, after having installed urxvt, xterm, and setting up jumanjirc like the wiki and this thread: https://bbs.archlinux.org/viewtopic.php?id=120204 have instructed, I'm still getting an error when trying to download things. I plugged it into a terminal and got this output:
madhatterarch% jumanji
warning: Unknown option: download_dir
warning: Too many arguments for :set.
** (jumanji:30745): CRITICAL **: void webkit_download_start(WebKitDownload*): assertion `priv->timer == NULL' failed
(jumanji:30745): GLib-GIO-CRITICAL **: g_output_stream_write_all: assertion `G_IS_OUTPUT_STREAM (stream)' failed
(jumanji:30745): GLib-GIO-CRITICAL **: g_output_stream_write_all: assertion `G_IS_OUTPUT_STREAM (stream)' failed
(jumanji:30745): GLib-GIO-CRITICAL **: g_output_stream_write_all: assertion `G_IS_OUTPUT_STREAM (stream)' failed
and nothing is downloaded. This is my jumanjirc:
# jumanji configuration
# search engines
searchengine ggl http://www.google.com/search?q=%s
searchengine wiki http://en.wikipedia.org/w/index.php?search=%s
# browser settings
set homepage about:blank
# Use privoxy for adblocking
#set proxy localhost:8118
# look n feel
#set font monospace normal 9
#set stylesheet file:///home/inxs/.config/jumanji/style.css
# follow hints
#script ~/.config/jumanji/scripts/hinting.js
# downloads
set download_dir /home/bill/Downloads/
set download_command urxvt -e sh -c "wget --load-cookies ~/.config/jumanji/cookies '%s' -O '%s'"
# keybindings
#map <C-,> nav_history previous
#map <C-.> nav_history next
Last edited by Mad_Hatter93 (2012-07-02 17:24:11)
Offline
Alright, I found out what it was with a little troubleshooting of my own. It turns out that the commands for set are download-dir and download-command, not download_dir and download_command, as stated in the example jumanjirc in the jumanji wiki at the arch site, https://wiki.archlinux.org/index.php/Jumanji, so in case anyone reads this, please update that or point it out in the wiki.
Sorry for the extraneous post.
Offline