You are not logged in.

#551 2009-09-06 23:27:23

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: uzbl. A browser that adheres to the unix philosophy.

Are the everyday users of uzbl running with the 1.1.10 webkitgtk build from extra, or the 1.1.13 build from AUR that also depends on unstable versions of libsoup and glib2? For those who are using the newer version, is it any more stable, or better performing, than the older one? Webkitgtk is the number one reason why I'm not running uzbl instead of Firefox today.

Offline

#552 2009-09-07 02:20:48

Peasantoid
Member
Registered: 2009-04-26
Posts: 928
Website

Re: uzbl. A browser that adheres to the unix philosophy.

Just wanted to say I love how uzbl doesn't let Flash embeds steal the keyboard focus.

Offline

#553 2009-09-07 05:29:16

Stalafin
Member
From: Berlin, Germany
Registered: 2007-10-26
Posts: 617

Re: uzbl. A browser that adheres to the unix philosophy.

ataraxia wrote:

Are the everyday users of uzbl running with the 1.1.10 webkitgtk build from extra, or the 1.1.13 build from AUR that also depends on unstable versions of libsoup and glib2? For those who are using the newer version, is it any more stable, or better performing, than the older one? Webkitgtk is the number one reason why I'm not running uzbl instead of Firefox today.

Could you please explain what your stability issues are (if I interpret your post correctly)? Because, I have build uzbl with webkitgtk from extra and have the problem of instances of uzbl launched from within uzbl crashing, while I can open dozens of uzbl instances from command line. This is especially strange since uzbl only makes a call to 'uzbl --uri' itself, when opening a new instance from within it.

Offline

#554 2009-09-07 08:06:12

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: uzbl. A browser that adheres to the unix philosophy.

I would like to use uzbl as a local html file viewer. Could this be done? I.e. suppress the automatic adding of http:// before the URI when calling uzbl.


To know or not to know ...
... the questions remain forever.

Offline

#555 2009-09-07 10:41:31

tlvb
Member
From: Sweden
Registered: 2008-10-06
Posts: 297
Website

Re: uzbl. A browser that adheres to the unix philosophy.

I tried out uzbl some weeks ago but quickly gave up since I didn't know anything about configuring it, now however I've found the example configs and things are a lot better smile.
If anyone's interested, I've made a change to the follow_Numbers.js so that instead of numbers, it shows and reacts to the characters on a dvorak home row. (It should be trivial to change into qwerty or any other layout).
http://github.com/tlvb/uzblscripts/tree/master
(I'm very new to javascript, and the solution is a hack nothing more, but I have the beginning of an idea that will make small improvement at least, however a translate function would be ideal. EDIT: nope it didn't work my journey in w3schools lead me to the conclusion that js lacks proper string handling, so currently the ugly replaces stays, but suggestions are welcome.)

Last edited by tlvb (2009-09-07 11:01:47)


I need a sorted list of all random numbers, so that I can retrieve a suitable one later with a binary search instead of having to iterate through the generation process every time.

Offline

#556 2009-09-07 12:53:03

mikewu
Member
Registered: 2009-06-20
Posts: 8

Re: uzbl. A browser that adheres to the unix philosophy.

bernarcher wrote:

I would like to use uzbl as a local html file viewer. Could this be done? I.e. suppress the automatic adding of http:// before the URI when calling uzbl.

Sure, just use

file://localhost:/path/to/file.html

Using ~ doesn't work for me, I had to use /home/user in the path.

Offline

#557 2009-09-07 13:10:03

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: uzbl. A browser that adheres to the unix philosophy.

Thanks mikewu! Forgot about localhost (again sad ).
I'll check this evening how far I get with this.

Edit:
On second thought, there is no "localhost" necessary. "file:///" does this as well.
I must have some type somewhere.
But thanks after all. Seeing land now. wink

Last edited by bernarcher (2009-09-07 13:21:12)


To know or not to know ...
... the questions remain forever.

Offline

#558 2009-09-07 17:30:46

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: uzbl. A browser that adheres to the unix philosophy.

