You are not logged in.

#1026 2011-05-10 19:39:33

MrMars
Member
Registered: 2011-05-06
Posts: 57

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

http://www.uzbl.org/news.php?id=32
I read:

* gtk3 support (we build against gtk2 by default, enabling gtk3 requires uncommenting some lines in the Makefile).


Has anyone built it with gtk3 support yet?

Offline

#1027 2011-05-31 17:03:06

jakob
Member
From: Berlin
Registered: 2005-10-27
Posts: 419

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

I don’t seem to get keyword searches working:

Why does \awiki work, while \tw doesn’t?

This is my config:

@cbind  \\awiki<Archwiki:>_  = uri http://wiki.archlinux.org/index.php/Special:Search?search=\@<encodeURIComponent(%r)>\@&go=Go
[…]
@cbind  \\tw<Thinkwiki:>_ = uri http://www.thinkwiki.org/index.php?search=\@<encodeURIComponent(%r)>\@&go=Go

If I type the second „i“ in „\awiki“, it gets changed to „Archwiki:“ immediately. When I type „\tw“, nothing happens.

here is my whole lot of search engines which I’d very much like to use with uzbl…

I hope it’s just an easy mistake…

Best,

Jakob

Offline

#1028 2011-06-01 14:47:26

MrMars
Member
Registered: 2011-05-06
Posts: 57

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

jakob wrote:

I don’t seem to get keyword searches working:

here is my whole lot of search engines which I’d very much like to use with uzbl…

Jakob

in that list you have two entries for Archwiki.
Maybe something is wrong (at least messy)

and for duckduckgo too, you have double entry.

Also, try commenting ALL but thinkwiki, and see if it works (then try to get all of them)

Offline

#1029 2011-06-01 18:45:16

jakob
Member
From: Berlin
Registered: 2005-10-27
Posts: 419

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

MrMars wrote:

in that list you have two entries for Archwiki.
Maybe something is wrong (at least messy)

and for duckduckgo too, you have double entry.

Also, try commenting ALL but thinkwiki, and see if it works (then try to get all of them)

Thanks for your qick answer, but that was not the problem: I commented all (except for tw) out and still found it not working.

But looking at the config, I was wondering if „<Space><Space>“ after the @cbind command might be the reason and surprisingly, it was! So I changed all the <TAB>s I had after „@cbind“ to double space and now it works… as easy as that smile

Thank for your push into the right direction!

Offline

#1030 2011-06-23 08:46:55

thehodapp
Member
Registered: 2010-11-08
Posts: 30

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

I don't know if anyone can help me. I'm trying to set a binding where I can toggle my tabs on and off. I have gotten it to work....sometimes. It seems to randomly decide if it will toggle or not. Here is the code in the config:

@cbind  e   = set show_tablist =  \@<if ("\@show_tablist" == "0") {"1";} else {"0";}>

Last edited by thehodapp (2011-06-23 19:26:49)

Offline

#1031 2011-07-15 14:17:37

1lj4z1
Member
From: milky way galaxy
Registered: 2011-03-25
Posts: 63
Website

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

hi, i am trying to login to google+ with uzbl and i can't. how can i change the browser identity to let's say... safari?

Last edited by 1lj4z1 (2011-07-15 14:28:31)

Offline

#1032 2011-07-15 16:06:01

owain
Member
Registered: 2009-08-24
Posts: 251

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

1lj4z1 wrote:

hi, i am trying to login to google+ with uzbl and i can't. how can i change the browser identity to let's say... safari?

Change the user agent.  I masquerade as Firefox:

set useragent       = Mozilla/5.0 (X11; Linux x86_64; rv:2.0b9pre) Gecko/20110111 Firefox/4.0b9pre

Google for 'user agent strings' and you'll find websites which will supply typical ones for other browsers.

Offline

#1033 2011-07-15 19:49:01

1lj4z1
Member
From: milky way galaxy
Registered: 2011-03-25
Posts: 63
Website

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

owain wrote:
1lj4z1 wrote:

hi, i am trying to login to google+ with uzbl and i can't. how can i change the browser identity to let's say... safari?

Change the user agent.  I masquerade as Firefox:

set useragent       = Mozilla/5.0 (X11; Linux x86_64; rv:2.0b9pre) Gecko/20110111 Firefox/4.0b9pre

Google for 'user agent strings' and you'll find websites which will supply typical ones for other browsers.

which file should i edit?

Offline

#1034 2011-07-15 22:46:42

owain
Member
Registered: 2009-08-24
Posts: 251

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

1lj4z1 wrote:
owain wrote:
1lj4z1 wrote:

hi, i am trying to login to google+ with uzbl and i can't. how can i change the browser identity to let's say... safari?

Change the user agent.  I masquerade as Firefox:

set useragent       = Mozilla/5.0 (X11; Linux x86_64; rv:2.0b9pre) Gecko/20110111 Firefox/4.0b9pre

Google for 'user agent strings' and you'll find websites which will supply typical ones for other browsers.

which file should i edit?

~/.config/uzbl/config

Offline

#1035 2011-07-19 05:38:15

joshdmiller
Member
From: California
Registered: 2010-04-25
Posts: 51
Website

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

Is anyone else having problems with latency? When I attempt to close tabs, there is a delay of several seconds from keybinding to close 3 out of 5 times, especially on graphically rich sites (flash disabled). I have this problem (sort of) with Chromium as well, but not in Firefox. Machine resources are well under max (8gb ram, phenom x4).  I thought it was perhaps a webkit problem, so I installed libwebkit-nightly from the AUR, but this doesn't seem to have made any difference.

