You are not logged in.

#51 2010-07-07 13:08:43

neldoreth
Member
From: AT
Registered: 2009-02-01
Posts: 212

Re: jumanji - a web browser

Hello,

ntness wrote:

Beautiful browser...just one question. How can I hide/disable the titlebar (via set command or jumanjirc)? Thanks for your contribution!

Now you can (set tabbar false).


V for Vivian wrote:
Inxsible wrote:

I get a segmentation fault on using the 'Open link in New Window' option on the right click menu.

Same here. I don't need this, though.

Fixed, although it opens it now in a new tab.

Best regards


pwmt.org : programs with movie titles

Offline

#52 2010-07-07 13:45:12

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: jumanji - a web browser

V for Vivian wrote:

Same here. I don't need this, though.

how do you click on links so that they open in a new tab instead of a new window?

I hate to have to copy the link location and then hitting some combo key. In uzbl i end up copying the link and then hitting gY.

I do want to get away from using the right click menu.

I just started using both browsers, so forgive me if its something obvious that I missed.

Last edited by Inxsible (2010-07-07 13:47:32)


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#53 2010-07-07 13:45:53

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: jumanji - a web browser

neldoreth wrote:
V for Vivian wrote:
Inxsible wrote:

I get a segmentation fault on using the 'Open link in New Window' option on the right click menu.

Same here. I don't need this, though.

Fixed, although it opens it now in a new tab.

Best regards

Quick turnaround ! Me likey !


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#54 2010-07-07 13:54:19

neldoreth
Member
From: AT
Registered: 2009-02-01
Posts: 212

Re: jumanji - a web browser

Hello,

Inxsible wrote:

how do you click on links so that they open in a new tab instead of a new window?

Middle mouse button or pressing F instead of f for the hint feature.

Best regards


pwmt.org : programs with movie titles

Offline

#55 2010-07-07 14:38:33

Andrwe
Member
From: Leipzig/Germany
Registered: 2009-06-17
Posts: 322
Website

Re: jumanji - a web browser

Hi,
I'm using an internal dnsserver where I've mapped some dns to an IP e.g. torrent is mapped to my server but when I enter https://torrent jumanji starts searching for this string and don't resolve it to my server.

Offline

#56 2010-07-07 15:17:26

V for Vivian
Member
Registered: 2009-04-28
Posts: 52

Re: jumanji - a web browser

Since I don't want to download to the same directory all the time, I wrote a (rather crappy) script which asks the user with zenity for an other place. There is a commented line which would use zenity to show a progress bar (which is a even worse idea, therefore commented). One could surely make a better solution. Anyway, here is the code, just in case, hope it's not too embarrassing.

config.h

char* download_command = "/home/viv/.config/jumanji/scripts/download.sh '%s' '%s'";

