<?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 etc. &#187; Intrepid</title>
	<atom:link href="http://promberger.info/linux/category/intrepid/feed/" rel="self" type="application/rss+xml" />
	<link>http://promberger.info/linux</link>
	<description>my outsourced memory for your perusal</description>
	<lastBuildDate>Thu, 08 Sep 2011 11:06:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Disable pop-up system notification messages in Ubuntu</title>
		<link>http://promberger.info/linux/2009/06/11/disable-pop-up-system-notification-messages-in-ubuntu/</link>
		<comments>http://promberger.info/linux/2009/06/11/disable-pop-up-system-notification-messages-in-ubuntu/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 08:13:45 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[Gutsy]]></category>
		<category><![CDATA[Intrepid]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://promberger.info/linux/?p=189</guid>
		<description><![CDATA[I found the little pop-ups really annoying that show up when I get an icon in the system tray anyway, such as for available software updates. sudo chmod -x /usr/lib/notification-daemon/notification-daemon]]></description>
			<content:encoded><![CDATA[<p>I found the little pop-ups really annoying that show up when I get an icon in the system tray anyway, such as for available software updates.</p>
<pre>sudo chmod -x /usr/lib/notification-daemon/notification-daemon</pre>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2009/06/11/disable-pop-up-system-notification-messages-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Digikam with fewer dependencies in Xubuntu/ Ubuntu Intrepid</title>
		<link>http://promberger.info/linux/2009/02/05/installing-digikam-with-fewer-dependencies-in-xubuntu-ubuntu-intrepid/</link>
		<comments>http://promberger.info/linux/2009/02/05/installing-digikam-with-fewer-dependencies-in-xubuntu-ubuntu-intrepid/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 11:42:49 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[DigiKam]]></category>
		<category><![CDATA[Intrepid]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://promberger.info/linux/2009/02/05/installing-digikam-with-fewer-dependencies-in-xubuntu-ubuntu-intrepid/</guid>
		<description><![CDATA[If you do sudo aptitude install digikam on Intrepid, you will see that aptitude would install loads of KDE packages (Dolphin and Konqueror, yikes). Apparently, this is because aptitude now by default also installs recommended packages as &#8220;dependencies&#8221;. To avoid this, use the -R flag to aptitude (see also man aptitude): sudo aptitude install -R [...]]]></description>
			<content:encoded><![CDATA[<p>If you do</p>
<pre>sudo aptitude install digikam</pre>
<p>on Intrepid, you will see that aptitude would install loads of KDE packages (Dolphin <em>and</em> Konqueror, yikes). Apparently, this is because aptitude now by default also installs recommended packages as &#8220;dependencies&#8221;. To avoid this, use the <code>-R</code> flag to aptitude (see also <code>man aptitude</code>):</p>
<pre>sudo aptitude install -R digikam</pre>
<p>If you prefer Synaptic for the GUI, there is a global option there under Preferences, in the General tab. </p>
<h3>Addendum</h3>
<p>One issue is that you will not be able to use the Flickr upload plugin without Konqueror, as this version of Digikam uses Konqueror to authenticate you on Flickr. A workaround is to get the lateste KDE4 version of Digikam, which you can do by adding the following four repositories to <code>/etc/apt/sources.list</code>:</p>
<pre>deb http://ppa.launchpad.net/digikam-experimental/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/digikam-experimental/ppa/ubuntu intrepid main
deb http://ppa.launchpad.net/kubuntu-experimental/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/kubuntu-experimental/ppa/ubuntu intrepid main</pre>
<p>You&#8217;ll also have to add the key for each repository using (substitute key number for &#8220;9999&#8243;):</p>
<pre>gpg --keyserver subkeys.pgp.net --recv-key 9999
gpg -a --export 9999 | sudo apt-key add -</pre>
<p>Works fine here so far, use at your own risk.</p>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2009/02/05/installing-digikam-with-fewer-dependencies-in-xubuntu-ubuntu-intrepid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

