Gentoo Archives: gentoo-user

From: Tim Millican <tim.millican@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] uzbl
Date: Fri, 06 Dec 2013 14:40:00
Message-Id: 20131206143953.GA1295@vulpie.webfarm.altruistahealth.com
In Reply to: [gentoo-user] uzbl by Elias Diem
1 On Fri, Dec 06, 2013 at 03:28:22PM +0100, Elias Diem wrote:
2 > Hello there
3 >
4 > I've got a problem with uzbl, a web browser.
5 >
6 > The install works fine. I can also start the program.
7 > However it seems that uzbl doesn't want to listen to any
8 > keystrokes I type. For example 'o' to open an URL does
9 > nothing.
10 >
11 > Is anybody else here using uzbl and can help me with the
12 > problem?
13 >
14 > * www-client/uzbl
15 > Latest version available: 2011.04.12
16 > Latest version installed: 2011.04.12
17 >
18 > I run amd64.
19 >
20 > Thanks.
21 >
22 > --
23 > Greetings
24 > Elias
25 >
26 >
27 >
28
29 I had the exact same problem when I switched, but its a pretty easy fix.
30 UZBL is written to use Python 2, so you either have to set that as your default
31 in `eselect python`, or change the shebang at the top of /usr/bin/uzbl-event-manager
32 to explicitly use Python2. (Change ''#!/usr/bin/env python' to '#!/usr/bin/env python2')

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] uzbl Elias Diem <pub.linux@×××××××××.ch>
Re: [gentoo-user] uzbl Elias Diem <pub.linux@×××××××××.ch>