Anyone have similar issues?

Offline

#1036 2011-07-19 07:51:57

owain
Member
Registered: 2009-08-24
Posts: 251

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

Yes, same problem here, but I haven't managed to identify a culprit.

Offline

#1037 2011-07-19 09:41:20

jakob
Member
From: Berlin
Registered: 2005-10-27
Posts: 419

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

After I had the same feeling on my old AMD XP 3000+ (512MB RAM) AND my new Thinkpad x220i (core i3 + 4gb ram), I changed first to luakit, then dwb since they feel much more responsive…

Offline

#1038 2011-07-20 21:58:35

joshdmiller
Member
From: California
Registered: 2010-04-25
Posts: 51
Website

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

I can confirm that this problem does not occur in Luakit but does occur in Chromium and uzbl. Luakit and uzbl both require libwebkit, so why the difference?

Offline

#1039 2011-07-22 14:51:51

specnaz
Member
From: Poland
Registered: 2010-11-14
Posts: 9

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

Havingupgraded to latest 17.07, the middle-click to open new window or tab evaporated - it's gone. I'd removed my config dir - same thing, nothing changed - middle click does nothing . Also, I tried git version from today without my config dir, and still middle click does not open new window. ????? I'll stick with 04.11 version for the time being.


Recitar! Mentre preso dal delirio, non so più quel che dico, e quel che faccio! Eppur èd'uopo, sforzati!
Bah! Sei tu forse un uom?
Tu se' Pagliaccio!

Offline

#1040 2011-07-22 15:34:09

owain
Member
Registered: 2009-08-24
Posts: 251

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

Same here with middle-click, but I don't use it much and so hadn't missed it.  It doesn't register when running uzbl-browser -v from the command line.

Offline

#1041 2011-08-07 19:35:17

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

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

Is there a way to save an image without using the mouse?

Last edited by bloom (2011-08-07 19:49:25)


gh · da · ds

Offline

#1042 2011-08-07 21:57:20

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

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

specnaz wrote:

the middle-click to open new window or tab evaporated

Works here with the latest uzbl-experimental-git.


gh · da · ds

Offline

#1043 2011-08-19 14:29:53

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

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

How can I make 'escape' clear the highlighted search results ?


gh · da · ds

Offline

#1044 2011-09-09 19:10:20

vinc
Member
Registered: 2010-11-21
Posts: 5

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

thehodapp wrote:

I don't know if anyone can help me. I'm trying to set a binding where I can toggle my tabs on and off. I have gotten it to work....sometimes. It seems to randomly decide if it will toggle or not. Here is the code in the config:

@cbind  e   = set show_tablist =  \@<if ("\@show_tablist" == "0") {"1";} else {"0";}>

Thanks, I wanted to be able to hide my tabs since a long time but I did not thought about this solution. The following code seems to work on my computer:

@cbind e = set show_tablist = \@<("\@show_tablist" === "0" ? 1 : 0)>\@

Offline

#1045 2011-11-12 20:09:56

Scriptor
Member
Registered: 2011-01-16
Posts: 144

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

Hi,

I discovered this topic while I was searching some information on how to solve my following problem(obviously on uzbl):
-When I type in a textbox(for example in google's search bar..) it isn't reactive at all, sometimes some letters aren't even printed, so i need to type it again
-And sometimes uzbl itself seems a bit slow

For information, I have a Intel Core 2 Duo T5500 @ 1.83GHz

Thank you all in advance

P.S:excuse me for my bad english, but I'm french

Offline

#1046 2011-12-01 00:56:22

bct
Member
Registered: 2011-12-01
Posts: 1

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

The bindings you guys came up for toggling variables are clever, but fortunately a better way was added in the 2011.11.28 release:

@cbind e = toggle show_tablist 1 0

This thread has been pretty dead (and I hope I'm not performing necromancy right now), but now that I've switched to Arch (it's a vast improvement) I can provide support here.

Offline

#1047 2012-02-12 06:26:32

hcaulfield
Member
Registered: 2012-01-24
Posts: 37

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

I just decided to try out uzbl-browser today (along with awesome wm), and I have to say that its a really great browser, it's fast, and very simple to use. I love it!

Offline

#1048 2012-07-06 08:58:47

Ranmaru
Member
From: Japan
Registered: 2011-11-20
Posts: 60

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

Sorry for bumping the thread ...

Did anyone notice that Flash videos from blip.tv do not seem to play in uzbl? And yes, it's actually only blip.tv; YouTube, Vimeo, various news sites that I've tested work, but whenever I try to watch a blip video, I get a black box telling me that the video is currently not available.

It plays in Chromium and Firefox, though. I also tried to change my user agent to that of Chromium and Firefox respectively to see if maybe blip itself blocks uzbl for some reason, but that didn't help.

Any suggestions?

Offline

#1049 2012-07-06 09:05:41

jakob
Member
From: Berlin
Registered: 2005-10-27
Posts: 419

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

As I can't watch videos on blip.tv with dwb (Video temporarily unavailable) but firefox, I'd suspect it to be a webkit related problem not specific to uzbl…

Offline

#1050 2012-07-06 09:51:06

Ranmaru
Member
From: Japan
Registered: 2011-11-20
Posts: 60

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

You're right, it seems to be webkit-related. I found some similar bug reports for the dev version of Chromium (for both Windows and Linux). Also Android devices seem to have this problem as well; there's someone on blip's troubleshooting forums complaining about it. smile
However, it works with the stable version of Chromium, just not with the dev version.

Strange, but I guess I have to fallback to Firefox for now.

Offline

Board footer

Powered by FluxBB