<?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; DigiKam</title>
	<atom:link href="http://promberger.info/linux/category/digikam/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>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>
		<item>
		<title>How to use mutt to e-mail images from DigiKam</title>
		<link>http://promberger.info/linux/2008/05/26/how-to-use-mutt-to-e-mail-images-from-digikam/</link>
		<comments>http://promberger.info/linux/2008/05/26/how-to-use-mutt-to-e-mail-images-from-digikam/#comments</comments>
		<pubDate>Mon, 26 May 2008 17:49:49 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[DigiKam]]></category>
		<category><![CDATA[mutt]]></category>
		<category><![CDATA[Xfce]]></category>

		<guid isPermaLink="false">http://promberger.info/linux/2008/05/26/how-to-use-mutt-to-e-mail-images-from-digikam/</guid>
		<description><![CDATA[DigiKam has a nice feature that lets you e-mail images; it&#8217;s in the Image menu. You can change the mail agent to use, in the Mail tab of the dialogue that comes up. That&#8217;s nice as well. However, you can only pick from a dropdown of predefined mail agents, and that list doesn&#8217;t include mutt. [...]]]></description>
			<content:encoded><![CDATA[<p>DigiKam has a nice feature that lets you e-mail images; it&#8217;s in the <i>Image</i> menu. You can change the mail agent to use, in the <i>Mail</i> tab of the dialogue that comes up. That&#8217;s nice as well. However, you can only pick from a dropdown of predefined mail agents, and that list doesn&#8217;t include <a href="http://www.mutt.org">mutt</a>. (I first tried to trick DigiKam, by picking Thunderbird and then entering exo-open into the custom path for Thunderbird, but this doesn&#8217;t work).</p>
<p>You can, however, pick the &#8220;Default&#8221; mail agent DigiKam&#8217;s dropdown. Note that this will not use the mail agent that you&#8217;ve set as default in Xubuntu (or Ubuntu) (which sucks &#8212; I wish KDE apps would just accept the system defaults for that). You can generally change such settings using &#8230;</p>
<pre>kcontrol</pre>
<p>&#8230; and on a real KDE system, you would look for <i>KDE Components</i> &rarr; <i>Default Applications</i> &rarr; <i>Email Client</i>. Unfortunately, if you&#8217;re using Ubuntu or Xubuntu, you&#8217;ll notice that you don&#8217;t have an item <i>Default Applications</i>. Here&#8217;s what worked for me on Xubuntu:</p>
<pre>sudo aptitude install kde-systemsettings</pre>
<p>Now you&#8217;ll find the entry in <code>kcontrol</code> as described above. I&#8217;ve just set it to <code>/usr/bin/exo-open</code>, as this always gets translated to the default mail app that I&#8217;ve currently set via <i>Preferred Applications</i> in the Xfce Menu (which conveniently has a default for Mutt). </p>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2008/05/26/how-to-use-mutt-to-e-mail-images-from-digikam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

