<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: uzbl &#8211; a terminal for the web &#8211; in gentoo :)</title>
	<atom:link href="http://www.linuxized.com/2009/12/uzbl-a-terminal-for-the-web-in-gentoo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxized.com/2009/12/uzbl-a-terminal-for-the-web-in-gentoo/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
	<description>wired&#039;s /dev/urandom space</description>
	<lastBuildDate>Sun, 27 Jan 2013 15:12:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Roland Orre</title>
		<link>http://www.linuxized.com/2009/12/uzbl-a-terminal-for-the-web-in-gentoo/comment-page-1/#comment-57573</link>
		<dc:creator>Roland Orre</dc:creator>
		<pubDate>Fri, 24 Aug 2012 09:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxized.com/?p=427#comment-57573</guid>
		<description><![CDATA[Even though uzbl seemed great I had a lot of struggle before getting emacs keys working.
The one I installed had gtk3 and webkit2 enabled and with that configuration it simply didn&#039;t work, although the key theme settings in gtk-3.0 are not very well documented... There is a file
/usr/share/themes/Emacs/gtk-3.0/gtk-keys.css
which I tried to include from either ~/.gtkrc-3.0 or .config/gtk-3.0 but no success.
Now I&#039;ve got it working by setting ENABLE_GTK3=no in Makefile
This is based upon a snapshot I did Aug 22 2012 by doing
git clone https://github.com/Dieterbe/uzbl.git

It seems as gtk-3.0 is not very mature yet. I found some info here though
https://bbs.archlinux.org/viewtopic.php?id=116451
http://developer.gnome.org/gtk/unstable/GtkSettings.html#GtkSettings--gtk-key-theme-name
but none of these worked, I even copied
/usr/share/themes/Emacs/gtk-3.0/gtk-keys.css
to
/usr/share/themes/Default/gtk-3.0/gtk-keys.css
but this didn&#039;t help either. Also regarding the internal editing within uzbl they could have used standard readline instead of implementing their own line editor. For instance kill-to-end-of-line and yank (which I use tremendously often wasn&#039;t implemented, although good excercise to implement...) and the editing doesn&#039;t work very well yet, but there is potentials...
Also, there is a very annoying error message which I can not get rid of
Exception occured while executing script:
At /usr/local/share/uzbl/examples/data/scripts/follow.js:16: ReferenceError: Can&#039;t find variable: uzbl

Regarding gtk-3.0 I found some more info here, but it&#039;s not very clear how to get editing keys working with GTK3.0
http://developer.gnome.org/gtk3/3.0/GtkCssProvider.html#GtkCssProvider.implemented-interfaces
Some simple example is needed!

I find it strange that essential stuff for efficient work like defining one&#039;s editing keys in a consistent way is so hard to do
but less essential stuff like setting backgrounds and color styles is aimed a lot of effort ... :(

I wish that all key handling on the system could be handled by a simple ~/.inputrc
which could be respected by all key editing applications whether you run gtk, qt, motif or whatever.
I love the key settings in fluxbox, that is the simplest and easiest configuration I&#039;ve seen.]]></description>
		<content:encoded><![CDATA[<p>Even though uzbl seemed great I had a lot of struggle before getting emacs keys working.<br />
The one I installed had gtk3 and webkit2 enabled and with that configuration it simply didn&#8217;t work, although the key theme settings in gtk-3.0 are not very well documented&#8230; There is a file<br />
/usr/share/themes/Emacs/gtk-3.0/gtk-keys.css<br />
which I tried to include from either ~/.gtkrc-3.0 or .config/gtk-3.0 but no success.<br />
Now I&#8217;ve got it working by setting ENABLE_GTK3=no in Makefile<br />
This is based upon a snapshot I did Aug 22 2012 by doing<br />
git clone <a href="https://github.com/Dieterbe/uzbl.git" rel="nofollow">https://github.com/Dieterbe/uzbl.git</a></p>
<p>It seems as gtk-3.0 is not very mature yet. I found some info here though<br />
<a href="https://bbs.archlinux.org/viewtopic.php?id=116451" rel="nofollow">https://bbs.archlinux.org/viewtopic.php?id=116451</a><br />
<a href="http://developer.gnome.org/gtk/unstable/GtkSettings.html#GtkSettings--gtk-key-theme-name" rel="nofollow">http://developer.gnome.org/gtk/unstable/GtkSettings.html#GtkSettings&#8211;gtk-key-theme-name</a><br />
but none of these worked, I even copied<br />
/usr/share/themes/Emacs/gtk-3.0/gtk-keys.css<br />
to<br />
/usr/share/themes/Default/gtk-3.0/gtk-keys.css<br />
but this didn&#8217;t help either. Also regarding the internal editing within uzbl they could have used standard readline instead of implementing their own line editor. For instance kill-to-end-of-line and yank (which I use tremendously often wasn&#8217;t implemented, although good excercise to implement&#8230;) and the editing doesn&#8217;t work very well yet, but there is potentials&#8230;<br />
Also, there is a very annoying error message which I can not get rid of<br />
Exception occured while executing script:<br />
At /usr/local/share/uzbl/examples/data/scripts/follow.js:16: ReferenceError: Can&#8217;t find variable: uzbl</p>
<p>Regarding gtk-3.0 I found some more info here, but it&#8217;s not very clear how to get editing keys working with GTK3.0<br />
<a href="http://developer.gnome.org/gtk3/3.0/GtkCssProvider.html#GtkCssProvider.implemented-interfaces" rel="nofollow">http://developer.gnome.org/gtk3/3.0/GtkCssProvider.html#GtkCssProvider.implemented-interfaces</a><br />
Some simple example is needed!</p>
<p>I find it strange that essential stuff for efficient work like defining one&#8217;s editing keys in a consistent way is so hard to do<br />
but less essential stuff like setting backgrounds and color styles is aimed a lot of effort &#8230; <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I wish that all key handling on the system could be handled by a simple ~/.inputrc<br />
which could be respected by all key editing applications whether you run gtk, qt, motif or whatever.<br />
I love the key settings in fluxbox, that is the simplest and easiest configuration I&#8217;ve seen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lilly</title>
		<link>http://www.linuxized.com/2009/12/uzbl-a-terminal-for-the-web-in-gentoo/comment-page-1/#comment-3095</link>
		<dc:creator>Lilly</dc:creator>
		<pubDate>Mon, 05 Jul 2010 13:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxized.com/?p=427#comment-3095</guid>
		<description><![CDATA[Try Konqueror. It has customizable keybindings.]]></description>
		<content:encoded><![CDATA[<p>Try Konqueror. It has customizable keybindings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://www.linuxized.com/2009/12/uzbl-a-terminal-for-the-web-in-gentoo/comment-page-1/#comment-2547</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Fri, 04 Jun 2010 21:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxized.com/?p=427#comment-2547</guid>
		<description><![CDATA[Try blocking ads via /etc/hosts or use a filtering proxy (at the cost of slower HTTP) like privoxy or squid.]]></description>
		<content:encoded><![CDATA[<p>Try blocking ads via /etc/hosts or use a filtering proxy (at the cost of slower HTTP) like privoxy or squid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Latest Buzz &#187; Garnet Nuggets</title>
		<link>http://www.linuxized.com/2009/12/uzbl-a-terminal-for-the-web-in-gentoo/comment-page-1/#comment-2043</link>
		<dc:creator>Latest Buzz &#187; Garnet Nuggets</dc:creator>
		<pubDate>Sun, 18 Apr 2010 23:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxized.com/?p=427#comment-2043</guid>
		<description><![CDATA[[...] uzbl â€“ a terminal for the web â€“ in gentoo  &#124; Linux~ized [...]]]></description>
		<content:encoded><![CDATA[<p>[...] uzbl â€“ a terminal for the web â€“ in gentoo  | Linux~ized [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mansour</title>
		<link>http://www.linuxized.com/2009/12/uzbl-a-terminal-for-the-web-in-gentoo/comment-page-1/#comment-1114</link>
		<dc:creator>mansour</dc:creator>
		<pubDate>Wed, 30 Dec 2009 19:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxized.com/?p=427#comment-1114</guid>
		<description><![CDATA[I noticed the current uzbl ebuild requires &gt;=dev-libs/glib-2.21.3. Do you think it would be possible to bump that down to version 2.20.5 (the glib version used on gentoo-hardened)?]]></description>
		<content:encoded><![CDATA[<p>I noticed the current uzbl ebuild requires >=dev-libs/glib-2.21.3. Do you think it would be possible to bump that down to version 2.20.5 (the glib version used on gentoo-hardened)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.linuxized.com/2009/12/uzbl-a-terminal-for-the-web-in-gentoo/comment-page-1/#comment-1014</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Fri, 18 Dec 2009 19:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxized.com/?p=427#comment-1014</guid>
		<description><![CDATA[Try Konqueror. It has customizable keybindings.]]></description>
		<content:encoded><![CDATA[<p>Try Konqueror. It has customizable keybindings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: r5d</title>
		<link>http://www.linuxized.com/2009/12/uzbl-a-terminal-for-the-web-in-gentoo/comment-page-1/#comment-1002</link>
		<dc:creator>r5d</dc:creator>
		<pubDate>Thu, 17 Dec 2009 13:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxized.com/?p=427#comment-1002</guid>
		<description><![CDATA[Try blocking ads via /etc/hosts or use a filtering proxy (at the cost of slower HTTP) like privoxy or squid.]]></description>
		<content:encoded><![CDATA[<p>Try blocking ads via /etc/hosts or use a filtering proxy (at the cost of slower HTTP) like privoxy or squid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marcusw</title>
		<link>http://www.linuxized.com/2009/12/uzbl-a-terminal-for-the-web-in-gentoo/comment-page-1/#comment-977</link>
		<dc:creator>marcusw</dc:creator>
		<pubDate>Tue, 15 Dec 2009 20:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxized.com/?p=427#comment-977</guid>
		<description><![CDATA[This post introduced me uzbl, and more importantly, to tiling window managers. I love uzbl-browser, it runs great on my single-core Pentium 4 2.00Ghz with 256Mb of RAM, circa 2000. It took a while to get used to, but I figured out how the config file works and am now happier with it than I was with FF (The only downside is that the banner ads are back. AdBlock Plus FTW!).

I am now using xmonage as my wm and it is great. I have been a fan of minimalistic stuff for quite a while now, but this thing takes the cake: I though it had crashed the first time I started it because all I saw was a black screen. It turns out that that is the desktop...there isn&#039;t even a task bar! FREEDOM!!!]]></description>
		<content:encoded><![CDATA[<p>This post introduced me uzbl, and more importantly, to tiling window managers. I love uzbl-browser, it runs great on my single-core Pentium 4 2.00Ghz with 256Mb of RAM, circa 2000. It took a while to get used to, but I figured out how the config file works and am now happier with it than I was with FF (The only downside is that the banner ads are back. AdBlock Plus FTW!).</p>
<p>I am now using xmonage as my wm and it is great. I have been a fan of minimalistic stuff for quite a while now, but this thing takes the cake: I though it had crashed the first time I started it because all I saw was a black screen. It turns out that that is the desktop&#8230;there isn&#8217;t even a task bar! FREEDOM!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick White</title>
		<link>http://www.linuxized.com/2009/12/uzbl-a-terminal-for-the-web-in-gentoo/comment-page-1/#comment-941</link>
		<dc:creator>Nick White</dc:creator>
		<pubDate>Fri, 11 Dec 2009 18:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxized.com/?p=427#comment-941</guid>
		<description><![CDATA[I&#039;m really happy this made it into the tree - I&#039;d been using the live ebuild from the devnull tree, but it&#039;s so fast-moving that it was tricky to keep up with, I&#039;m much happier to stick to snapshots.

I&#039;d prefer if you didn&#039;t depend on xclip, though. I use xsel, and have no need or desire for it. Could you perhaps move it to the helpers useflag? Or its own? 

Thanks, again, I&#039;m very happy you&#039;re packaging this :-)]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m really happy this made it into the tree &#8211; I&#8217;d been using the live ebuild from the devnull tree, but it&#8217;s so fast-moving that it was tricky to keep up with, I&#8217;m much happier to stick to snapshots.</p>
<p>I&#8217;d prefer if you didn&#8217;t depend on xclip, though. I use xsel, and have no need or desire for it. Could you perhaps move it to the helpers useflag? Or its own? </p>
<p>Thanks, again, I&#8217;m very happy you&#8217;re packaging this <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Gillespie</title>
		<link>http://www.linuxized.com/2009/12/uzbl-a-terminal-for-the-web-in-gentoo/comment-page-1/#comment-928</link>
		<dc:creator>Tom Gillespie</dc:creator>
		<pubDate>Fri, 11 Dec 2009 01:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxized.com/?p=427#comment-928</guid>
		<description><![CDATA[I&#039;ve been using uzbl for about 3 months, there are still some rough spots but the ability to customize keys makes all other browsers feel like totalitarian dictatorships.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using uzbl for about 3 months, there are still some rough spots but the ability to customize keys makes all other browsers feel like totalitarian dictatorships.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