Stalafin wrote:
ataraxia wrote:

Are the everyday users of uzbl running with the 1.1.10 webkitgtk build from extra, or the 1.1.13 build from AUR that also depends on unstable versions of libsoup and glib2? For those who are using the newer version, is it any more stable, or better performing, than the older one? Webkitgtk is the number one reason why I'm not running uzbl instead of Firefox today.

Could you please explain what your stability issues are (if I interpret your post correctly)? Because, I have build uzbl with webkitgtk from extra and have the problem of instances of uzbl launched from within uzbl crashing, while I can open dozens of uzbl instances from command line. This is especially strange since uzbl only makes a call to 'uzbl --uri' itself, when opening a new instance from within it.

I just get random crashes and hangs in any webkit-based browser. Sometimes it will return from the hangs, and sometimes I have to kill it.

Offline

#559 2009-09-07 17:33:23

Dieter@be
Forum Fellow
From: Belgium
Registered: 2006-11-05
Posts: 2,001
Website

Re: uzbl. A browser that adheres to the unix philosophy.

ataraxia wrote:
Stalafin wrote:
ataraxia wrote:

Are the everyday users of uzbl running with the 1.1.10 webkitgtk build from extra, or the 1.1.13 build from AUR that also depends on unstable versions of libsoup and glib2? For those who are using the newer version, is it any more stable, or better performing, than the older one? Webkitgtk is the number one reason why I'm not running uzbl instead of Firefox today.

Could you please explain what your stability issues are (if I interpret your post correctly)? Because, I have build uzbl with webkitgtk from extra and have the problem of instances of uzbl launched from within uzbl crashing, while I can open dozens of uzbl instances from command line. This is especially strange since uzbl only makes a call to 'uzbl --uri' itself, when opening a new instance from within it.

I just get random crashes and hangs in any webkit-based browser. Sometimes it will return from the hangs, and sometimes I have to kill it.

That's odd. I also use the normal packages in Arch, no problems here.


< Daenyth> and he works prolifically
4 8 15 16 23 42

Offline

#560 2009-09-09 15:25:53

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: uzbl. A browser that adheres to the unix philosophy.

ataraxia wrote:

Are the everyday users of uzbl running with the 1.1.10 webkitgtk build from extra, or the 1.1.13 build from AUR that also depends on unstable versions of libsoup and glib2? For those who are using the newer version, is it any more stable, or better performing, than the older one? Webkitgtk is the number one reason why I'm not running uzbl instead of Firefox today.

Hello ataraxia.
I use unstable builds of libsoup and webkit glib2 they are in AUR (I use -git packages glib is dev version not git).
I use becouse in older version I got bug with gif images in browser.
I even Maintrain libsoup-git package in AUR smile
These build is very stable.
I don't have any crash wink.


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#561 2009-09-10 23:57:38

N30N
Member
Registered: 2007-04-08
Posts: 273

Re: uzbl. A browser that adheres to the unix philosophy.

SpeedVin wrote:

I must go to ftp pages and when I go to it I have Error

Just added a protocol_handler to the wiki.

Offline

#562 2009-09-11 01:23:44

superdav42
Member
Registered: 2009-01-07
Posts: 8
Website

Re: uzbl. A browser that adheres to the unix philosophy.

Whoa a web browser that works like vi? I didn't know such a thing existed, this is amazing.


Free cross platform games - Free games that will run in Windows, Linux and OS X.

My Homepage
Any Dog Breed

Offline

#563 2009-09-11 02:19:55

Peasantoid
Member
Registered: 2009-04-26
Posts: 928
Website

Re: uzbl. A browser that adheres to the unix philosophy.

superdav42 wrote:

Whoa a web browser that works like vi? I didn't know such a thing existed, this is amazing.

... only if you configure it to be vi-like.

Offline

#564 2009-09-11 10:44:19

Dieter@be
Forum Fellow
From: Belgium
Registered: 2006-11-05
Posts: 2,001
Website

Re: uzbl. A browser that adheres to the unix philosophy.

N30N wrote:
SpeedVin wrote:

