<?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>Enhanced Linux &#187; GNOME</title>
	<atom:link href="http://enhancedlinux.com/category/gnome/feed/" rel="self" type="application/rss+xml" />
	<link>http://enhancedlinux.com</link>
	<description>Enhancing Linux since 2006!</description>
	<lastBuildDate>Wed, 06 Apr 2011 22:44:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Install GNOME 3.0 on Arch Linux</title>
		<link>http://enhancedlinux.com/2011/04/06/install-gnome-3-0-on-arch-linux/</link>
		<comments>http://enhancedlinux.com/2011/04/06/install-gnome-3-0-on-arch-linux/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 22:44:38 +0000</pubDate>
		<dc:creator>Christer</dc:creator>
				<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://enhancedlinux.com/?p=170</guid>
		<description><![CDATA[Hello World! GNOME 3.0 was just released to the public and already it&#8217;s available in Arch Linux. Granted it&#8217;s in the testing and unstable repository (at the time of this writing), but it&#8217;s very much available and very much usable. In this article I will outline how to fresh-install GNOME 3.0 on your Arch Linux ]]></description>
			<content:encoded><![CDATA[<p><a title="Help promote GNOME 3!" href="https://live.gnome.org/ThreePointZero/Promote"><img class="alignleft" style="margin: 1px; border: 1px solid black;" src="http://www.gnome.org/wp-content/uploads/2011/04/iamgnome.png" border="0" alt="I am GNOME" width="200" height="200" /></a>Hello World! GNOME 3.0 was just released to the public and already it&#8217;s available in Arch Linux. Granted it&#8217;s in the testing and unstable repository (at the time of this writing), but it&#8217;s very much available and very much usable. In this article I will outline how to fresh-install GNOME 3.0 on your Arch Linux system.</p>
<p><strong>Configuration</strong></p>
<p>In order to install GNOME 3.0 on Arch Linux you&#8217;ll need to make some changes to your pacman.conf file. This will instruct pacman to reference two new repositories, the [testing] and [gnome-unstable]. GNOME 3.0 is built on top of testing, so the order is important here as well. Your pacman.conf should end up looking like this:</p>
<blockquote><p><code>[gnome-unstable]<br />
Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch</code></p>
<p>[testing]<br />
Include = /etc/pacman.d/mirrorlist</p>
<p>[core]<br />
Include = /etc/pacman.d/mirrorlist</p>
<p>[extra]<br />
Include = /etc/pacman.d/mirrorlist</p>
<p>#[community-testing]<br />
#Include = /etc/pacman.d/mirrorlist</p></blockquote>
<p>Once you&#8217;ve made this change you&#8217;re ready to install the new gnome package and its dependencies.</p>
<p><strong>Installation</strong></p>
<p>Installing GNOME 3.0 is very similar to installing 2.3x, with the only difference that you&#8217;re pulling it from a different repository. Referencing the new repository allows you to make sure you&#8217;re getting the right package:</p>
<blockquote><p><code>pacman -S gnome-unstable/gnome<br />
</code></p></blockquote>
<p>and for additional applications</p>
<blockquote><p><code>pacman -S gnome-unstable/gnome-extra</code></p></blockquote>
<p><strong>Into the future&#8230;</strong></p>
<p>GNOME 3.0 is just the first of a new generation. We can expect GNOME 3.2 in the fall (September) with a number of great improvements! In the meantime, please install it, play with it, offer feedback, and let&#8217;s make GNOME great!</p>
]]></content:encoded>
			<wfw:commentRss>http://enhancedlinux.com/2011/04/06/install-gnome-3-0-on-arch-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open and View .chm Files on Linux (Ubuntu / Debian /Fedora)</title>
		<link>http://enhancedlinux.com/2010/12/04/open-and-view-chm-files-on-linux-ubuntu-debian-fedora/</link>
		<comments>http://enhancedlinux.com/2010/12/04/open-and-view-chm-files-on-linux-ubuntu-debian-fedora/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 17:51:27 +0000</pubDate>
		<dc:creator>Christer</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://enhancedlinux.com/?p=162</guid>
		<description><![CDATA[The ﻿﻿.chm file type is a &#8220;Microsoft Compressed HTML Help&#8221; file in a proprietary format for online help files. Linux and UNIX generally don&#8217;t come with native .chm support, but the functionality can easily be added. There are a number of solutions available, which I&#8217;ll outline below: chm conversion One option is to simply convert ]]></description>
			<content:encoded><![CDATA[<p>The ﻿﻿.chm file type is a &#8220;Microsoft Compressed HTML Help&#8221; file in a proprietary format for online help files. Linux and UNIX generally don&#8217;t come with native  .chm support, but the functionality can easily be added. There are a number of solutions available, which I&#8217;ll outline below:</p>
<p><strong>chm conversion</strong></p>
<p>One option is to simply convert the .chm file to a more usable format, like .pdf. Most Linux distributions will come with a native .pdf viewer so conversion will allow you to use an existing application to view the information included in a .chm file. The most common conversion utility is <code>chm2pdf</code>. To install this application, use your favorite package manager, as shown below:</p>
<p><strong><em>Ubuntu / Debian</em></strong></p>
<blockquote><p><code>sudo apt-get install chm2pdf</code></p></blockquote>
<p><strong><em>Fedora / CentOS</em></strong></p>
<blockquote><p><code>sudo yum install chm2pdf</code></p></blockquote>
<p>The basic syntax for this utility is <code>chm2pdf input_file output_file</code></p>
<p><strong>GNOME .chm viewers</strong></p>
<p><strong></strong>Another option is to install a native GNOME application to view .chm files. There are two such options, one is the <code>gnochm</code> utility and the other is <code>chmsee</code>. To install one of these applications, use your favorite package manager, as shown below:</p>
<p><strong><em>Ubuntu / Debian</em></strong></p>
<blockquote><p><code>sudo apt-get install gnochm</code></p></blockquote>
<blockquote><p><code>sudo apt-get install chmsee</code></p></blockquote>
<p><strong><em>Fedora / CentOS</em></strong></p>
<blockquote><p><code>sudo yum install gnochm</code></p></blockquote>
<blockquote><p><code>sudo yum install chmsee</code></p></blockquote>
<p>I have had much better luck with the second, <code>chmsee</code>. The <code>gnochm</code> utility crashes on me randomly, where <code>chmsee</code> has been very reliable.</p>
<p><strong>KDE .chm viewers</strong></p>
<p><strong></strong>There are a few options for KDE users as well. One option is to install a new application, and another is to use a plugin for Okular. I&#8217;ll outline each below.</p>
<p>First, you can try the utility <code>kchmviewer</code>. This is a native KDE application to open and view .chm files.<br />
Second, you can add extra functionality to your existing viewer, Okular. You can install either of these using your preferred package manager, as shown below:</p>
<p><strong><em>Ubuntu / Debian</em></strong></p>
<blockquote><p><code>sudo apt-get install kchmviewer</code></p></blockquote>
<blockquote><p><code>sudo apt-get install okular-extra-backends</code></p></blockquote>
<p><strong><em>Fedora / CentOS</em></strong></p>
<blockquote><p><code>sudo yum install kchmviewer</code></p></blockquote>
<blockquote><p><code>sudo yum install okular-extra-backends</code></p></blockquote>
<p><strong>Generic X viewers</strong></p>
<p>For those looking for something a little more desktop-environment-agnostic, you might want to try <code>xchm</code>. This can be installed using the same methods outlined above:</p>
<p><strong><em>Ubuntu / Debian</em></strong></p>
<blockquote><p><code>sudo apt-get install xchm</code></p></blockquote>
<p><strong><em>Fedora / CentOS</em></strong></p>
<blockquote><p><code>sudo yum install xchm</code></p></blockquote>
<p><strong>Conclusion</strong></p>
<p><strong></strong>As a GNOME user I have had the best luck with <code>chmsee</code>. It feels very native and all of the .chm files I have opened are very well formatted. Navigation is easy, font style and size are easily readable as well.</p>
<p>I&#8217;d be interested in hearing what other options are out there. While it isn&#8217;t everyday that Linux users run into .chm files, when we do it is nice to have good solutions available.</p>
]]></content:encoded>
			<wfw:commentRss>http://enhancedlinux.com/2010/12/04/open-and-view-chm-files-on-linux-ubuntu-debian-fedora/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Install GNOME-Shell in Arch Linux</title>
		<link>http://enhancedlinux.com/2010/06/26/install-gnome-shell-in-arch-linux/</link>
		<comments>http://enhancedlinux.com/2010/06/26/install-gnome-shell-in-arch-linux/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 14:28:17 +0000</pubDate>
		<dc:creator>Christer</dc:creator>
				<category><![CDATA[arch]]></category>
		<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://enhancedlinux.com/?p=146</guid>
		<description><![CDATA[I was getting curious about the progress of the new GNOME-Shell (which will be part of GNOME 3.x), so I went to find how to install it in Arch Linux. It is, just like a number of things, available in the Arch User Repository (AUR), but I also found that there is an official package ]]></description>
			<content:encoded><![CDATA[<p><a href="http://enhancedlinux.com/wp-content/uploads/2009/12/200px-archlinux.png"><img class="alignright size-full wp-image-90" title="200px-archlinux" src="http://enhancedlinux.com/wp-content/uploads/2009/12/200px-archlinux.png" alt="" width="200" height="66" /></a>I was getting curious about the progress of the new GNOME-Shell (which will be part of GNOME 3.x), so I went to find how to install it in Arch Linux. It is, just like a number of things, available in the Arch User Repository (AUR), but I also found that there is an official package in the gnome-unstable repository. This post outlines how to add the gnome-unstable repository and install GNOME-Shell in Arch Linux</p>
<p><strong>Repository</strong></p>
<p>The first requirement for installing GNOME-Shell is the addition of the gnome-unstable repository. This can be done by adding the following to your /etc/pacman.conf:</p>
<blockquote><p><code>[gnome-unstable]<br />
Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch/<br />
</code></p></blockquote>
<p>You&#8217;ll notice I&#8217;m using mirrors.kernel.org, but you should be able to use your own preferred mirror.</p>
<p><strong>Installation</strong><br />
Once you&#8217;ve added the repository, you can add the GNOME-Shell using the following command:</p>
<blockquote><p><code>sudo pacman -Sy gnome-shell clutter</code></p></blockquote>
<p><strong>Usage</strong></p>
<p>To launch GNOME-Shell (and replace your current environment for this session), run:</p>
<blockquote><p><code>gnome-shell --replace</code></p></blockquote>
<p>You should now be in GNOME Shell. Have fun playing with this, still in development, Desktop Environment.</p>
]]></content:encoded>
			<wfw:commentRss>http://enhancedlinux.com/2010/06/26/install-gnome-shell-in-arch-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

