<?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>Fernandez de Quilon &#187; Mandriva</title>
	<atom:link href="http://www.jefferyfernandez.id.au/category/linux/mandriva/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jefferyfernandez.id.au</link>
	<description>between flat screens and grey matter</description>
	<lastBuildDate>Thu, 04 Aug 2011 23:01:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3-aortic-dissection</generator>
		<item>
		<title>My Mandriva 2006 Repository is Live</title>
		<link>http://www.jefferyfernandez.id.au/2006/07/26/my-mandriva-2006-repository-is-live/</link>
		<comments>http://www.jefferyfernandez.id.au/2006/07/26/my-mandriva-2006-repository-is-live/#comments</comments>
		<pubDate>Tue, 25 Jul 2006 22:28:40 +0000</pubDate>
		<dc:creator>Jeffery</dc:creator>
				<category><![CDATA[Mandriva]]></category>
		<category><![CDATA[Packages]]></category>
		<category><![CDATA[RPM]]></category>

		<guid isPermaLink="false">http://www.jefferyfernandez.id.au/2006/07/26/my-mandriva-2006-repository-is-live/</guid>
		<description><![CDATA[I have put together a collection of RPMS which I have built for various projects I am involved with or was required by me. You can access these RPMS for Mandriva 2006 by executing the foolowing commad on the shell. &#8230; <a href="http://www.jefferyfernandez.id.au/2006/07/26/my-mandriva-2006-repository-is-live/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have put together a collection of RPMS which I have built for various projects I am involved with or was required by me. You can access these RPMS for Mandriva 2006 by executing the foolowing commad on the shell.</p>
<pre class="rootcommand">urpmi.addmedia jeffery http://jefferyfernandez.id.au/RPMS with hdlist.cz</pre>
<p>The list of available packages on the repository can be seen by accessing <a href="http://www.jefferyfernandez.id.au/RPMS/list" target="_blank">this list</a></p>
<div style="float:left;margin:0px 0px 0px 0px;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.jefferyfernandez.id.au/2006/07/26/my-mandriva-2006-repository-is-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating Mandriva Menus</title>
		<link>http://www.jefferyfernandez.id.au/2006/07/26/updating-mandriva-menus/</link>
		<comments>http://www.jefferyfernandez.id.au/2006/07/26/updating-mandriva-menus/#comments</comments>
		<pubDate>Tue, 25 Jul 2006 22:18:45 +0000</pubDate>
		<dc:creator>Jeffery</dc:creator>
				<category><![CDATA[Mandriva]]></category>

		<guid isPermaLink="false">http://www.jefferyfernandez.id.au/2006/07/26/updating-mandriva-menus/</guid>
		<description><![CDATA[I have often found that after installing a package on mandriva, the application does not seem to appear in the menu listing. Here is a quick fix to make the application link appear in the menu. Execute the following on &#8230; <a href="http://www.jefferyfernandez.id.au/2006/07/26/updating-mandriva-menus/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have often found that after installing a package on mandriva, the application does not seem to appear in the menu listing. Here is a quick fix to make the application link appear in the menu. Execute the following on the shell:</p>
<p><code class="usercommand">update-menus -vv</code></p>
<p>The double &#8220;vv&#8221; option is just to show the verbose output. Obviously this will only take affect if the actuall application had been setup (during packaging) to be run from the menu system.</p>
<div style="float:left;margin:0px 0px 0px 0px;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.jefferyfernandez.id.au/2006/07/26/updating-mandriva-menus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading your QT Environment</title>
		<link>http://www.jefferyfernandez.id.au/2006/05/20/upgrading-your-qt-environment/</link>
		<comments>http://www.jefferyfernandez.id.au/2006/05/20/upgrading-your-qt-environment/#comments</comments>
		<pubDate>Fri, 19 May 2006 15:12:41 +0000</pubDate>
		<dc:creator>Jeffery</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mandriva]]></category>

		<guid isPermaLink="false">http://jefferyfernandez/2006/05/20/upgrading-your-qt-environment/</guid>
		<description><![CDATA[It is possible, you already have Qt3 installed in your system and you have recently upgraded to Qt4. In order to be able to compile your applications for Qt4, you will have to upgrade your system enviroment so it recognises &#8230; <a href="http://www.jefferyfernandez.id.au/2006/05/20/upgrading-your-qt-environment/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img id="image14" src="http://jefferyfernandez/wp-content/uploads/2006/05/qt.thumbnail.jpg" alt="Qt4" align="left" />It is possible, you already have Qt3 installed in your system and you have recently upgraded to Qt4. In order to be able to compile your applications for Qt4, you will have to upgrade your system enviroment so it recognises the new paths. To do this execute the following commands:</p>
<p><code class="usercommand">export QTDIR=/usr/lib/qt4</code><code class="usercommand">export PATH=$QTDIR/bin:$PATH</code><code class="usercommand">export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$QTDIR/lib</code><br />
To test the environment variables you can execute:<br />
<code class="usercommand">echo $QTDIR</code>This should output:</p>
<pre class="shelloutput">/usr/lib/qt4</pre>
<p>Now you are ready to build your applications for the newer Qt version.</p>
<div style="float:left;margin:0px 0px 0px 0px;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.jefferyfernandez.id.au/2006/05/20/upgrading-your-qt-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

