<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux~ized &#187; overlay</title>
	<atom:link href="http://www.linuxized.com/tag/overlay/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxized.com</link>
	<description>wired&#039;s /dev/urandom space</description>
	<lastBuildDate>Fri, 03 Sep 2010 18:47:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>switching from gnu screen to tmux (updated)</title>
		<link>http://www.linuxized.com/2010/05/switching-from-gnu-screen-to-tmux/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.linuxized.com/2010/05/switching-from-gnu-screen-to-tmux/#comments</comments>
		<pubDate>Wed, 05 May 2010 09:45:02 +0000</pubDate>
		<dc:creator>wired</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[gnu screen]]></category>
		<category><![CDATA[overlay]]></category>
		<category><![CDATA[tmux]]></category>
		<category><![CDATA[wirelay]]></category>

		<guid isPermaLink="false">http://www.linuxized.com/?p=517</guid>
		<description><![CDATA[update #1: upstream accepted my patch, so the next tmux release will provide window-status-alert-{attr,fg,bg} Only difference is the use of alert instead of flagged. It sounds better anyway I&#8217;ll adjust my patch on 1.2 as well update #2 [2010/05/17]: uploaded my updated config file, now using ` as my prefix key I gave tmux a [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #ff0000;">update #1</span></strong>: upstream accepted my patch, so the next tmux release will provide <strong>window-status-alert-{attr,fg,bg}</strong> <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Only difference is the use of <strong>alert</strong> instead of <strong>flagged</strong>. It sounds better anyway <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I&#8217;ll adjust my patch on 1.2 as well <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong><span style="color: #ff0000;">update #2 [2010/05/17]</span></strong>: uploaded my updated config file, now using ` as my prefix key</p>
<p>I gave tmux a try yesterday.</p>
<p>Clean config file, thorough documentation and a few nice touches here and there (i.e. better, persistent window splitting) make it a nice alternative to screen, but the biggest difference lies in memory usage. Screen can easily eat up to 40-50mb with just a few windows open, but tmux has yet to reach the 10mb mark!</p>
<p>You may argue that ram is cheap these days, but <strong>when you&#8217;re on a 360mb VPS ram matters</strong> <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I did find a few bugs/annoyances, for instance if you add <strong>set-option -g default-terminal &#8220;screen-256color&#8221;</strong> in your config file, <del datetime="2010-05-17T07:59:13+00:00">tmux stops evaluating the #T variable.</del></p>
<p>I hacked my way out of this one by adding the following in my <strong>.bash_profile</strong> instead:</p>
<blockquote><p><code>[[ $TERM == "screen" ]] &amp;&amp; export -p TERM="screen-256color"</code></p></blockquote>
<p><strong>Turns out that&#8217;s not tmux&#8217;s fault but bash&#8217;s, I&#8217;ll have to create a patch for that as well <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  If you have the same issue, you can use the above hack as a temporary fix.</strong></p>
<p>Also version 1.2 does not provide a way for you to customize the colors used on window titles with alerts (either monitored or when the bell is active), but I <a href="http://sourceforge.net/tracker/?func=detail&amp;aid=2996871&amp;group_id=200378&amp;atid=973264" target="_blank">patched that and sent it upstream</a> <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>You can <a href="http://github.com/wired/wirelay/tree/master/app-misc/tmux/" target="_blank">find an ebuild with the patch</a> in my overlay, <a href="http://github.com/wired/wirelay/" target="_blank">wirelay</a> (<strong>layman -a wirelay</strong> <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ).</p>
<p>The patch was accepted upstream so it&#8217;ll be in the next release.</p>
<p>My tmux looks like this:</p>
<p><a href="http://www.linuxized.com/wp-content/uploads/2010/05/tmux1.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank"><img class="alignnone size-medium wp-image-529" title="tmux" src="http://www.linuxized.com/wp-content/uploads/2010/05/tmux1-300x202.jpg" alt="" width="300" height="202" /></a></p>
<p>and with some split panes:</p>
<p><a href="http://www.linuxized.com/wp-content/uploads/2010/05/tmux2.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank"><img class="alignnone size-medium wp-image-530" title="tmux split" src="http://www.linuxized.com/wp-content/uploads/2010/05/tmux2-300x202.jpg" alt="" width="300" height="202" /></a></p>
<p>finally, below is my (<strong>updated on 2010/05/17</strong>) <strong><a href="http://dev.gentoo.org/~wired/conf/tmux.conf" target="_blank">tmux.conf</a></strong> config file, used in the above screenshots.</p>
<p>I decided to use ` as my prefix key, its really better than hitting ctrl-a all the time <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<blockquote><p><code># ` is an interesting key for a prefix<br />
set-option -g prefix `<br />
# set-option -g prefix C-a<br />
<br />
unbind-key C-b<br />
bind-key C-a last-window<br />
bind-key ` last-window<br />
bind-key a send-prefix<br />
<br />
# we might need ` at some point, allow switching<br />
# we can also send the prefix char with `-a<br />
bind-key F11 set-option -g prefix C-a<br />
bind-key F12 set-option -g prefix `<br />
<br />
# 0 is too far from ` <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
set -g base-index 1<br />
<br />
# set-option -g default-terminal "screen-256color"<br />
set-option -g mouse-select-pane on<br />
set-option -g status-keys vi<br />
set-option -g bell-action any<br />
set-option -g set-titles on<br />
set-option -g set-titles-string '#H:#S.#I.#P #W #T' # window number,program name,active (or not)<br />
set-option -g visual-bell on<br />
<br />
setw -g mode-keys vi<br />
setw -g mode-mouse on<br />
setw -g monitor-activity on<br />
<br />
bind e previous-window<br />
bind f next-window<br />
bind j up-pane<br />
bind k down-pane<br />
<br />
set-option -g status-utf8 on<br />
# set-option -g status-justify centre<br />
set-option -g status-justify left<br />
set-option -g status-bg black<br />
set-option -g status-fg white<br />
set-option -g status-left-length 40<br />
<br />
set-option -g pane-active-border-fg green<br />
set-option -g pane-active-border-bg black<br />
set-option -g pane-border-fg white<br />
set-option -g pane-border-bg black<br />
<br />
set-option -g message-fg black<br />
set-option -g message-bg green<br />
<br />
#setw -g mode-bg black<br />
<br />
setw -g window-status-bg black<br />
setw -g window-status-current-fg green<br />
setw -g window-status-alert-attr default<br />
setw -g window-status-alert-fg yellow<br />
<br />
set -g status-left '#[fg=red]#H#[fg=green]:#[fg=white]#S #[fg=green]][#[default]'<br />
<br />
# set -g status-right '#[fg=green]][#[fg=white] #T #[fg=green]][ #[fg=blue]%Y-%m-%d #[fg=white]%H:%M#[default]'<br />
set -g status-right '#[fg=green]][ #[fg=blue]%Y-%m-%d #[fg=white]%H:%M#[default]'<br />
<br />
set -g history-limit 4096<br />
<br />
# `+r reloads the configuration, handy<br />
bind r source-file ~/.tmux.conf</code></p></blockquote>
<p> <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxized.com/2010/05/switching-from-gnu-screen-to-tmux/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>kde-testing overlay *renamed* &#8211; qt and kde status in gentoo</title>
		<link>http://www.linuxized.com/2009/12/kde-testing-overlay-renamed-qt-and-kde-status-in-gentoo/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.linuxized.com/2009/12/kde-testing-overlay-renamed-qt-and-kde-status-in-gentoo/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 10:45:08 +0000</pubDate>
		<dc:creator>wired</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[4.3.4]]></category>
		<category><![CDATA[ebuilds]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kde-testing]]></category>
		<category><![CDATA[overlay]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[qt 4.6.0]]></category>

		<guid isPermaLink="false">http://www.linuxized.com/?p=405</guid>
		<description><![CDATA[Today we renamed kde-testing back to kde in layman. You should remove and add the overlay again: layman -d kde-testing; layman -L; layman -a kde; In other news, Qt 4.6.0 final was released by Nokia yesterday. You&#8217;ll find ebuilds in portage&#8217;s ~testing. If you&#8217;re using stable and want to try it out, make sure you [...]]]></description>
			<content:encoded><![CDATA[<p>Today we <span style="color: #ff0000;">renamed</span> <strong>kde-testing</strong> back to <strong>kde</strong> in layman. <strong>You should remove and add the overlay again</strong>:</p>
<blockquote><p><code>layman -d kde-testing; layman -L; layman -a kde;</code></p></blockquote>
<p>In other news,</p>
<p><strong>Qt 4.6.0 final <a href="http://qt.nokia.com/about/news/nokia-releases-qt-4.6" target="_blank">was released</a></strong> by Nokia yesterday. You&#8217;ll find ebuilds in <strong>portage&#8217;s ~testing</strong>. If you&#8217;re using stable and want to try it out, <strong>make sure you keyword ALL the ebuilds</strong>, or you might get ugly blocks <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  A keyword file <a href="http://gitorious.org/gentoo-qt/qting-edge/blobs/master/Documentation/package.keywords/qt-4.6" target="_blank">is available</a> in <a href="http://gitorious.org/gentoo-qt/qting-edge" target="_blank">qting-edge</a>.</p>
<p>Upgrading world is the recommended way to go to avoid <strong>B</strong> blocks. If you don&#8217;t want to upgrade world,<strong> make sure your upgrade command includes all installed Qt modules or you will get blocks.</strong></p>
<blockquote><p><code>emerge -av1 $(qlist -IC x11-libs/qt\-)</code></p></blockquote>
<p>Remember that &#8220;b&#8221; (lowercase b) blocks are <strong>automatically resolved</strong> by portage, just remove <strong><code>--pretend</code></strong> and proceed with the upgrade.</p>
<p>For those wondering, <strong>KDE 4 works fine with </strong>Qt 4.6 <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you&#8217;re upgrading Qt from a previous version and your Qt apps misbehave, you should rebuild everything depending on Qt:</p>
<blockquote><p><code>emerge -av1 $(for i in $(qlist -IC x11-libs/qt-); do equery -q d $i | grep -v 'x11-libs/qt-' | sed "s/^/=/"; done)</code></p></blockquote>
<p><strong>KDE 4.3.4 was also released</strong> yesterday, ebuilds are available in portage as usual <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Lots of stuff to build, have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxized.com/2009/12/kde-testing-overlay-renamed-qt-and-kde-status-in-gentoo/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>how-to: keep your kde 3.5 after it&#8217;s removed from gentoo&#8217;s tree, using the kde-sunset overlay</title>
		<link>http://www.linuxized.com/2009/11/how-to-keep-your-kde-3-5-after-its-removed-gentoos-tree-using-the-kde-sunset-overlay/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.linuxized.com/2009/11/how-to-keep-your-kde-3-5-after-its-removed-gentoos-tree-using-the-kde-sunset-overlay/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 23:31:51 +0000</pubDate>
		<dc:creator>wired</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kde 3.5]]></category>
		<category><![CDATA[kde-sunset]]></category>
		<category><![CDATA[overlay]]></category>
		<category><![CDATA[unmask]]></category>

		<guid isPermaLink="false">http://www.linuxized.com/?p=343</guid>
		<description><![CDATA[As most of you know, KDE 3.5 is getting off the Gentoo train for various reasons mentioned elsewhere (in short: security, lack of upstream interest). Some people are still using it though and they have been asking how they can keep it on their system, without emerge screaming each time they try to update world. [...]]]></description>
			<content:encoded><![CDATA[<p>As most of you know, KDE 3.5 <em>is getting off the Gentoo train</em> for various reasons mentioned elsewhere (in short: security, lack of upstream interest).</p>
<p>Some people are still using it though and they have been asking how they can keep it on their system, without emerge screaming each time they try to update world.</p>
<p>I&#8217;m writing this post to guide those people (you? <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) on how they can achieve that.</p>
<p><span style="text-decoration: underline;"><strong>1. Adding the kde-sunset overlay</strong></span><br />
Perhaps the most important thing you need to remember is that <strong>the ebuilds will be completely removed from the tree</strong>, so you need to add an overlay called <strong>kde-sunset</strong> to portage which contains a copy of most of them.</p>
<p>To add the overlay you need to have layman with <strong>git</strong> USE flag enabled:</p>
<blockquote><p><code>USE="git" emerge -av layman</code></p></blockquote>
<p>make sure you add the <strong>git</strong> USE flag in your <strong>package.use</strong> or <strong>make.conf</strong> <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>you can then use layman to install the overlay:</p>
<blockquote><p><code>layman -f<br />
layman -a kde-sunset</code></p></blockquote>
<p>if this is your first time using layman, you&#8217;ll have to add the following line @ the end of your <strong>make.conf</strong>:</p>
<blockquote><p><code>source /usr/local/portage/layman/make.conf</code></p></blockquote>
<p>you can keep the overlay updated by running:</p>
<blockquote><p><code>layman -s kde-sunset</code></p></blockquote>
<p><span style="text-decoration: underline;"><strong>2. KDE 3.5 is masked</strong> (this is necessary only while KDE 3.5 is still in tree)</span><br />
Now we have the overlay, but <strong>until KDE 3.5 is completely wiped off the tree, there&#8217;s a mask to warn users about it</strong>.<br />
Portage will scream about this mask each time you try to emerge so <strong>you need to unmask KDE 3.5 manually</strong>.</p>
<p>There are two (and a half) ways to do this:<br />
a1) if your package.unmask is a folder, symlink the unmask file from kde-sunset to /etc/portage/package.unmask/</p>
<blockquote><p><code>ln -s /usr/local/portage/layman/kde-sunset/Documentation/package.unmask/kde-3.5 /etc/portage/package.unmask/kde-3.5</code></p></blockquote>
<p>a2) if your package.unmask is not a folder you can append the file (but you&#8217;ll have to update it manually)</p>
<blockquote><p><code>cat /usr/local/portage/layman/kde-sunset/Documentation/package.unmask/kde-3.5 &gt;&gt; /etc/portage/package.unmask</code></p></blockquote>
<p>b) if you don&#8217;t like all that, you can emerge autounmask</p>
<blockquote><p><code>emerge -av autounmask</code></p></blockquote>
<p>and ask it to unmask stuff for you &#8211; note that autounmask doesn&#8217;t like :slot and will only work with -version</p>
<blockquote><p><code>autounmask kde-meta-3.5</code></p></blockquote>
<p><span style="text-decoration: underline;"><strong>3. I don&#8217;t want KDE 4 (yet)</strong></span><br />
So all is great now but portage wants to install KDE 4 when you emerge world.<br />
This is happening because KDE 4 went stable recently and portage thinks you want to upgrade (you should btw <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ).<br />
To fix this one we need to tell portage that we actually want the 3.5 version of KDE and we don&#8217;t care about 4.</p>
<p>we need to <strong>edit /var/lib/portage/world</strong> and <strong>add a version (or a slot) to every kde 3.5 app</strong> we have in there.</p>
<p>* be careful with this file *</p>
<p>for example, lets say that you installed kde 3.5 using the kde-meta ebuild.<br />
if you open <strong>/var/lib/portage/world</strong> you&#8217;ll find a line saying</p>
<blockquote><p>kde-base/kde-meta</p></blockquote>
<p>you need to add <strong>:3.5 </strong>which is the 3.5 slot, or <strong>-3.5.10</strong> which is the version (or both, version first) at the end. if you add the version, you&#8217;ll have to prepend a &#8220;=&#8221; as well.</p>
<p>the line should now read:</p>
<blockquote><p><code>kde-base/kde-meta:3.5</code></p></blockquote>
<p><strong>do this for each KDE 3.5 app you have in the world file.</strong> If you&#8217;re unsure of the slot/version, use <strong>eix packagename</strong> to find it out.</p>
<p><span style="text-decoration: underline;"><strong>4. All systems go</strong></span></p>
<blockquote><p><code>emerge -avDuN world</code></p></blockquote>
<p>^^ this should now be clean of any KDE 4 traces and mask warnings <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you have any issues or are interested in maintaining kde-sunset, you may visit us over @ <strong>#gentoo-kde in freenode&#8217;s IRC network</strong> or drop us an email at <strong>kde _at_ gentoo _dot_ org</strong>. We&#8217;ll do our best to help you <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Maybe after reading this post your KDE 3 installation will last a bit longer <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </strong></p>
<p>Enjoy and see you w/ KDE 4 soon <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxized.com/2009/11/how-to-keep-your-kde-3-5-after-its-removed-gentoos-tree-using-the-kde-sunset-overlay/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Qt 4.6, git branches and gentoo&#8217;s qting-edge overlay</title>
		<link>http://www.linuxized.com/2009/09/qt-4-6-git-branches-and-gentoos-qting-edge-overlay/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.linuxized.com/2009/09/qt-4-6-git-branches-and-gentoos-qting-edge-overlay/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 20:00:23 +0000</pubDate>
		<dc:creator>wired</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[overlay]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[qting-edge]]></category>
		<category><![CDATA[stable branch]]></category>

		<guid isPermaLink="false">http://www.linuxized.com/?p=275</guid>
		<description><![CDATA[Nokia switched their Qt git master to version 4.7 recently, creating a new branch for 4.6. They also created two new branches, master-stable and 4.6-stable. Commits pushed to those branches are tested in Nokia&#8217;s testing farms, ensuring that they&#8217;ll always build. The Gentoo Qt team provides various live Qt ebuilds in our official overlay, qting-edge [...]]]></description>
			<content:encoded><![CDATA[<p>Nokia switched their <a target="_blank" href="http://qt.gitorious.org/qt/qt/commits/master">Qt git master</a> to version 4.7 recently, creating a new <a target="_blank" href="http://qt.gitorious.org/qt/qt/commits/4.6">branch for 4.6</a>.</p>
<p>They also <a target="_blank" href="http://labs.trolltech.com/blogs/2009/07/28/getting-the-best-out-of-two-worlds/">created two new branches</a>, <a target="_blank" href="http://qt.gitorious.org/qt/qt/commits/master-stable">master-stable</a> and <a target="_blank" href="http://qt.gitorious.org/qt/qt/commits/4.6-stable">4.6-stable</a>. Commits pushed to those branches are tested in Nokia&#8217;s testing farms, ensuring that they&#8217;ll always build.</p>
<p>The <strong>Gentoo Qt team</strong> provides various <strong>live Qt ebuilds</strong> in our official overlay, <a target="_blank" href="http://github.com/gentoo-qt/qting-edge/tree/master">qting-edge</a> [1]. These ebuilds now include <strong>x11-libs/qt-*-4.6.9999</strong>, building code from the 4.6 Qt branch, as well as a new USE flag called <strong>stable-branch</strong>, available (and enabled by default) in 4.6.9999 and 4.9999. This USE flag <strong>enables/disables the use of the stable branches</strong>, allowing you to choose between last-minute code VS tested, known to compile code.</p>
<p>Either way, its bleeding edge!</p>
<p>If you need help, leave a comment or visit us @ Freenode IRC, #gentoo-kde</p>
<p>[1] to install qting-edge, make sure you have <a target="_blank" href="http://www.gentoo.org/proj/en/overlays/userguide.xml">layman installed and configured</a>, then run <code><strong>layman -a qting-edge</strong></code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxized.com/2009/09/qt-4-6-git-branches-and-gentoos-qting-edge-overlay/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>kde 4.2.4 released &#8211; get it from gentoo&#8217;s kde-testing overlay</title>
		<link>http://www.linuxized.com/2009/06/kde-424-released-get-it-from-gentoos-kde-testing-overlay/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.linuxized.com/2009/06/kde-424-released-get-it-from-gentoos-kde-testing-overlay/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 08:45:32 +0000</pubDate>
		<dc:creator>wired</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kde 4.2.4]]></category>
		<category><![CDATA[overlay]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.linuxized.com/?p=152</guid>
		<description><![CDATA[KDE 4.2.4 showed up in kde&#8217;s ftp server (and various mirrors) today Now available in Gentoo&#8217;s kde-testing overlay, soon in tree as usual! update: in cvs tree]]></description>
			<content:encoded><![CDATA[<p>KDE 4.2.4 showed up in <a href="ftp://ftp.kde.org/pub/kde/stable/4.2.4/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank">kde&#8217;s ftp server</a> (and various mirrors) today <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now available in <a href="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=summary" target="_blank">Gentoo&#8217;s kde-testing overlay</a>, soon in tree as usual!</p>
<p><strong>update:</strong> in cvs tree <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxized.com/2009/06/kde-424-released-get-it-from-gentoos-kde-testing-overlay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new awesome version 3.3 rc3 &#8211; [gentoo] in wirelay</title>
		<link>http://www.linuxized.com/2009/05/new-awesome-version-33-rc3-gentoo-in-wirelay/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.linuxized.com/2009/05/new-awesome-version-33-rc3-gentoo-in-wirelay/#comments</comments>
		<pubDate>Fri, 22 May 2009 08:10:30 +0000</pubDate>
		<dc:creator>wired</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[awesome 3.3]]></category>
		<category><![CDATA[ebuild]]></category>
		<category><![CDATA[overlay]]></category>
		<category><![CDATA[overlays]]></category>
		<category><![CDATA[wirelay]]></category>

		<guid isPermaLink="false">http://www.linuxized.com/?p=127</guid>
		<description><![CDATA[a new rc version of awesome, 3.3 rc3, has been released. lots of bugfixes and it also feels faster I&#8217;ve created an ebuild based on the one in portage. You can find it in my overlay, wirelay, masked. for instructions on how to add wirelay to layman, check the Documentation in the overlay or this [...]]]></description>
			<content:encoded><![CDATA[<p>a new rc version of <a href="http://awesome.naquadah.org/" target="_blank">awesome</a>, <a href="http://awesome.naquadah.org/download/" target="_blank">3.3 rc3</a>, has been released. lots of bugfixes and it also feels faster <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve created an ebuild based on the one in portage.</p>
<p>You can find it in my overlay, <a href="http://github.com/wired/wirelay/tree/master/Documentation" target="_blank">wirelay</a>, <strong>masked</strong>.</p>
<p>for instructions on how to add wirelay to layman, check the Documentation in the overlay or this post:</p>
<blockquote><p><a class="linkification-ext" title="Linkification: http://www.linuxized.com/2009/04/private-overlay-eyes-only/" href="http://www.linuxized.com/2009/04/private-overlay-eyes-only/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">http://www.linuxized.com/2009/04/private-overlay-eyes-only/</a></p></blockquote>
<p>Unfortunately this version requires stuff not in the main portage tree, so you&#8217;ll have to add the &#8220;x11&#8243; overlay</p>
<blockquote><p><strong>layman -a x11</strong></p></blockquote>
<p>I&#8217;ve also opened a bug in Gentoo&#8217;s bugtracker with the ebuild:</p>
<blockquote><p><a href="http://bugs.gentoo.org/show_bug.cgi?id=270794" target="_blank">bug #270794 [ebuild] awesome-3.3_rc3</a></p></blockquote>
<p>Lots of config changes in this version, so in my <strong>upcoming awesome+conky how-to</strong> I&#8217;ll give you two seperate config files =]</p>
<div id="attachment_145" class="wp-caption alignnone" style="width: 310px"><a href="http://www.linuxized.com/wp-content/uploads/2009/05/awesome-33.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="size-medium wp-image-145" title="awesome-33-rc3" src="http://www.linuxized.com/wp-content/uploads/2009/05/awesome-33-300x187.jpg" alt="awesome 3.3_rc3 with conky-updated panels" width="300" height="187" /></a><p class="wp-caption-text">awesome 3.3_rc3 with conky-updated panels</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxized.com/2009/05/new-awesome-version-33-rc3-gentoo-in-wirelay/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>kde 4.2.3 released, now available in gentoo =]</title>
		<link>http://www.linuxized.com/2009/05/kde-423-released-and-available-in-gento/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.linuxized.com/2009/05/kde-423-released-and-available-in-gento/#comments</comments>
		<pubDate>Wed, 06 May 2009 18:01:36 +0000</pubDate>
		<dc:creator>wired</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[overlay]]></category>
		<category><![CDATA[portage]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.linuxized.com/?p=58</guid>
		<description><![CDATA[KDE 4.2.3 was officially released today It&#8217;s already available in gentoo&#8217;s kde-testing overlay and will be added in portage&#8217;s tree really really soon update: 4.2.3 is now in the portage tree =]]]></description>
			<content:encoded><![CDATA[<p>KDE 4.2.3 was <a href="http://kde.org/announcements/announce-4.2.3.php" target="_blank">officially released today</a></p>
<p>It&#8217;s already available in <a href="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=summary" target="_blank">gentoo&#8217;s kde-testing overlay</a> and will be added in portage&#8217;s tree really really soon <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>update</strong>: 4.2.3 is now in the portage tree =]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxized.com/2009/05/kde-423-released-and-available-in-gento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kde-testing overlay&#8217;s kde4 live status</title>
		<link>http://www.linuxized.com/2009/05/kde-testing-overlays-kde4-live-status/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.linuxized.com/2009/05/kde-testing-overlays-kde4-live-status/#comments</comments>
		<pubDate>Tue, 05 May 2009 15:05:00 +0000</pubDate>
		<dc:creator>wired</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[ebuild]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[live ebuild]]></category>
		<category><![CDATA[overlay]]></category>

		<guid isPermaLink="false">http://www.linuxized.com/?p=52</guid>
		<description><![CDATA[Some changes in KDE&#8217;s svn repository broke some live gentoo ebuilds today&#8230; This happened because some applications (namely ark and nepomuk) now depend on a new package in extragear/libs called libknotificationitem. I&#8217;ve made the necessary modifications in gentoo&#8217;s kde-testing overlay to fix the issueÂ  by adding a new ebuild for libknotificationitem and adding libknotificationitem DEPEND [...]]]></description>
			<content:encoded><![CDATA[<p>Some changes in KDE&#8217;s svn repository broke some live gentoo ebuilds today&#8230;</p>
<p>This happened because some applications (namely ark and nepomuk) now depend on a new package in <strong>extragear/libs</strong> called <strong>libknotificationitem</strong>.</p>
<p>I&#8217;ve made the necessary modifications in <a href="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=summary">gentoo&#8217;s kde-testing overlay</a> to fix the issueÂ  by adding a new ebuild for libknotificationitem and adding libknotificationitem DEPEND lines in ark and nepomuk. I also had to revbump plasma-workspace to r1 and block the old ebuild because libknotificationitem had file collisions with it.</p>
<p>So, if you had issues while @live-rebuilding kde4 today, sync your overlay and update <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>update</strong>: libknotificationitem just got moved to kdelibs/experimental</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxized.com/2009/05/kde-testing-overlays-kde4-live-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Private overlay&#8230; Eyes only!</title>
		<link>http://www.linuxized.com/2009/04/private-overlay-eyes-only/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.linuxized.com/2009/04/private-overlay-eyes-only/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 18:10:44 +0000</pubDate>
		<dc:creator>wired</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[overlay]]></category>
		<category><![CDATA[overlays]]></category>
		<category><![CDATA[portage]]></category>
		<category><![CDATA[wirelay]]></category>

		<guid isPermaLink="false">http://www.linuxized.com/?p=6</guid>
		<description><![CDATA[I now have my personal gentoo overlay over at github. For those not familiar with overlays, they are something like a &#8220;repository&#8221;. They allow you to add and use ebuilds out of the official portage tree. In my overlay, called &#8220;wirelay&#8221;, I usually add fixes from bugs.gentoo.org that I need which haven&#8217;t reached the tree [...]]]></description>
			<content:encoded><![CDATA[<p>I now have my personal gentoo overlay over at github.</p>
<p>For those not familiar with overlays, they are something like a &#8220;repository&#8221;. They allow you to add and use ebuilds out of the official portage tree.</p>
<p>In my overlay, called &#8220;wirelay&#8221;, I usually add fixes from bugs.gentoo.org that I need which haven&#8217;t reached the tree yet (and maybe never will). I also keep ebuilds of the latest nvidia drivers and other stuff <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>To browse the overlay, visit <a class="linkification-ext" title="Linkification: http://github.com/wired/wirelay/tree/master" href="http://github.com/wired/wirelay/tree/master">http://github.com/wired/wirelay/tree/master</a></p>
<p>To add the overlay, install layman ( emerge -av layman ) then run:</p>
<blockquote><p><strong>layman -f -o <a href="http://github.com/wired/wirelay/raw/master/Documentation/wirelay.list">http://github.com/wired/wirelay/raw/master/Documentation/wirelay.list</a> -a wirelay</strong></p></blockquote>
<p>=]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxized.com/2009/04/private-overlay-eyes-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