(to call the script. ~ or $HOME does not work somehow, so I've put in the full path)

download.sh

#!/bin/bash
url="$1"
file=${2##*/}
path=`zenity --file-selection --directory`
#wget --load-cookies ~/.config/jumanji/cookies $url -O $path/$file | zenity --progress
xterm -e sh -c "wget --load-cookies ~/.config/jumanji/cookies $url -O $path/$file"

It is probably possible to compress the code to one line so one could abandon the download.sh file.

Last edited by V for Vivian (2010-07-07 15:31:17)


YES WE CAN
(but that doesn't necessarily mean we're going to)

Offline

#57 2010-07-07 16:53:29

pH
Member
Registered: 2009-06-25
Posts: 8

Re: jumanji - a web browser

Hi,
great job with this browser, that's exactly what i'm looking for and i'm considering using it instead of Vimperator.
Though, i would like to map the keys ZZ to quit (like Vim and Vimperator) but it doesn't seem possible so far, does it ?

Offline

#58 2010-07-07 18:43:42

milomouse
Member
Registered: 2009-03-24
Posts: 940
Website

Re: jumanji - a web browser

@pH: It gives a warning message when compiling but seems to work--try putting it into the buffercommand section:

BufferCommand buffer_commands[] = {
  {"^ZZ$", cmd_quitall, {0} },
};

I'm sure someone else has a better solution as this is pretty dirty.

Offline

#59 2010-07-07 19:04:02

pH
Member
Registered: 2009-06-25
Posts: 8

Re: jumanji - a web browser

Great, it works !
Actually I tried it earlier but when i saw the warning, I didn't even bother testing.

Thank you !

Offline

#60 2010-07-07 19:14:41

tzervo
Member
From: Athens
Registered: 2009-04-03
Posts: 86

Re: jumanji - a web browser

Is there a setting to set/change on the fly the font encoding (utf8<->iso8859-*)? Or is it too early to ask? The more I use it, the more I like it.

Offline

#61 2010-07-07 19:42:16

goran'agar
Member
From: Nothern Italy
Registered: 2009-05-19
Posts: 171

Re: jumanji - a web browser

just my 2¢ - better not to add too many functions. jumanji is so light and fast that it would be a shame to make it bloated.


Sony Vaio VPCM13M1E  - Arch Linux - LXDE

Offline

#62 2010-07-07 20:13:09

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: jumanji - a web browser

in search mode, when a link is highlighted, would it be possible to let [enter] follow the link?

oh and how should i map keys with arguments in jumanjirc (like nav_history)?

Last edited by litemotiv (2010-07-07 22:36:42)


ᶘ ᵒᴥᵒᶅ

Offline

#63 2010-07-07 20:23:42

tzervo
Member
From: Athens
Registered: 2009-04-03
Posts: 86

Re: jumanji - a web browser

goran'agar wrote:

just my 2¢ - better not to add too many functions. jumanji is so light and fast that it would be a shame to make it bloated.

I totally agree, although the developer has (and should have) the final word wink. However, things such as encoding support and hints are fundamental imo (English is not my native language, and for many others too). However, the more it resembles surf with hints, the more I like it personally, and it feels more stable/vanilla/beautiful etc to me than uzbl did.

PS: I did not say encodings should be implemented inside jumanji, maybe there is a better way. If there is any way for me to configure it on the fly/config-wise/externally (script)/source feel free to say it or point me to the right direction. big_smile

Last edited by tzervo (2010-07-07 20:26:14)

Offline

#64 2010-07-07 20:32:15

pH
Member
Registered: 2009-06-25
Posts: 8

Re: jumanji - a web browser

Do the numpad keys work for you when you follow hints ? (with my keyboard layout, numbers are only accessible with shift, so it's easier/faster with the numpad)

Offline

#65 2010-07-07 20:45:11

Andrwe
Member
From: Leipzig/Germany
Registered: 2009-06-17
Posts: 322
Website

Re: jumanji - a web browser

Will session support be implemented?
E.g. save at close or save as session and at startup load a session.

Offline

#66 2010-07-07 22:22:02

gazj
Member
From: /home/gazj -> /uk/cambs
Registered: 2007-02-09
Posts: 681
Website

Re: jumanji - a web browser

Just installed this, had a quick look through config.h.  Is there a way I could disable tabbing completely.  I like my window manager to manage my windows wink

Looks wonderful by the way, it could replace vimperator+tab killer.

Last edited by gazj (2010-07-07 22:22:36)

Offline

#67 2010-07-08 00:51:05

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

Re: jumanji - a web browser

tzervo wrote:
goran'agar wrote:

just my 2¢ - better not to add too many functions. jumanji is so light and fast that it would be a shame to make it bloated.

I totally agree, although the developer has (and should have) the final word wink. However, things such as encoding support and hints are fundamental imo (English is not my native language, and for many others too). However, the more it resembles surf with hints, the more I like it personally, and it feels more stable/vanilla/beautiful etc to me than uzbl did.

PS: I did not say encodings should be implemented inside jumanji, maybe there is a better way. If there is any way for me to configure it on the fly/config-wise/externally (script)/source feel free to say it or point me to the right direction. big_smile

:set encoding utf-8|iso8859-1

Offline

#68 2010-07-08 03:15:41

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: jumanji - a web browser

How do I download things? When I click download linked file in the right click menu, it creates the dl folder, but doesn't download anything. Also, what is the keybinding for downloading something?

I haven't been able to download anything in uzbl either.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#69 2010-07-08 03:21:21

Google
Member
From: Mountain View, California
Registered: 2010-05-31
Posts: 484
Website

Re: jumanji - a web browser

Uzbl downloads to ~/ for me automatically when I click if I want to or not, no confirmation or anything.

Offline

#70 2010-07-08 03:54:44

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: jumanji - a web browser

Google wrote:

Uzbl downloads to ~/ for me automatically when I click if I want to or not, no confirmation or anything.

and you only have the vanilla download.sh script that came with uzbl and nothing else? Did you set some command in an rc file to make it use it?

Last edited by Inxsible (2010-07-08 03:55:12)


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#71 2010-07-08 05:44:10

tzervo
Member
From: Athens
Registered: 2009-04-03
Posts: 86

Re: jumanji - a web browser

portix wrote:
tzervo wrote:
goran'agar wrote:

just my 2¢ - better not to add too many functions. jumanji is so light and fast that it would be a shame to make it bloated.

I totally agree, although the developer has (and should have) the final word wink. However, things such as encoding support and hints are fundamental imo (English is not my native language, and for many others too). However, the more it resembles surf with hints, the more I like it personally, and it feels more stable/vanilla/beautiful etc to me than uzbl did.

PS: I did not say encodings should be implemented inside jumanji, maybe there is a better way. If there is any way for me to configure it on the fly/config-wise/externally (script)/source feel free to say it or point me to the right direction. big_smile

:set encoding utf-8|iso8859-1

Argh, of course, what was I thinking....  Thanks a lot portix.

Offline

#72 2010-07-08 06:44:28

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: jumanji - a web browser

Inxsible wrote:
Google wrote:

Uzbl downloads to ~/ for me automatically when I click if I want to or not, no confirmation or anything.

and you only have the vanilla download.sh script that came with uzbl and nothing else? Did you set some command in an rc file to make it use it?

Well, I used quite a vanilla uzbl and downloading worked really good! There was nothing special in my config. Seems like _you_ messed something up ;-)

Offline

#73 2010-07-08 06:58:19

tzervo
Member
From: Athens
Registered: 2009-04-03
Posts: 86

Re: jumanji - a web browser

Army wrote:
Inxsible wrote:
Google wrote:

Uzbl downloads to ~/ for me automatically when I click if I want to or not, no confirmation or anything.

and you only have the vanilla download.sh script that came with uzbl and nothing else? Did you set some command in an rc file to make it use it?

Well, I used quite a vanilla uzbl and downloading worked really good! There was nothing special in my config. Seems like _you_ messed something up ;-)

Vanilla uzbl used wget without cookies enabled and some other switches which are needed in some odd cases, unlike jumanji. This worked ok for me: "wget --user-agent=Firefox --content-disposition --load-cookies $cookies_file"

Offline

#74 2010-07-08 07:40:30

neldoreth
Member
From: AT
Registered: 2009-02-01
Posts: 212

Re: jumanji - a web browser

Hello,

litemotiv wrote:

oh and how should i map keys with arguments in jumanjirc (like nav_history)?

map x nav_history forward

goran'agar wrote:

just my 2¢ - better not to add too many functions. jumanji is so light and fast that it would be a shame to make it bloated.

Their won't, a lot of things that were mentioned here (like lately the encoding support) are already provided by webkit it self and since the set function
is already written it does not take much effort to make them available in jumanji too. For example WebInspector  is very nice for inspecting certain elements
and developing web pages - Things like that make jumanji rich of features without using too much unnecessary code, so it would be a bit stupid to skip
them.

In addition I have to say that I want from jumanji to be a browser that fits my personally usage best (and thats something similar to vimperator): So I need
tabs, I need a working command line completion for opening pages and I need things that block stupid ads and scripts (biggest thing on the TODO list), because
things like that make browsing the web more than annoying. I do not want to make a swiss army knife out of jumanji, but just a decent, useable browser
with reasonable features and a minimalistic functional interface.

pH wrote:

Do the numpad keys work for you when you follow hints ? (with my keyboard layout, numbers are only accessible with shift, so it's easier/faster with the numpad)

Maybe someone else can answer this for you, since I do not have a numpad on my keyboard.

gazj wrote:

Just installed this, had a quick look through config.h.  Is there a way I could disable tabbing completely.  I like my window manager to manage my windows wink

You can hide the tabbar by adding "set tabbar false" to your jumanjirc file. To open links in new windows you can use w/W instead of t/T.

Inxsible wrote:

How do I download things? When I click download linked file in the right click menu, it creates the dl folder, but doesn't download anything. Also, what is the keybinding for downloading something?

Make sure xterm and wget are installed properly. If you right click a link and select "Download" or jumanji opens a mimetype it can not show itself, it will spawn a own terminal with a running wget that is downloading the specific url.

Best regards


pwmt.org : programs with movie titles

Offline

#75 2010-07-08 07:56:19

benob
Member
Registered: 2008-11-11
Posts: 187

Re: jumanji - a web browser

Any idea how I can set a proxy? I use http_proxy but it won't change anything.

Offline

Board footer

Powered by FluxBB