I must go to ftp pages and when I go to it I have Error

Just added a protocol_handler to the wiki.

We already have the scheme_handler for this.
http://www.uzbl.org/news.php?id=14


< Daenyth> and he works prolifically
4 8 15 16 23 42

Offline

#565 2009-09-11 13:13:23

N30N
Member
Registered: 2007-04-08
Posts: 273

Re: uzbl. A browser that adheres to the unix philosophy.

Dieter@be wrote:
N30N wrote:
SpeedVin wrote:

I must go to ftp pages and when I go to it I have Error

Just added a protocol_handler to the wiki.

We already have the scheme_handler for this.
http://www.uzbl.org/news.php?id=14

Well there are three things to learn from this.

1. I should read the news page more often (a news feed, would be nice). smile
2. The online readme needs to be kept up to date better (I do check the copy that comes with the source, but haven't updated for a while).
3. Do we really need a scheme_handler? Since it can be added via a script, I think so but others may call bloat.

Offline

#566 2009-09-11 16:52:06

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: uzbl. A browser that adheres to the unix philosophy.

N30N wrote:
SpeedVin wrote:

I must go to ftp pages and when I go to it I have Error

Just added a protocol_handler to the wiki.

I will try it becouse  scheme_handler needs python and I don't have it wink


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#567 2009-09-11 17:03:33

Dieter@be
Forum Fellow
From: Belgium
Registered: 2006-11-05
Posts: 2,001
Website

Re: uzbl. A browser that adheres to the unix philosophy.

N30N wrote:
Dieter@be wrote:
N30N wrote:

We already have the scheme_handler for this.
http://www.uzbl.org/news.php?id=14

Well there are three things to learn from this.

1. I should read the news page more often (a news feed, would be nice). smile
2. The online readme needs to be kept up to date better (I do check the copy that comes with the source, but haven't updated for a while).
3. Do we really need a scheme_handler? Since it can be added via a script, I think so but others may call bloat.

1) yes you should.  and we have a feed. http://www.uzbl.org/atom.xml
2) yes i should update it more often. blame me wink
3) discuss this with Tom Adams (holizz)

4) to avoid confusing people, maybe add a note that this is similar to scheme_handler, but a JS implementation


< Daenyth> and he works prolifically
4 8 15 16 23 42

Offline

#568 2009-09-11 17:16:37

smartboyathome
Member
From: $HOME
Registered: 2007-12-23
Posts: 334
Website

Re: uzbl. A browser that adheres to the unix philosophy.

Ok, a couple of questions:

1. Is it possible to use arrow keys, page up/page down, and home/end in keybindings? I saw an article stating it wasn't, but it was also a few months old, and there is no "official" information on this that I could find via google.
2. Would it be possible to have a site's favicon show up as the icon on GTK tabs for uzbl_tabbed? Didn't find any info on this either.
3. On sites like http://cafelinux.org/ links are in the format http://cafelinux.org/forum/ instead of http://cafelinux.org/forum/index.php. This seems to break uzbl, as going to http://cafelinux.org/forum/ brings me back to home, forcing me to type in the index.php portion. Is there any way to get it to use index.* by default?

Offline

#569 2009-09-11 17:23:49

Dieter@be
Forum Fellow
From: Belgium
Registered: 2006-11-05
Posts: 2,001
Website

Re: uzbl. A browser that adheres to the unix philosophy.

smartboyathome wrote:

Ok, a couple of questions:

1. Is it possible to use arrow keys, page up/page down, and home/end in keybindings? I saw an article stating it wasn't, but it was also a few months old, and there is no "official" information on this that I could find via google.
2. Would it be possible to have a site's favicon show up as the icon on GTK tabs for uzbl_tabbed? Didn't find any info on this either.
3. On sites like http://cafelinux.org/ links are in the format http://cafelinux.org/forum/ instead of http://cafelinux.org/forum/index.php. This seems to break uzbl, as going to http://cafelinux.org/forum/ brings me back to home, forcing me to type in the index.php portion. Is there any way to get it to use index.* by default?

