You are not logged in.

#76 2011-05-10 19:21:13

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: jumanji - a web browser

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

#77 2011-05-10 19:29:06

tips
Member
From: USA
Registered: 2011-04-20
Posts: 10
Website

Re: jumanji - a web browser

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

Last edited by tips (2011-05-10 19:31:02)

Offline

#78 2011-05-13 21:04:10

MickeyKnox
Member
Registered: 2010-02-27
Posts: 169

Re: jumanji - a web browser

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

#79 2011-05-14 00:45:07

mhertz
Member
From: Denmark
Registered: 2010-06-19
Posts: 681

Re: jumanji - a web browser

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

#80 2011-05-14 02:41:49

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: jumanji - a web browser

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

#81 2011-05-14 03:22:56

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: jumanji - a web browser

lilsirecho wrote:

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

#82 2011-05-14 15:44:12

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: jumanji - a web browser

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

#83 2011-05-14 15:56:03

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: jumanji - a web browser

lilsirecho wrote:

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

#84 2011-05-14 17:18:27

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: jumanji - a web browser

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

#85 2011-05-14 17:40:37

mhertz
Member
From: Denmark
Registered: 2010-06-19
Posts: 681

Re: jumanji - a web browser

lilsirecho wrote:

[...] 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

#86 2011-05-14 18:00:32

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: jumanji - a web browser

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

#87 2011-05-14 18:55:01

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: jumanji - a web browser

tips wrote:
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 ?


gh · da · ds

Offline

#88 2011-05-17 19:36:44

tacticalbread
Member
From: Bay Area, CA
Registered: 2011-04-09
Posts: 127
Website

Re: jumanji - a web browser

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

#89 2011-05-17 22:13:38

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: jumanji - a web browser

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

#90 2011-05-17 22:30:47

portix
Member
Registered: 2009-01-13
Posts: 757

Re: jumanji - a web browser

lilsirecho wrote:

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

#91 2011-05-17 23:40:20

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: jumanji - a web browser

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

#92 2011-05-18 11:20:28

MickeyKnox
Member
Registered: 2010-02-27
Posts: 169

Re: jumanji - a web browser

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

#93 2011-05-24 17:45:44

theGunslinger
Member
Registered: 2011-05-20
Posts: 300

Re: jumanji - a web browser

Just wanna say to the jumanji developer: I love you man! I hope this project continues for a long time.

Offline

#94 2011-05-28 05:31:20

lagagnon
Member
From: an Island in the Pacific...
Registered: 2009-12-10
Posts: 1,087
Website

Re: jumanji - a web browser

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

#95 2011-05-28 21:57:05

mlq
Member
Registered: 2011-03-15
Posts: 171
Website

Re: jumanji - a web browser

Hello,

lagagnon wrote:

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

#96 2011-05-30 11:32:41

MickeyKnox
Member
Registered: 2010-02-27
Posts: 169

Re: jumanji - a web browser

Why am i getting ignored here?
Is my question really that stupid?

Offline

#97 2011-05-30 11:53:19

mlq
Member
Registered: 2011-03-15
Posts: 171
Website

Re: jumanji - a web browser

Hello,

MickeyKnox wrote:

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

#98 2011-06-01 01:46:31

nem
Member
Registered: 2009-12-15
Posts: 46

Re: jumanji - a web browser

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 smile (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

#99 2011-06-01 03:28:53

tacticalbread
Member
From: Bay Area, CA
Registered: 2011-04-09
Posts: 127
Website

Re: jumanji - a web browser

tacticalbread wrote:

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. yikes

anyone know? :<


don't save us from the flames

Offline

#100 2011-06-01 09:49:05

gorilla
Member
From: Berlin
Registered: 2010-06-15
Posts: 72

Re: jumanji - a web browser

nem wrote:

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 smile (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

Board footer

Powered by FluxBB