<?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>Yet Another Linux Blog &#187; desktop</title>
	<atom:link href="http://linux-blog.org/tag/desktop/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux-blog.org</link>
	<description>Open Source, Open Blog</description>
	<lastBuildDate>Mon, 30 Aug 2010 14:18:09 +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>Installing Openbox on Foresight Linux</title>
		<link>http://linux-blog.org/installing-openbox-on-foresight-linux/</link>
		<comments>http://linux-blog.org/installing-openbox-on-foresight-linux/#comments</comments>
		<pubDate>Mon, 31 May 2010 00:36:19 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[foresight]]></category>
		<category><![CDATA[openbox]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[window manager]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=1540</guid>
		<description><![CDATA[My friend Og Maciel originally introduced me to Openbox a while back and I’ve been using it ever since. I love the lightweight feel, the ability to customize and the center around having NO icons on my desktop.  I don’t feel cluttered when I work! Today, we&#8217;re going to go over installing Openbox with some [...]


Related posts:<ol><li><a href='http://linux-blog.org/adding-color-to-bash-list-command-part-ii/' rel='bookmark' title='Permanent Link: Adding Color to Bash List Command Part II'>Adding Color to Bash List Command Part II</a> <small>I previously blogged about how to add color to the...</small></li>
<li><a href='http://linux-blog.org/unity-2010-beta-2-impressions/' rel='bookmark' title='Permanent Link: Unity 2010 Beta 2 Impressions'>Unity 2010 Beta 2 Impressions</a> <small>As noted previously, I&#8217;ve been pretty hard pressed lately in...</small></li>
<li><a href='http://linux-blog.org/clarification-on-foresight-and-fedora/' rel='bookmark' title='Permanent Link: Clarification on Foresight and Fedora'>Clarification on Foresight and Fedora</a> <small>I previously wrote about a possible &#8220;rebasing&#8221; of Foresight Linux...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>My friend <a title="http://www.ogmaciel.com/" href="http://www.ogmaciel.com/" target="_blank">Og  Maciel</a> originally introduced me to Openbox a   while back and I’ve  been using it  ever since.  I love the lightweight   feel, the ability to customize and  the center around having NO icons  on  my desktop.  I don’t feel cluttered  when I work! Today, we&#8217;re going  to  go over installing Openbox with some added tools.  This tutorial is   tailored  for Foresight Linux but the guide may very well serve other    distros as well.</p>
<h2><span style="text-decoration: underline;"><span style="font-weight: normal;">What is Openbox?</span></span></h2>
<p>From <a title="openbox homepage" href="http://openbox.org/wiki/Main_Page" target="_blank">the Openbox    homepage</a>, &#8220;Openbox is a minimalistic,  highly configurable, next    generation window manager with extensive  standards support.&#8221;  From    using it, I often think of it as fluxbox-like with  the benefits of    being able to dip into Gnome or KDE for the items that I  want to use.     Your desktop will then run with speed and simplicity using  only the    elements you want to use with it.</p>
<h2><span style="text-decoration: underline;"><span style="font-weight: normal;">So&#8230;Let&#8217;s get Started&#8230;</span></span></h2>
<p>This How-To will assume that you&#8217;re running Foresight Linux, you&#8217;re     logged into Gnome and that you&#8217;re familiar with conary, the package     manager for Foresight.  First and foremost, install openbox:</p>
<pre class="brush: plain;">[devnet@lostlap Desktop]$ sudo conary update openbox obmenu obconf</pre>
<p>This installs the needed components to run Openbox on your system.     Openbox is minimal by default though so if you login to the environment     now for the first time, there will be no taskbars, nothing&#8230;just a    large  blank area for you to work with. We will need to install some    extra  components to give a bit more functionality. If you&#8217;d like a    panel menu,  I recommend using <a title="tint2 home page" href="http://code.google.com/p/tint2" target="_blank"><strong>tint2</strong></a>.    I used to use pypanel which is a small panel written in python but   this  panel is no longer developed.</p>
<p>There are other panels that are packaged with openbox in mind for     Foresight; <a href="http://fbpanel.sourceforge.net/" target="_blank">fbpanel</a> is available, which is a very fast and functional menu bar.  I like <a href="http://www.gnomefiles.org/app.php/LXPanel">lxpanel</a> also,     which is fbpanel with some easier configuration options.  For a full     list, please see <a title="openbox documentation" href="http://openbox.org/wiki/Help:Contents" target="_blank">openbox     documentation</a>.  For our purposes here, we will install tint2:</p>
<pre class="brush: plain;">[devnet@lostlap Desktop]$ sudo conary update tint2</pre>
<p>Now we need to copy the default configuration file for tint2 so we     can build our panel to our liking.  You&#8217;ll have to create the default    path for the tint2rc configuration file.  To do this and copy the  config file:</p>
<pre class="brush: plain;">[devnet@lostlap Desktop]$ mkdir -p ~/.config/tint2/
[devnet@lostlap Desktop]$ cp /etc/xdg/tint2/tint2rc ~/.config/tint2/</pre>
<p>Now tint2 has a configuration file in place and is ready for Openbox  to start.</p>
<h2><span style="text-decoration: underline;"><span style="font-weight: normal;">Let the Configuration Begin!</span></span></h2>
<p>The hard part (install) is now out of the way thanks to the conary     package manager. Now we need to configure Openbox so that it&#8217;s ready  for    us when we log out of Gnome. The configuration files will need to  be    copied to /home/user/.config/openbox.  Of course, this path  doesn&#8217;t   exist yet so we&#8217;ll need to create it like this:</p>
<pre class="brush: plain;">[devnet@lostlap Desktop]$ mkdir -p ~/.config/openbox/</pre>
<p>Visiting there now will show that there aren&#8217;t any files in this     directory.  The file we&#8217;ll absolutely need to place there is <em>autostart.sh</em>.     Other files that will be in here are <em>rc.xml</em> which is for   obconf  (openbox  configuration) and <em>menu.xml</em> (openbox menu   system).   We&#8217;ll copy menu.xml  from a default copy there later.  The   other file  should auto-create when  loading for the first time (rc.xml)</p>
<p>The autostart.sh file is what starts all of our services and our    tint2 panel we just installed as well as setup our wallpaper and other     items.  Instead of <a title="Autostart Options" href="http://openbox.org/wiki/Help:Autostart" target="_blank">going    through the options</a> you can place in here, I&#8217;m  going to share my    autostart.sh to get you up and running quickly.  Please note that if  you   chose not to install fbpanel and use the  gnome-panel or other  panel   instead, you&#8217;ll need to comment the pypanel  line below and  uncomment   what you&#8217;ll be using:</p>
<pre class="brush: plain;">[devnet@lostlap Desktop]$  cat autostart.sh
# This shell script is run before Openbox launches.
# Environment variables set here are passed to the Openbox session.
##############################################################
# Panel Section
##############################################################
# pypanel, my favorite panel for openbox
#(sleep 3 &amp;&amp; pypanel) &amp;
# Use the wbar Launcher if you would like.  Don't forget to install it before uncommenting
# wbar &amp;
(sleep 3 &amp;&amp; tint2) &amp;

#############################################################
# Gnome Integration Section
#############################################################
# This section let's Gnome give us some of its desktopiness
gnome-power-manager &amp;
nm-applet --sm-disable &amp;
/usr/libexec/gnome-settings-daemon &amp;
gnome-volume-manager --sm-disable &amp;
gnome-keyring-daemon &amp;

###########################################################
# Other Add-on's for Openbox
###########################################################
# Make your wallpaper restore to last setting using Nitrogen.
nitrogen --restore &amp;
parcellite &amp;
volumeicon &amp;
################################# End ###################</pre>
<p><a href="../../uploads/autostart.sh">Download my autostart.sh</a></p>
<p>To create the menu system file for openbox, we&#8217;ll copy from the     default installation to our .config/openbox directory (so we can use     obmenu&#8230;otherwise, that command will give us an error) so use the     following command in a terminal:</p>
<pre class="brush: plain;">[devnet@lostlap Desktop]$ cp /etc/xdg/openbox/menu.xml ~/.config/openbox/</pre>
<p>Now you&#8217;re ready to login and reap what you have sown <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Logout of     Gnome and change sessions in GDM to Openbox.  Notice that your tint2    panel  starts up and has the gnome applications we recorded in the    autostart.sh  file above running and docked! You can add more options to    your  autostart.sh file and you can also edit tint2rc (in your    /home/user/.config/tint2  directory) to store settings for your panel.</p>
<h2><span style="text-decoration: underline;"><span style="font-weight: normal;">I&#8217;ve Installed and am Running, Now What?</span></span></h2>
<p>Now you get to customize the Openbox menu with your favorite     applications. Menus are activated by right clicking anywhere on the     desktop. There are a few default applications&#8230;I choose obconf right     away so that I can choose a theme I like and increase the text size     since I&#8217;m using a high resolution. After that is done, I right click for     the menu again and go to applications &gt;&gt; xterm. When the    terminal  pops up, I type obmenu. From there, I&#8217;ll be able to edit my    right click  menu.</p>
<p>Now instead of entering obmenu in a terminal each time, let&#8217;s add it     to our right click options. In the obmenu window that you opened in   the  last  paragraph, expand the Openbox 3 option. Find obconf and   highlight  it.  Click &#8216;new item&#8217; and add obmenu for a label, execute for   action,  and  obmenu for Execute. This will add obmenu to your right   click  options so  you don&#8217;t have to open a terminal each time to do   things.  You can also  customize any of the items you find in   applications&#8230;I  put a few things  I normally need such as thunderbird,   firefox,  gnome-terminal, etc. Feel  free to add whatever you   need&#8230;you can have  many submenu&#8217;s . It&#8217;s  setup is pretty   straightforward.</p>
<p>Nitrogen, the wallpaper manager, requires a small tweak as well to get working.  What I did     was create a /home/username/Photos/Wallpaper directory and then loaded    it up  with my favorite desktop wallpaper.  Good places to go for  cool    wallpapers are <a title="desktopography.com" href="http://desktopography.com" target="_blank">desktopography.com</a> and <a title="vladstudio.com" href="http://vladstudio.com" target="_blank">vladstudio.com</a>.  Next, install Nitrogen:</p>
<pre class="brush: plain;">[devnet@lostlap Desktop]$ sudo conary update Nitrogen</pre>
<p>After your first login, you&#8217;ll need to add a menu entry using obmenu     to call the nitrogen browser.  So create the menu entry and the  action    you call is:</p>
<p><em>nitrogen  /home/username/Photos/wallpaper</em></p>
<p>Of course, replace &#8216;username&#8217; with your users name.  This will allow you to open up all the wallpaper photos inside of    that directory.</p>
<h2><span style="text-decoration: underline;"><span style="font-weight: normal;">So What Have we Done?</span></span></h2>
<p>Today, we&#8217;ve installed Openbox on Foresight Linux. We&#8217;ve given  it a    tint2 panel so we have a place to dock applications and we&#8217;ve     customized the Openbox right click menu and added a wallpaper program     called Nitrogen. Hopefully, this shows you the customizable features of     Openbox and also shows you the speed that Openbox operates at. It&#8217;s a     very minimalistic environment, yet one that can be very powerful.</p>
<h3><span style="text-decoration: underline;"><span style="font-weight: normal;">Installation Notes of Interest</span></span></h3>
<p><em>tint2</em></p>
<p>Tint2 is my newly crowned favorite panel for openbox.  It&#8217;s    lightweight and is able to be configured in so many ways.  I added the    sleep command inside my autostart.sh to make sure that the desktop is    loaded before the tint2 panel tries to load&#8230;mostly, this is due to    network manager wanting to animate while the panel loads.  This isn&#8217;t as    much problem with tint2 as it is with pypanel (see below).</p>
<p><em>pypanel </em></p>
<p>Some things I&#8217;ve noticed when running openbox&#8230;network manager has     problems with pypanel. I added the sleep command inside my  autostart.sh    and this is much better now&#8230;but there may be similar  problems with    network manager. It&#8217;s really NM searching for a network  and it causes    the panel to flicker a bit. Not a real show stopper.</p>
<p><em>Gnome-panel</em></p>
<p>Gnome-panel running inside openbox causes a few errors to pop up when     I login. This could be due to the fact that I&#8217;ve started things in  my    autostart.sh out of order&#8230;I&#8217;m also not all together sure what is     causing these errors. The problem seems to be with the docking area  of    gnome-panel as when I minimize programs they are not docked.  Easily    fixable, but annoying nonetheless.</p>
<p><em>Alternative Panels</em></p>
<p>There are quite a few alternative panels out there.  Fbpanel is one.     Perlpanel is another.  Fbpanel and lxpanel are available in the    Foresight  repositories. You can also add other launchers like wbar if    you so  desire.</p>
<h2><span style="font-weight: normal;">Screenshot</span></h2>
<div id="attachment_1552" class="wp-caption alignnone" style="width: 555px"><a href="http://linux-blog.org/wp-content/uploads/2010/05/desktop.png"><img class="size-full wp-image-1552   " title="desktop" src="http://linux-blog.org/wp-content/uploads/2010/05/desktop.png" alt="Openbox on Foresight" width="545" height="340" /></a><p class="wp-caption-text">Openbox on Foresight</p></div>


<p>Related posts:<ol><li><a href='http://linux-blog.org/adding-color-to-bash-list-command-part-ii/' rel='bookmark' title='Permanent Link: Adding Color to Bash List Command Part II'>Adding Color to Bash List Command Part II</a> <small>I previously blogged about how to add color to the...</small></li>
<li><a href='http://linux-blog.org/unity-2010-beta-2-impressions/' rel='bookmark' title='Permanent Link: Unity 2010 Beta 2 Impressions'>Unity 2010 Beta 2 Impressions</a> <small>As noted previously, I&#8217;ve been pretty hard pressed lately in...</small></li>
<li><a href='http://linux-blog.org/clarification-on-foresight-and-fedora/' rel='bookmark' title='Permanent Link: Clarification on Foresight and Fedora'>Clarification on Foresight and Fedora</a> <small>I previously wrote about a possible &#8220;rebasing&#8221; of Foresight Linux...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/installing-openbox-on-foresight-linux/" rel="bookmark">Installing Openbox on Foresight Linux</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on May 30, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/installing-openbox-on-foresight-linux/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Boxee is Changing the World</title>
		<link>http://linux-blog.org/boxee-is-changing-the-world/</link>
		<comments>http://linux-blog.org/boxee-is-changing-the-world/#comments</comments>
		<pubDate>Tue, 25 May 2010 16:13:31 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[editorial]]></category>
		<category><![CDATA[entertainment]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=1370</guid>
		<description><![CDATA[Television and Movies shape reality. Just look at this medium over the past few decades and you&#8217;ll always find a TV series or movie that is a glass reflection of what is happening in the real world.  Movies and TV have the power to elicit strong emotional responses (i.e. The Notebook_or_insert_another_chick_flick_here) , invoke the ire [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Television and Movies shape reality.</p>
<p>Just look at this medium over the past few decades and you&#8217;ll always find a TV series or movie that is a glass reflection of what is happening in the real world.  Movies and TV have the power to elicit strong emotional responses (i.e. <a title="The Notebook (2004)" href="http://www.imdb.com/title/tt0332280/" target="_blank">The Notebook</a>_or_insert_another_chick_flick_here) , invoke the ire of opposing groups (i.e. <a title="Expelled:  No Intelligence Allowed (2008)" href="http://www.imdb.com/title/tt1091617/" target="_blank">Expelled: No Intelligence Allowed</a>), and even inspire people to unite under a common goal.  Anything that powerful and influencing with the reach that moves and TV have is a force to be reckoned with.</p>
<h2>Stagnant Development and Stagnant Thinking</h2>
<p>When development on something stagnates and no further advancement happens, often times that technology is abandoned.  An example of this is how voice-over-IP is changing how we do phones.  With <a title="skype" href="http://www.skype.com/" target="_blank">Skype</a>, <a title="Vonage" href="http://www.vonage.com/" target="_blank">Vonage</a>, <a title="Google Voice" href="http://www.google.com/googlevoice/about.html" target="_blank">Google Voice</a>, <a title="Asterisk" href="http://www.asterisk.org/" target="_blank">asterisk</a>, and other amazing services the consumer is innovating while phone companies flounder.  Soon in the future we will see phone companies change to become absorbed by ISPs.  The same is true of Television companies.  With the onslaught of new media on the web and the ability to stream video from point A to point B, conventional media producers are being forced to become innovative to  stay relevant.  The problem is that they don&#8217;t want to innovate.  They&#8217;d rather sit back and let the old way they operate things be the ONLY way they operate things.  A prime example is NBC&#8217;s fall from grace; from first to worst with no sign of improvement.  Time and time again they prove that they don&#8217;t &#8220;get it&#8221; at all&#8230;even up to NBC CEO Jeff Zucker saying that <a title="Boxee stealing?" href="http://blog.boxee.tv/2010/02/04/boxee-responds-to-nbcs-jeff-zucker/">Boxee is stealing content from Hulu when they play videos</a>&#8230;using this logic:  Opera, Safari, Firefox, and any web browser is &#8220;stealing&#8221; content by visiting Hulu.com and playing videos&#8230;because Boxee uses Mozilla Firefox to play Hulu&#8217;s content.</p>
<p>When big television finally gets this&#8230;they&#8217;ll get on board and they&#8217;ll be seen less negatively and more positively.  The first Television company to  fully partner with Boxee to offer full episodes will win.  What does winning mean?  It means that the PR exposure will be such a huge shot in the arm that the company will benefit across the board.  It also means that they get rich metrics on what people are watching, how often they watch, and when they are watching&#8230;all without even needing a Nielson ratings.  The first company to do this, in my opinion, will be the company all other broadcast corporations will chase.</p>
<h2>How Boxee Harnesses the Power of Movies and TV</h2>
<p><a title="What is Boxee?" href="http://support.boxee.tv/entries/43764-what-is-boxee" target="_blank">Boxee</a> tames that reality shaping force for you.  Boxee changes the way you are entertained.  By   changing how something is used or consumed, you change all those the   thing reaches.  Instead of TV being brought into your home&#8230;YOU are bringing TV into your home on your terms.  Studios need to know that to gain control over something you sometimes have to give up control.</p>
<p>Boxee crawls the web for you and brings all television it can find (think CBS, ABC, NBC, Hulu, Netflix, clicker.com, tv.com) into a single interface.  You play your show in Boxee and can even rate it and/or share it.  People can subscribe to your boxee feed and know what you rated a movie or television show and perhaps watch it themselves.  However, the real power of boxee is the single interface.  This gives people the ability to launch a single program that can find TV for them.  The entry barrier to watching TV online is thus lowered.  That means that Boxee is a POWERFUL tool for television and movies&#8230;one not being utilized by those markets.</p>
<p>Boxee is taking a cross platform approach to things as well&#8230;it&#8217;s freely available for Linux, Windows, and Mac platforms.  This allows Boxee to be something EVERYONE can experience.</p>
<p>Boxee IS changing the entire world, one television at a time.  If broadcasting corporations don&#8217;t recognize this and work with Boxee&#8230;I&#8217;m afraid they may be left out in the cold during this change.  What do you think?  Does Boxee have the power to change the world?</p>
<p>If you&#8217;d like to know more about getting started using Boxee, please visit</p>
<p><a title="http://www.howcast.com/videos/310743-How-To-Get-Started-With-Boxee" href="http://www.howcast.com/videos/310743-How-To-Get-Started-With-Boxee" target="_blank">http://www.howcast.com/videos/310743-How-To-Get-Started-With-Boxee</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/boxee-is-changing-the-world/" rel="bookmark">Boxee is Changing the World</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on May 25, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/boxee-is-changing-the-world/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Ubuntu Names Their Desktop After Us?</title>
		<link>http://linux-blog.org/ubuntu-names-their-desktop-after-us/</link>
		<comments>http://linux-blog.org/ubuntu-names-their-desktop-after-us/#comments</comments>
		<pubDate>Mon, 10 May 2010 18:05:02 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Distros]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[names]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unity]]></category>
		<category><![CDATA[unity linux]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=1480</guid>
		<description><![CDATA[I was quite surprised this morning whilst reading my RSS feeds to discover that Ubuntu has named their most recent &#8216;lite desktop&#8216; Unity.  Surprised because we have our project, Unity Linux.  Strange that both our &#8216;lightweight distribution and desktop&#8217; and Ubuntu&#8217;s &#8216;lite desktop&#8217; should share a name together. While I&#8217;m not really sure why no one [...]


Related posts:<ol><li><a href='http://linux-blog.org/unity-linux-automates-build-process/' rel='bookmark' title='Permanent Link: Unity Linux Automates Build Process'>Unity Linux Automates Build Process</a> <small>The guys over at Unity Linux have created and developed...</small></li>
<li><a href='http://linux-blog.org/unity-linux-theme-refreshes/' rel='bookmark' title='Permanent Link: Unity Linux Theme Refreshes'>Unity Linux Theme Refreshes</a> <small>I&#8217;ve been pretty busy lately with theme design for the...</small></li>
<li><a href='http://linux-blog.org/unity-2010-beta-2-impressions/' rel='bookmark' title='Permanent Link: Unity 2010 Beta 2 Impressions'>Unity 2010 Beta 2 Impressions</a> <small>As noted previously, I&#8217;ve been pretty hard pressed lately in...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I was quite surprised this morning whilst reading my RSS feeds to discover that Ubuntu has named their most recent &#8216;<a title="lite desktop" href="http://www.ubuntu.com/news/unity-ubuntu-light-instant-web" target="_blank">lite desktop</a>&#8216; Unity.  Surprised because we have our project, <a title="unity linux homepage" href="http://unity-linux.org" target="_blank">Unity Linux</a>.  Strange that both our &#8216;lightweight distribution and desktop&#8217; and Ubuntu&#8217;s &#8216;lite desktop&#8217; should share a name together.</p>
<p>While I&#8217;m not really sure why no one threw up a stop to this in the Canonical brainstorming session that produced &#8216;Ubuntu Unity&#8217; one can only have a laugh about this and hope we don&#8217;t get our pants sued off even though we named our distro first.</p>
<p>If things do get hairy, I&#8217;m sure we can change our name to &#8216;Unity Ubuntu&#8217; or something similar to properly confuse everyone.</p>
<p>So, on behalf of all the Unity Linux developers, I&#8217;d like to thank the Academy and give a special shout out to Ubuntu for making our name known!  Thanks <a title="Mark!" href="http://www.markshuttleworth.com/archives/383" target="_blank">Mark</a>!  Oh and good luck with that Unity thing! <img src='http://linux-blog.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<h5>* devnet removes tongue from cheek</h5>


<p>Related posts:<ol><li><a href='http://linux-blog.org/unity-linux-automates-build-process/' rel='bookmark' title='Permanent Link: Unity Linux Automates Build Process'>Unity Linux Automates Build Process</a> <small>The guys over at Unity Linux have created and developed...</small></li>
<li><a href='http://linux-blog.org/unity-linux-theme-refreshes/' rel='bookmark' title='Permanent Link: Unity Linux Theme Refreshes'>Unity Linux Theme Refreshes</a> <small>I&#8217;ve been pretty busy lately with theme design for the...</small></li>
<li><a href='http://linux-blog.org/unity-2010-beta-2-impressions/' rel='bookmark' title='Permanent Link: Unity 2010 Beta 2 Impressions'>Unity 2010 Beta 2 Impressions</a> <small>As noted previously, I&#8217;ve been pretty hard pressed lately in...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/ubuntu-names-their-desktop-after-us/" rel="bookmark">Ubuntu Names Their Desktop After Us?</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on May 10, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/ubuntu-names-their-desktop-after-us/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Unity 2010 Beta 2 Impressions</title>
		<link>http://linux-blog.org/unity-2010-beta-2-impressions/</link>
		<comments>http://linux-blog.org/unity-2010-beta-2-impressions/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 20:30:12 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Distros]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[unity]]></category>
		<category><![CDATA[unity linux]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=1340</guid>
		<description><![CDATA[As noted previously, I&#8217;ve been pretty hard pressed lately in my secular job due to migrations and other fun activities happening throughout the past few months.  I did however, get the chance to download Unity 2010 Beta 2 and give it a go.  I had some problems when booting because I was brought to a [...]


Related posts:<ol><li><a href='http://linux-blog.org/foresight-rpath-livecd-and-unity-linux/' rel='bookmark' title='Permanent Link: Foresight, rPath, LiveCD, and Unity Linux'>Foresight, rPath, LiveCD, and Unity Linux</a> <small>Most, if not all, top distributions of Linux ship a...</small></li>
<li><a href='http://linux-blog.org/unity-linux-theme-refreshes/' rel='bookmark' title='Permanent Link: Unity Linux Theme Refreshes'>Unity Linux Theme Refreshes</a> <small>I&#8217;ve been pretty busy lately with theme design for the...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://linux-blog.org/wp-content/uploads/2010/01/January_desktop.png"><img class="alignleft size-thumbnail wp-image-1349" style="margin: 8px;" title="January_desktop" src="http://linux-blog.org/wp-content/uploads/2010/01/January_desktop-150x150.png" alt="" width="150" height="150" /></a>As <a href="http://linux-blog.org/status-update-for-devnet/" target="_blank">noted previously</a>, I&#8217;ve been pretty hard pressed lately in my secular job due to migrations and other fun activities happening throughout the past few months.  I did however, get the chance to download Unity 2010 Beta 2 and give it a go.  I had some problems when booting because I was brought to a blank black screen with a mouse pointer no matter what options I passed during boot.  To get by this, I had to follow some <a href="http://webchat.freenode.net/?channels=unitylinux">IRC advice</a> on #unitylinux  (thanks wile_netbook!) and change to a second tty, kill the Xserver and GDM, followed by executing do-vesa.  It&#8217;s hard to try to do it quickly though because GDM will try and restart X and switch init levels on you back to a graphical one.  To get by this, you&#8217;ll need to do the following:</p>
<p>Drop into a different tty.  Login as root&#8230;if you&#8217;re on the liveCD, the password is root.  Execute:</p>
<pre class="brush: plain;">ps aux | more</pre>
<p>Make note of the PID for X and GDM.  Write them down&#8230;replace the terms below with your PID numbers:</p>
<pre class="brush: plain;">kill -9 PID_for_X &amp;&amp; kill -9 PID_for_GDM &amp;&amp; do-vesa</pre>
<p>You now should see something other than black screen with mouse cursor.  I&#8217;m not sure how many systems this affects&#8230;but I know my Dell Latitude D630 laptop took it on the chin for this one.  Not a huge problem for a Beta&#8230;I mean, a distro can&#8217;t be all things to everyone.</p>
<p>Overall though, Unity 2010 Beta 2 is much more solid than Beta 1 was for me after getting by the initial X problem.  Everything works as it should as far as sound, Internet, and wireless are concerned.  I quickly removed PCmanFM and replaced it with Thunar, my file manager of choice.  I removed LXPanel and installed Tint2.  Installed Nitrogen to manage wallpaper.  Installed Parcellite to give me a clipboard,  Installed volwheel to give me a volume applet to control volume.  Installed Pragha to give myself a great music player.  Installed Irssi to allow me to get my IRC fix and put pidgin in play to IM.  I had a usable, customized desktop within about an hour.  And it&#8217;s been really solid&#8230;just as solid as my Arch Openbox desktop I run at home&#8230;which makes me feel good about this Beta.</p>
<p>So what else have I been working on?  I&#8217;ve been working on a large (VERY large)  tutorial on file permissions and making use of groups for file/directory access to add to the tutorials section of YALB.  This thing has been in work since last year and I&#8217;m attempting to finish it up before the months end to give a good representation of what file permissions in Linux are for and how they work with users and groups.  I&#8217;m also going to write up a tutorial on how to customize Unity 2010 Beta 2 into a lightweight Openbox desktop.  So, some good updates hovering on the horizon.  Stay tuned <img src='http://linux-blog.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>


<p>Related posts:<ol><li><a href='http://linux-blog.org/foresight-rpath-livecd-and-unity-linux/' rel='bookmark' title='Permanent Link: Foresight, rPath, LiveCD, and Unity Linux'>Foresight, rPath, LiveCD, and Unity Linux</a> <small>Most, if not all, top distributions of Linux ship a...</small></li>
<li><a href='http://linux-blog.org/unity-linux-theme-refreshes/' rel='bookmark' title='Permanent Link: Unity Linux Theme Refreshes'>Unity Linux Theme Refreshes</a> <small>I&#8217;ve been pretty busy lately with theme design for the...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/unity-2010-beta-2-impressions/" rel="bookmark">Unity 2010 Beta 2 Impressions</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on January 15, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/unity-2010-beta-2-impressions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Clarification on Foresight and Fedora</title>
		<link>http://linux-blog.org/clarification-on-foresight-and-fedora/</link>
		<comments>http://linux-blog.org/clarification-on-foresight-and-fedora/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 20:51:14 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Distros]]></category>
		<category><![CDATA[Boots]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[foresight]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rpath]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=1215</guid>
		<description><![CDATA[I previously wrote about a possible &#8220;rebasing&#8221; of Foresight Linux on the Fedora platform. This conjecture was a bit premature it seems as I am completely wrong on this being a possibility The best part about me being absolutely wrong on this is that there is still going to be benefits for Foresight and Fedora [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I previously wrote about a possible &#8220;rebasing&#8221; of Foresight Linux on the Fedora platform.  This conjecture was a bit premature it seems as I am completely wrong on this being a possibility <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   The best part about me being absolutely wrong on this is that there is still going to be benefits for <a title="Foresight Linux Home" href="http://foresightlinux.org" target="_blank">Foresight</a> and <a title="Fedora Project" href="http://fedoraproject.org/" target="_blank">Fedora</a> even without the rebase.</p>
<p>Foresight is toying with the idea of having a <strong>sub-project</strong> (completely separate from Foresight Linux base) that it has tentatively called &#8216;<a href="http://wiki.foresightlinux.org/display/~johnsonm/Boots+Proposal" target="_blank">boots, a Fedora remix</a>&#8216; (a play on Dora in Fedora for those of you with kids).</p>
<p>What would happen is that <a title="Mirrorball from rPath" href="http://hg.rpath.com/mirrorball" target="_blank">mirrorball</a>, a tool from rPath that &#8216;sucks in&#8217; repositories, would pull in a Fedora repository into a separate Foresight repository.  From there, it is fully consumable by any product/project that is hosted on <a title="rBuilder Online" href="http://hg.rpath.com/mirrorball" target="_blank">rBuilder Online</a> from <a title="rPath Home" href="http://www.rpath.com/corp/" target="_blank">rPath</a>.  <a title="Conary" href="http://wiki.rpath.com/wiki/Conary" target="_blank">Conary</a> really is one of the most innovative package managers on the planet and I&#8217;ve mentioned it <a title="Foresight Linux and Conary" href="http://linux-blog.org/foresight-linux-and-conary-part-i/" target="_blank">once</a> or <a title="Thoughts on Package Management" href="http://linux-blog.org/thoughts-on-package-management/" target="_blank">twice</a> before (never got around to part II on one of those though).  The ability to fully suck in a RPM repository is already being done with <a title="CentOS 5 by rPath" href="http://wiki.rpath.com/wiki/CentOS_Delivered_by_rPath" target="_blank">CentOS</a> and <a title="Scientific Linux by rPath" href="http://blogs.conary.com/index.php/rpathcom/2009/08/06/rbuilder_updated_announcing_a_new_platfo" target="_blank">Scientific Linux</a> on rBuilder Online&#8230;even <a href="http://lwn.net/Articles/307998/" target="_blank">Ubuntu</a> is currently being done as well&#8230;so we have proof that it is totally possible.  Once imported, Conary takes over the management of said packages.</p>
<p>So what does this give Foresight?  A few things:</p>
<ol>
<li>Testing of packages in 2 communities</li>
<li>Developer eyes/chatter in 2 communities</li>
<li>The ability of Foresight to cherry pick packages from a large base</li>
<li>Compare and contrast for packages from 2 different sources to track down bugs</li>
</ol>
<p>So, as I said, I was wrong initially and I hope this clears up what Foresight plans to do.  A sub-project will be started that imports the Fedora repository changing them from (rpm to Conary) allowing Foresight to both test and cherry pick packages from a larger base hopefully freeing up a bit more time for Foresight architects.  Phew!  What a mouthful, run-on-sentence that was!</p>
<h2>Why Conary?  How does this help Fedora?</h2>
<p>I know some of you may be asking Why Conary?  What does it have over RPM that Foresight should suck in a repositoroy and change it to Conary packages?  The reason this is an absolute necessity is because the tools on which Foresight are built (rBuilder Online) works with Conary only&#8230;that means ISO generation and repository hosting are all mandated to be Conary based.</p>
<p>The other interesting part about this is that Conary blends version control with package management.  It deals with changesets as packages.  Imagine SVN&#8230;you have a local changeset that  you&#8217;re working on and the version inside the SVN repository differs from that.  You can then diff the state of your local copy to see how it differs from the remote copy.  This allows you to see the changes you&#8217;ve made and allows you to see what code may be broken.  Also, commits are numbered automagically so that you don&#8217;t have to worry about breaking things much because you can rollback to a previous known good state.</p>
<p>The same is true with Conary&#8230;you can <a title="Conary Rollback" href="http://wiki.rpath.com/wiki/Conary:conary_rollback" target="_blank">rollback</a> to previous known good states.  You can also diff each changeset locally with the remote repository.  Now imagine this with Fedora packages&#8230;if something is broken, chances are Foresight will find a fix for it much more quickly than someone in Fedora&#8230;a single command can diff the previously known good version with the broken version and find out the shortcoming.  Or perhaps a known good verion in Foresight that isn&#8217;t Fedora based might be used to diff the Fedora RPM version and find out the differences in them.  In all, it&#8217;s going to help developers track down problems faster.  This helps Fedora&#8230;they now have a small number of Foresight developers who will be working with hundreds of popular Fedora RPMs looking to see if they work or are broken.</p>
<p>Most of the benefit will be measurable in Foresight because they&#8217;ll be able to use just about any package Fedora creates&#8230;but the Foresight community is FULL of very capable developers&#8230;guys that really know what they&#8217;re doing.  If they can make this a collaborative effort Fedora will gain exceptionally smart developers as well&#8230;even if testing packages on a different platform, they&#8217;ll have eyeballs on these packages and if a fix is found or made for them they will definitely go upstream to Fedora.</p>
<p>Hopefully, this puts things right from my initial wrong.  I don&#8217;t claim to be an insider for Foresight&#8230;I just know a lot of the people involved and ask questions a lot&#8230;.I also pay attention to the developer mailing list.  If you have any questions, please leave a comment and I&#8217;ll attempt to track down answers for them <img src='http://linux-blog.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/clarification-on-foresight-and-fedora/" rel="bookmark">Clarification on Foresight and Fedora</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on September 9, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/clarification-on-foresight-and-fedora/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Slackware and Zenwalk</title>
		<link>http://linux-blog.org/slackware-and-zenwalk/</link>
		<comments>http://linux-blog.org/slackware-and-zenwalk/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 03:23:47 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Distros]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Slackware]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=1041</guid>
		<description><![CDATA[I&#8217;ve been distro shopping lately.  I had become complacent while working with PCLinuxOS because everything just works when using it.  With nothing broken, I had nothing to fix   This is a good thing, unless you want things to break every once in a while so you can learn to fix them.  I know, I&#8217;m [...]


Related posts:<ol><li><a href='http://linux-blog.org/rethinking-home-servers/' rel='bookmark' title='Permanent Link: Rethinking Home Servers'>Rethinking Home Servers</a> <small>Since my first home-built server (a PI 75Mhz behemoth) I&#8217;ve...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-3982453702542240";
/* 468x15, created 6/24/09 */
google_ad_slot = "6181047080";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
I&#8217;ve been distro shopping lately.  I had become complacent while working with PCLinuxOS because everything just works when using it.  With nothing broken, I had nothing to fix <img src='http://linux-blog.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   This is a good thing, unless you want things to break every once in a while so you can learn to fix them.  I know, I&#8217;m a glutton for punishment.</p>
<p>After some initial toolings in <a href="http://www.archlinux.org">Arch</a> and <a href="http://www.gentoo.org/">Gentoo</a>, I settled on <a href="http://slackware.com">Slackware</a>&#8230;which was my first distribution I tried ever in 1995.  It felt good to be coming back to Slackware&#8230;there is a simple elegance about it.  It&#8217;s ultimately fast on just about every system I&#8217;ve put it on.  I really like the unix like rc files Slackware has; to me, it&#8217;s simple to get things working.  This could be because I cut my teeth on Solaris&#8230;but then again, I think it&#8217;s much easier to manage system services by making an rc file executable (chmod).  Sure Red Hat style is ok with &#8216;service name start|restart|stop&#8217; but I really like going into a directory, listing it out, and seeing all my services that execute on startup in green.  Maybe it&#8217;s my nostalgia getting the best of me.  I&#8217;m sure that&#8217;s it.</p>
<p>Regardless, I stuck with Slackware only a short while because I was interested in <a href="http://xfce.org">XFCE</a> (not that Slack doesn&#8217;t have XFCE&#8230;just that I wanted to see a distro that prides itself on XFCE) and decided to give <a href="http://zenwalk.org">Zenwalk</a> 6 a try (I&#8217;ve tried Wolvix already&#8230;it just didn&#8217;t click with me).  I&#8217;d heard nothing but good things about this distro and it is Slackware based, which makes all the nostalgic parts of me tingle.</p>
<p>I installed and all I can say is WOW!  It&#8217;s a fantastic implementation of XFCE regardless of distribution.  The Slackware speed and rc system are there, greeting me on each startup/login.  XFCE is done brilliantly there and really feels like a superb implementation.  Updating is a snap with <strong>netpkg</strong>, something I haven&#8217;t had any experience with&#8230;it does the job nicely though.  Overall, I&#8217;m quite satisfied with Zenwalk and will be sticking with it for a while.  I&#8217;ll post back from time to time with any tips or tricks I might find as I&#8217;m stretching my legs so to speak in my new environment.</p>
<p><a href="http://linux-blog.org/wp-content/uploads/2009/06/zenwalk.png"><img class="size-large wp-image-1042" title="zenwalk" src="http://linux-blog.org/wp-content/uploads/2009/06/zenwalk-1024x640.png" alt="Zenwalk 6, slightly altered" width="520" height="324" /></a></p>
<p style="text-align: center;">
<p style="text-align: center;">


<p>Related posts:<ol><li><a href='http://linux-blog.org/rethinking-home-servers/' rel='bookmark' title='Permanent Link: Rethinking Home Servers'>Rethinking Home Servers</a> <small>Since my first home-built server (a PI 75Mhz behemoth) I&#8217;ve...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/slackware-and-zenwalk/" rel="bookmark">Slackware and Zenwalk</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on June 4, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/slackware-and-zenwalk/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Project Unity Updates</title>
		<link>http://linux-blog.org/project-unity-updates/</link>
		<comments>http://linux-blog.org/project-unity-updates/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 00:55:03 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Distros]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[unity]]></category>
		<category><![CDATA[unity linux]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=944</guid>
		<description><![CDATA[Just a few updates on the new project named Unity&#8230; We&#8217;ve got a Home Page, IRC Channel, Forum, Docs site, a Package Tracker, and a Planet up and running.   In works is getting a Bug Tracker up and running&#8230; We have SVN We have Twitter for news We have Twitter for commits We have [...]


Related posts:<ol><li><a href='http://linux-blog.org/unity-linux-theme-refreshes/' rel='bookmark' title='Permanent Link: Unity Linux Theme Refreshes'>Unity Linux Theme Refreshes</a> <small>I&#8217;ve been pretty busy lately with theme design for the...</small></li>
<li><a href='http://linux-blog.org/what-is-unity-linux/' rel='bookmark' title='Permanent Link: What Is Unity Linux?'>What Is Unity Linux?</a> <small>There&#8217;s been a lot of confusion about exactly what Unity...</small></li>
<li><a href='http://linux-blog.org/foresight-rpath-livecd-and-unity-linux/' rel='bookmark' title='Permanent Link: Foresight, rPath, LiveCD, and Unity Linux'>Foresight, rPath, LiveCD, and Unity Linux</a> <small>Most, if not all, top distributions of Linux ship a...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Just a few updates on the new project named Unity&#8230;</p>
<ul>
<li>We&#8217;ve got a <a href="http://unity-linux.org">Home Page</a>, <a href="http://widget.mibbit.com/?settings=b2e9f3b2ea606099ec9387251539a2af&amp;server=irc.freenode.net&amp;channel=%23unitylinux&amp;noServerMotd=true&amp;autoConnect=true">IRC Channel</a>, <a href="http://forum.unity-linux.org">Forum</a>, <a href="http://docs.unity-linux.org">Docs site</a>, a <a href="http://rpmfind.unity-linux.org/">Package Tracker</a>, and a <a href="http://planet.unity-linux.org/">Planet</a> up and running.  </li>
<li>In works is getting a Bug Tracker up and running&#8230;</li>
<li><a href="http://unity-linux.svn.sourceforge.net/viewvc/unity-linux/">We have SVN</a></li>
<li>We have <a href="http://twitter.com/unitylinux">Twitter for news</a></li>
<li>We have <a href="http://twitter.com/ulcommits">Twitter for commits</a></li>
<li>We have a <a href="http://forum.unity-linux.org/forum-42.html">Forum aggregator for Commits</a></li>
<li>We have <a href="http://www.flickr.com/photos/36847328@N05/">screenshots of build2</a> (tinyme quick base &#8211; developer only)</li>
<li>We have build3 almost out the door (developer only)</li>
</ul>
<p>What is Unity you ask?  Unity Linux strives to be a solid core for the mklivecd project. We hope that numerous distributions of Linux that want to make use of functions such as mklivecd and remasterme will base their distributions on our small core. Our methodology is to keep it simple, keep it open, keep it free, and keep it updated!</p>
<p>Some distributions you may see based on Unity Linux: Granular Linux, Producer Edition Linux, TinyMe Linux, TinyFlux Linux, Unity e17 (formerly PCe17OS), and many others.  One of the others I speak of here that <em>might</em> base on Unity is SAM Linux.  For those of you that don&#8217;t know, SAM has been doing its own thing for a while now and the ability to have a small core without lots of dependencies with the ability to remaster and mklivecd is appealing to many distributions and remasters out there.  Hopefully, our core will do well for everyone involved.  Thus far, SAM is keeping it&#8217;s eyes open and looking at Unity to see where it goes.</p>
<p>So, lots of development is happening right at this moment&#8230;and we still have lots to go.  Our developer ranks have swollen to around 29 members now&#8230;so we&#8217;ve got a GREAT group of people all working toward the common goal.  Right now, our developers want to get a core iso out the door so that everyone can have a common desktop to work on (for our docs guys, for our rpm rollers, for our kernel hackers) to make sure we&#8217;re all on the same page.</p>
<p>We&#8217;re also beginning to form teams&#8230;or at least talk about teams <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I think soon we&#8217;ll see dedicated team leads come out of the development ranks to step up and develop in their individual area.  If you have questions or concerns or comments about Unity Linux, please drop me a line below!</p>
<p><a href="http://unity-linux.org/feed/">Sign Up for Unity Linux RSS</a> &#8211; Get notified when we release!</p>
<p><a href="http://feedburner.google.com/fb/a/mailverify?uri=UnityLinux">Sign Up via Email for Unity Linux Releases </a></p>


<p>Related posts:<ol><li><a href='http://linux-blog.org/unity-linux-theme-refreshes/' rel='bookmark' title='Permanent Link: Unity Linux Theme Refreshes'>Unity Linux Theme Refreshes</a> <small>I&#8217;ve been pretty busy lately with theme design for the...</small></li>
<li><a href='http://linux-blog.org/what-is-unity-linux/' rel='bookmark' title='Permanent Link: What Is Unity Linux?'>What Is Unity Linux?</a> <small>There&#8217;s been a lot of confusion about exactly what Unity...</small></li>
<li><a href='http://linux-blog.org/foresight-rpath-livecd-and-unity-linux/' rel='bookmark' title='Permanent Link: Foresight, rPath, LiveCD, and Unity Linux'>Foresight, rPath, LiveCD, and Unity Linux</a> <small>Most, if not all, top distributions of Linux ship a...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/project-unity-updates/" rel="bookmark">Project Unity Updates</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on April 5, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/project-unity-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Project:  Unity</title>
		<link>http://linux-blog.org/new-project-unity/</link>
		<comments>http://linux-blog.org/new-project-unity/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 14:45:37 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Distros]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[unity]]></category>
		<category><![CDATA[unity linux]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=940</guid>
		<description><![CDATA[I&#8217;ve been working on a new project the last few days.  We&#8217;re calling it Unity.  What it will be is a new Linux distribution that takes an incremental approach to desktop Linux.  It will provide a central core and use the mklivecd scripts that PCLinuxOS uses and it will provide a base from which to [...]


Related posts:<ol><li><a href='http://linux-blog.org/unity-linux-theme-refreshes/' rel='bookmark' title='Permanent Link: Unity Linux Theme Refreshes'>Unity Linux Theme Refreshes</a> <small>I&#8217;ve been pretty busy lately with theme design for the...</small></li>
<li><a href='http://linux-blog.org/foresight-rpath-livecd-and-unity-linux/' rel='bookmark' title='Permanent Link: Foresight, rPath, LiveCD, and Unity Linux'>Foresight, rPath, LiveCD, and Unity Linux</a> <small>Most, if not all, top distributions of Linux ship a...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a new project the last few days.  We&#8217;re calling it Unity.  What it will be is a new Linux distribution that takes an incremental approach to desktop Linux.  It will provide a central core and use the mklivecd scripts that PCLinuxOS uses and it will provide a base from which to build just about any desktop you want out there.</p>
<p>Hopefully, this building block approach will work for us.  Currently, we&#8217;re operating behind closed doors.  Soon though, we&#8217;ll have some kind of public face to this thing.  When we do, I&#8217;ll post follow-up information.</p>
<p>Those of you that follow me on the web know that I recently gave up control of MyPCLinuxOS, the community projects site for PCLinuxOS.  I cited personal reasons for giving this control up.  One of those personal reasons was to become involved with this new endeavor.  I hope to help make this into something great!</p>


<p>Related posts:<ol><li><a href='http://linux-blog.org/unity-linux-theme-refreshes/' rel='bookmark' title='Permanent Link: Unity Linux Theme Refreshes'>Unity Linux Theme Refreshes</a> <small>I&#8217;ve been pretty busy lately with theme design for the...</small></li>
<li><a href='http://linux-blog.org/foresight-rpath-livecd-and-unity-linux/' rel='bookmark' title='Permanent Link: Foresight, rPath, LiveCD, and Unity Linux'>Foresight, rPath, LiveCD, and Unity Linux</a> <small>Most, if not all, top distributions of Linux ship a...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/new-project-unity/" rel="bookmark">New Project:  Unity</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on March 24, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/new-project-unity/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Laptop Multimedia Keys and PCLinuxOS 2009</title>
		<link>http://linux-blog.org/laptop-multimedia-keys-and-pclinuxos-2009/</link>
		<comments>http://linux-blog.org/laptop-multimedia-keys-and-pclinuxos-2009/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 02:35:36 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Kwhat?]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[PCLinuxOS]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=927</guid>
		<description><![CDATA[I installed PCLinuxOS 2009 recently on a Dell D630 Latitude and was disappointed to see that I couldn&#8217;t get the hardware volume (up/down/mute) buttons didn&#8217;t work out of the box.  I thought a bit about kmilo, a program that was previously used for laptop buttons (thinkpad buttons though) and I searched around a bit inside [...]


Related posts:<ol><li><a href='http://linux-blog.org/convert-png-to-gif-via-command-line/' rel='bookmark' title='Permanent Link: Convert PNG to GIF via Command Line'>Convert PNG to GIF via Command Line</a> <small>I installed a bare bones Arch Linux system today and...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I installed PCLinuxOS 2009 recently on a Dell D630 Latitude and was disappointed to see that I couldn&#8217;t get the hardware volume (up/down/mute) buttons didn&#8217;t work out of the box.  I thought a bit about kmilo, a program that was previously used for laptop buttons (thinkpad buttons though) and I searched around a bit inside the KDE Control Center for keyboard shortcuts to see if I could assign the keys manually.  However, I couldn&#8217;t find any volume setting inside this menu.</p>
<p>Then, it hit me, I had remembered seeing volume settings before&#8230;inside kmix; there is an area for assigning global shortcuts for volume and mute!  This should work for anyone running KDE 3.5.8 and above (I think).  Left click on Kmix in your tray and choose the mixer button.  From there, choose <em>Settings &gt;&gt; Configure Global Shortcuts</em>.  Now assign the volume up, down, and mute keys manually by clicking in the blank and pressing the hardware button.  This should work for a majority of people out there.  For me though, this didn&#8217;t work.  When pressing the keys, nothing happened.  I thought I was doomed.</p>
<p>I researched a bit more and found that installing a program called keytouch would allow me to, at the very least, program my keyboard in any way I wanted to program it.  I opened Synaptic and installed keytouch and keytouch-editor.  After install, I went to <em>Kmenu &gt;&gt; System &gt;&gt; Configuration &gt;&gt; Hardware &gt;&gt; Keytouch</em>.  It prompted me to choose my keyboard.  Since it didn&#8217;t have the Dell D630, I chose the closest thing which was the Dell D800.  I closed the application and now the volume buttons and mute button works!  Keytouch also has the ability to manually edit and also to import keytouch &#8216;schemas&#8217; to give maximum flexibility.  Hopefully, this helps some of you out there that cannot get your multimedia keys working in PCLinuxOS and KDE to work!</p>


<p>Related posts:<ol><li><a href='http://linux-blog.org/convert-png-to-gif-via-command-line/' rel='bookmark' title='Permanent Link: Convert PNG to GIF via Command Line'>Convert PNG to GIF via Command Line</a> <small>I installed a bare bones Arch Linux system today and...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/laptop-multimedia-keys-and-pclinuxos-2009/" rel="bookmark">Laptop Multimedia Keys and PCLinuxOS 2009</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on March 17, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/laptop-multimedia-keys-and-pclinuxos-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Open Letter to Foresight Linux</title>
		<link>http://linux-blog.org/an-open-letter-to-foresight-linux/</link>
		<comments>http://linux-blog.org/an-open-letter-to-foresight-linux/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 20:24:08 +0000</pubDate>
		<dc:creator>Theoden</dc:creator>
				<category><![CDATA[Distros]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[foresight]]></category>
		<category><![CDATA[guest editor]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opinion]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=915</guid>
		<description><![CDATA[Theoden is a guest blogger writing his first post for Yet Another Linux Blog. The views expressed inside this post are part of his personal experience and opinions regarding Foresight Linux. I&#8217;d like to thank him for taking the time to make Linux better with constructive criticism as well as the many bug reports and [...]


Related posts:<ol><li><a href='http://linux-blog.org/clarification-on-foresight-and-fedora/' rel='bookmark' title='Permanent Link: Clarification on Foresight and Fedora'>Clarification on Foresight and Fedora</a> <small>I previously wrote about a possible &#8220;rebasing&#8221; of Foresight Linux...</small></li>
<li><a href='http://linux-blog.org/foresight-rpath-livecd-and-unity-linux/' rel='bookmark' title='Permanent Link: Foresight, rPath, LiveCD, and Unity Linux'>Foresight, rPath, LiveCD, and Unity Linux</a> <small>Most, if not all, top distributions of Linux ship a...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="box"><em>Theoden is a guest blogger writing his first post for Yet Another Linux Blog.  The views expressed inside this post are part of his personal experience and opinions regarding Foresight Linux.  I&#8217;d like to thank him for taking the time to make Linux better with constructive criticism as well as the many bug reports and fixes he contributed to the Foresight Linux community.  Click Theoden&#8217;s name above</em> for more information on him.</div>
<p>I have decided &#8211; after running Foresight for two months &#8211; to no longer use <a href="http://foresightlinux.org">Foresight Linux</a> on my systems.  Let me say however that I found the experience interesting and dare I say &#8211; challenging.  Everyone in the <a href="http://en.wikipedia.org/wiki/Irc">IRC</a> channel was great &#8211; very friendly &#8211; and most tried to be helpful.</p>
<p>I thought it might be helpful and instructive to provide an explanation as to why I am not going to use Foresight any longer, rather than just disappear.  Hopefully, in doing so I may contribute to Foresight becoming a better distro that I might want to run in the future.  So, here goes &#8230;.</p>
<h2>Concerns With Foresight Linux</h2>
<p><strong>Conary:</strong> When you read about <a href="http://wiki.rpath.com/wiki/Conary">conary</a> it all sounds very exciting and innovative with many really good features.  However &#8211; when you install Foresight and actually use conary &#8211; it doesn&#8217;t take too long to realize that unless you are a developer or very involved packager &#8211; very little of conary&#8217;s goodies really touch you or help you (with the exception of rollback).</p>
<p>However &#8211; it&#8217;s negatives do impact you as a user:</p>
<ol>
<li> It is very complex and difficult for the average user to understand and use with any effect</li>
<li>It is hard to locate individual packages and make sure you have what you need when things are failing to work right</li>
<li>The idea of &#8216;group&#8217;s puts numerous things together making it somewhat confusing to sort out when a dependency is not met for an app you really need.</li>
</ol>
<p><strong>Development and QA</strong>:  To be very honest &#8211; the development of this distro &#8216;seems&#8217; from my perspective to be done as a fun project &#8211; almost a &#8216;toy&#8217; if you will &#8211; for the creator and a couple of his &#8216;close&#8217; friends.  Everything seems to be about advancing to the next version of things &#8211; the constant cutting edge challenge of adding in the latest or something really new &#8211; without ever really QA&#8217;ing and stablizing the existing released code.  So problems users are having never really get fixed properly.  And this leads to the next concern &#8230;.</p>
<p><strong>JIRA</strong>: This is the issue tracker for Foresight.  By and large &#8211; it appears that issues that don&#8217;t personally effect the developers are ignored.  I personally have an issue in the tracker concerning sound &#8211; which has been there for over 30 days and no one has done anything with it.  I finally figured out what was causing the break &#8211; but it requires the devs to fix the code.  But they have not &#8211; and ignore the issue because it works fine for them.  Many people have complained about sound issues &#8211; but the developers are concerned always with developing the latest code for the next cutting edge release instead of stopping to fix the broken code and solve problems.  Poor QA &#8211; poor response to user problems.</p>
<p><strong>Conclusion: </strong>So &#8211; Why Use Foresight?  Given the above issues that concern me, I must ask the inevitable question &#8211; &#8220;Why use Foresight then?&#8221;  And frankly &#8211; I can come up with no compelling reason to do so.  Outside of cutting edge gnome &#8211; it offers me nothing I cannot get elsewhere &#8211; in debian or slackware or archlinux, etc.  And those distros are more stable &#8211; address issues that are legitimate user concerns &#8211; work hard to QA their distros &#8211; and in general put out a more user friendly product.  The truth is &#8211; it&#8217;s all linux.  So what really counts then is product presentation &#8211; QA testing &#8211; responsiveness to user problems &#8211; and stability providing the ability for the users to do actual work with their linux systems without always trying figure out why something doesn&#8217;t work.  These things all need real work in Foresight Linux.</p>
<p>The result for me then is that I have returned to <a href="http://www.debian.org/">Debian</a>.  I wish only the best for Foresight Linux and it&#8217;s developers and users.  I hope some of the issues that have led to my decision will be addressed and that one day I might come back and give it another go.  I believe there&#8217;s a lot here to like and a great deal of talent.  Thank you for your patience with me.</p>
<p>Sincerely,</p>
<h2>Theoden <a href="mailto:madill48@comcast.net"><br />
</a></h2>


<p>Related posts:<ol><li><a href='http://linux-blog.org/clarification-on-foresight-and-fedora/' rel='bookmark' title='Permanent Link: Clarification on Foresight and Fedora'>Clarification on Foresight and Fedora</a> <small>I previously wrote about a possible &#8220;rebasing&#8221; of Foresight Linux...</small></li>
<li><a href='http://linux-blog.org/foresight-rpath-livecd-and-unity-linux/' rel='bookmark' title='Permanent Link: Foresight, rPath, LiveCD, and Unity Linux'>Foresight, rPath, LiveCD, and Unity Linux</a> <small>Most, if not all, top distributions of Linux ship a...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/an-open-letter-to-foresight-linux/" rel="bookmark">An Open Letter to Foresight Linux</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on March 16, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/an-open-letter-to-foresight-linux/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