1) not yet. we're working on it.
2) don't know.  this works for single uzbl instances: http://www.uzbl.org/wiki/favicon, but I don't use uzbl_tabbed
3) when i open 'http://cafelinux.org/forum/' the address doesn't get changed.  this is how a browser should behave.  a browser should not systematically add '/index.php' to things.  if the links are without 'index.php' but the pages are not what you expect, then that's the websites problem.  not the browser.


< Daenyth> and he works prolifically
4 8 15 16 23 42

Offline

#570 2009-09-11 17:52:41

smartboyathome
Member
From: $HOME
Registered: 2007-12-23
Posts: 334
Website

Re: uzbl. A browser that adheres to the unix philosophy.

Thanks. One last question, can you use modifier keys such as ctrl+n to open a new tab, ctrl+w to close a new tab, etc? I tried using those in the config, and it doesn't work.

Offline

#571 2009-09-12 01:04:01

Falstaff
Member
Registered: 2008-11-03
Posts: 81

Re: uzbl. A browser that adheres to the unix philosophy.

Dieter@be wrote:
Falstaff wrote:

Hi guys. Just wanted to point out that the RSS feed of uzbl.org is bloody broken.

1) Can you elaborate? what exactly is wrong?
2) The website code is very simple (uses the phatso framework which is <100 lines or so): http://github.com/Dieterbe/uzbl-website/tree/master patch welcome!

Hi. It renders like this on Google Reader

