You are not logged in.
Where is the latest jumanji ackage?
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
Hi,
I would like to be able to associates key bindings to JS functions like so:
map <C-,> script previous_page()
map <C-.> script next_page()Jumanji throws me errors on those lines (at least I think so because the line numbers associated with the errors are not printed).
Is it related to the key binding syntax (where's that syntax documented ?) or to something else ?Thx.
Hey bloom, you kinda have the general idea, but not quite the correct syntax, use like this:
map <C-,> nav_history previous
map <C-.> nav_history next
bmap ^DD$ quit
Last edited by tips (2011-05-10 19:31:02)
Offline
How are mouse buttons referenced in jumanji?
I want to configure a thumb button on my mouse to go back in history.
Second, a more general question:
Where can i find some documentation for jumanji?
Offline
Just wanted to reitterate that the plugin blocker still dosen't give the possibility to disable the flash blocking i.e. no grey dialog, but just an empty, white, non-clickable/bypassable area...
Setting 'set plugin_blocker false' in jumanjirc fixes the issue, but isn't fun in the long run, as unwanted flash content is then always displayed...
Offline
Cannot install jumanji. Libwebkit problem.
What is the workaround?
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
Cannot install jumanji. Libwebkit problem.
What is the workaround?
lilsirecho, it's always good to speak with you.
Are you using Arch proper or a derivative of? If a deravitive, what's the error?
Offline
Using x86_64 arch with latest kernel.
Error is libwebkit-1.0.so.2 cannot open shared library..no such file or directory.
When booted into CTKArchLive 0.7 jumanji performs well with version 20101127-1-x86_64.pkg.tar.xz.
No luck with the archlinux install of same version, nor other versions available in aur.
Install of jumanji uses later version of libwebkit..1.0.4-1 as I recall.
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
Using x86_64 arch with latest kernel.
Error is libwebkit-1.0.so.2 cannot open shared library..no such file or directory.
When booted into CTKArchLive 0.7 jumanji performs well with version 20101127-1-x86_64.pkg.tar.xz.
No luck with the archlinux install of same version, nor other versions available in aur.
Install of jumanji uses later version of libwebkit..1.0.4-1 as I recall.
Your system and/or jumanji are out of date. I suggest checking that the mirror(s) that you use are current, fully upgrading your system, then rebuilding jumanji.
Last edited by skottish (2011-05-14 15:56:44)
Offline
Rebuilt jumanji and it is now working correctly. Thank you for the suggestions. Needed base-devel to enable the package build.
I enjoy the versatility of jumanji.
Thank you for your help.
Seems that arch might soon not be KISS with the complexities appearing regularly. It is still the best!
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
[...] Needed base-devel to enable the package build. [...] Seems that arch might soon not be KISS with the complexities appearing regularly. It is still the best!
Not to be rude or anything, but it's nothing new, and additionally clearly documented, that the base-devel group is needed for building packages from aur...
Offline
I report it for info for others having problems of the same type.
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
bloom wrote:Hi,
I would like to be able to associates key bindings to JS functions like so:
map <C-,> script previous_page()
map <C-.> script next_page()Jumanji throws me errors on those lines (at least I think so because the line numbers associated with the errors are not printed).
Is it related to the key binding syntax (where's that syntax documented ?) or to something else ?Thx.
Hey bloom, you kinda have the general idea, but not quite the correct syntax, use like this:
map <C-,> nav_history previous map <C-.> nav_history next bmap ^DD$ quit
You got me wrong, in my example, previous_page and next_page are JS functions defined in some prev_next.js file (they don't deal with history but with multiple pages within one page).
Another unrelated question:
– How can I set my homepage to be blank ?
Offline
Is there anything special I need to do to get Userscripts to work?
I'm trying to get the Reddit Ehancement Suite to work properly; I've got the script downloaded in ~/.config/jumanji/scripts, and it's being loaded with script ~/.config/jumanji/scripts/reddit_enhancement_suite.user.js in my ~/.config/jumanji/jumanjirc
At first, it wasn't working at all, so I just assumed it wouldn't work, but then I noticed it was working in one thread, but no where else. But that showed me that it's at least kind of working. :o
Last edited by tacticalbread (2011-05-17 19:38:10)
don't save us from the flames
Offline
Recent upgrade to multilib flashplugin.
Jumanji now fails to run with following error: NSPluginViewer error: rpc_end_sync called when not in sync....
Using firefox with latest download.
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
Recent upgrade to multilib flashplugin.
Jumanji now fails to run with following error: NSPluginViewer error: rpc_end_sync called when not in sync....
Using firefox with latest download.
This is caused by nspluginwrapper-1.4.0-1, but it is already fixed with nspluginwrapper 1.4.0-2.
Offline
portix:
Merci buku for info..................
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
Maybe i have to clarify my question a bit:
I want to do something like this:
map MouseButton9 nav_history previous
My question is, what is the correct syntax?
Something like MOUSE_BUTTON_9 or Button9 or whatever?
The second question meant: Where can i find such informatiion
on my own? I couldn't find any documentation on the official site,
nor somewhere else...
Offline
Just wanna say to the jumanji developer: I love you man! I hope this project continues for a long time.
Offline
Just started using jumanji and lovin' it. One question: I am unable to use the Google Docs uploader with jumanji - it just sits there doing nothing. Works in Chrome/FF/Opera. I wonder whether it might have something to do with the plugin blocker? Anyone have a solution to this?
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
Hello,
Just started using jumanji and lovin' it. One question: I am unable to use the Google Docs uploader with jumanji - it just sits there doing nothing. Works in Chrome/FF/Opera. I wonder whether it might have something to do with the plugin blocker? Anyone have a solution to this?
Have you tried to disable it?
Best regards
Offline
Why am i getting ignored here?
Is my question really that stupid?
Offline
Hello,
Why am i getting ignored here?
Is my question really that stupid?
Sorry, this is not possible in the moment, but will be implemented in a future version (because I've implemented it already in the girara library).
Documentation can/will be found on http://doc.pwmt.org, but the information that is available there only matches the currently developed version (and there is no documentation for jumanji besides the current man page available).
Best regards
Offline
this project is awesome! just one little thing i'm missing is the 'gi'/'xgi'-command to jump to text-fields. i know it's possible with hints, but it's not as comfortable and also the 'follow hint' bar doesn't disappear after using it for a textfield thus still stuck in it. and auto-focussing text-fields would be something i would want to set off (on some pages it does autofocus like google, on some it does not, like aur for example). i didn't dig deep enough in the code yet, but maybe someone already has a clue how to do that?
keep up the great work!
Last edited by nem (2011-06-01 01:47:02)
Offline
Is there anything special I need to do to get Userscripts to work?
I'm trying to get the Reddit Ehancement Suite to work properly; I've got the script downloaded in ~/.config/jumanji/scripts, and it's being loaded with script ~/.config/jumanji/scripts/reddit_enhancement_suite.user.js in my ~/.config/jumanji/jumanjirc
At first, it wasn't working at all, so I just assumed it wouldn't work, but then I noticed it was working in one thread, but no where else. But that showed me that it's at least kind of working.
anyone know? :<
don't save us from the flames
Offline
this project is awesome! just one little thing i'm missing is the 'gi'/'xgi'-command to jump to text-fields. i know it's possible with hints, but it's not as comfortable and also the 'follow hint' bar doesn't disappear after using it for a textfield thus still stuck in it. and auto-focussing text-fields would be something i would want to set off (on some pages it does autofocus like google, on some it does not, like aur for example). i didn't dig deep enough in the code yet, but maybe someone already has a clue how to do that?
keep up the great work!
I posted already a feature request for this, but no answer until now. It seem that the developers are very busy... This is one thing I really miss!
Offline