Projects based on / inspired by Uzbl
from Uzbl News
Sometimes people disagree on some aspects and start their own project. <br xmlns="http://www.w3.org/2005/Atom"/>
Or they want more, and build something new on top of the existing codebase.<br xmlns="http://www.w3.org/2005/Atom"/>
Here is a list of all uzbl-based/inspired projects I'm aware of:<br xmlns="http://www.w3.org/2005/Atom"/>
<br xmlns="http://www.w3.org/2005/Atom"/>
- <a href="http://www.uzbl.org/wiki/uzbl_tabbed" xmlns="http://www.w3.org/2005/Atom">uzbl_tabbed</a>: Python-based wrapper around uzbl (using Xembed) which provides tabs.<br xmlns="http://www.w3.org/2005/Atom"/>
This script is included with uzbl, in the examples directory.<br xmlns="http://www.w3.org/2005/Atom"/>
(started by Tom Adams and currently led by Mason Larobina)<br xmlns="http://www.w3.org/2005/Atom"/>
- <a href="http://gitorious.org/pyweb" xmlns="http://www.w3.org/2005/Atom">pyweb</a>: A browser ('framework') in python, inspired by uzbl.<br xmlns="http://www.w3.org/2005/Atom"/>
The main point here is complete integration with python, and hence compromiseless flexibility (if you like python)<br xmlns="http://www.w3.org/2005/Atom"/>
(led by Tom Adams)<br xmlns="http://www.w3.org/2005/Atom"/>
- <a href="http://surf.suckless.org/" xmlns="http://www.w3.org/2005/Atom">surf</a>: I think I can best describe it as: 'Surf is to Uzbl what dwm is to wmii.'<br xmlns="http://www.w3.org/2005/Atom"/>
Their codebase is smaller, but if you want to customize/integrate you'll need to hack some C. (suckless.org)<br xmlns="http://www.w3.org/2005/Atom"/>
- <a href="https://addons.mozilla.org/en-US/firefox/addon/13537" xmlns="http://www.w3.org/2005/Atom">ffuzbl</a>:<br xmlns="http://www.w3.org/2005/Atom"/>
A firefox add-on which brings the look and feel of uzbl to firefox. (but doesn't use uzbl itself) (Azer Koculu)<br xmlns="http://www.w3.org/2005/Atom"/>
- <a href="http://www.haxney.org/2009/08/its-alive.html" xmlns="http://www.w3.org/2005/Atom">Ezbl</a>: Probably the youngest of them all;<br xmlns="http://www.w3.org/2005/Atom"/>
this project aims to provide a browser in emacs by embedding uzbl using Xembed. (Daniel Hackney)<br xmlns="http://www.w3.org/2005/Atom"/>
<br xmlns="http://www.w3.org/2005/Atom"/>
I also would like to port uzbl to / package uzbl for the <a href="http://maemo.nokia.com/n900/" xmlns="http://www.w3.org/2005/Atom">n900</a>.<br xmlns="http://www.w3.org/2005/Atom"/>
I have a project page (<a href="https://garage.maemo.org/projects/uzbl-mobile/" xmlns="http://www.w3.org/2005/Atom">uzbl mobile</a>) but didn't<br xmlns="http://www.w3.org/2005/Atom"/>
find the time to work on it yet.<br xmlns="http://www.w3.org/2005/Atom"/>
<br xmlns="http://www.w3.org/2005/Atom"/>
Dieter<br xmlns="http://www.w3.org/2005/Atom"/>
<br xmlns="http://www.w3.org/2005/Atom"/>
PS: We're currently hacking and refactoring 'events' in uzbl.<br xmlns="http://www.w3.org/2005/Atom"/>
It will be much easier to handle all kinds of events (better then the current handlers) and also we'll be able to improve the keybind system a lot.<br xmlns="http://www.w3.org/2005/Atom"/>
(See <a href="http://lists.uzbl.org/pipermail/uzbl-dev-uzbl.org/2009-September/000321.html" xmlns="http://www.w3.org/2005/Atom">mailing list post</a> for details)

Offline

#572 2009-09-12 01:17:54

mikewu
Member
Registered: 2009-06-20
Posts: 8

Re: uzbl. A browser that adheres to the unix philosophy.

smartboyathome wrote:

Thanks. One last question, can you use modifier keys such as ctrl+n to open a new tab, ctrl+w to close a new tab, etc? I tried using those in the config, and it doesn't work.

Yes, you can with the same bind command in the config. You have to enter the character as the control code though.
If you use vim, then press ctrl-v then ctrl-n to insert control n. It should appear as ^N. Not sure about the other modifiers though. Iirc, there is a modifier variable in the sample config.

Offline

#573 2009-09-12 05:44:42

Peasantoid
Member
Registered: 2009-04-26
Posts: 928
Website

Re: uzbl. A browser that adheres to the unix philosophy.

Hey, maybe this has been mentioned before, but why doesn't the example cookie handler (cookies.py) save anything from localhost? It works fine with external sites.

Offline

#574 2009-09-12 07:50:54

Dieter@be
Forum Fellow
From: Belgium
Registered: 2006-11-05
Posts: 2,001
Website

Re: uzbl. A browser that adheres to the unix philosophy.

Falstaff wrote:
Dieter@be wrote:
Falstaff wrote:

Hi guys. Just wanted to point out that the RSS feed of uzbl.org is bloody broken.

1) Can you elaborate? what exactly is wrong?
2) The website code is very simple (uses the phatso framework which is <100 lines or so): http://github.com/Dieterbe/uzbl-website/tree/master patch welcome!

Hi. It renders like this on Google Reader
(..)

unfortunately I don't know much about news feeds.  I'll look into it if I find the time, but any help is welcome.  like i said the source code is very simple


< Daenyth> and he works prolifically
4 8 15 16 23 42

Offline

#575 2009-09-12 16:05:40

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: uzbl. A browser that adheres to the unix philosophy.

Dieter@be wrote:
Falstaff wrote:
Dieter@be wrote:

1) Can you elaborate? what exactly is wrong?
2) The website code is very simple (uses the phatso framework which is <100 lines or so): http://github.com/Dieterbe/uzbl-website/tree/master patch welcome!

Hi. It renders like this on Google Reader
(..)

unfortunately I don't know much about news feeds.  I'll look into it if I find the time, but any help is welcome.  like i said the source code is very simple

It's probably not such a big deal if the feed renders badly. It still makes me aware that there's something new to read, so I just push 'v' and read it from the front page instead.

What I'm saying is, sure fix it if it's easy, but don't waste time better spent on uzbl hacking on the feed.

Offline

Board footer

Powered by FluxBB