<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: notes on Picasa for Linux</title>
	<atom:link href="http://www.digitalramble.com/2006/08/30/68/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalramble.com/2006/08/30/68/</link>
	<description>surveyor of the foothills, valleys and occasional sheer cliff drops of the world of computer programming...</description>
	<lastBuildDate>Thu, 05 Feb 2009 15:23:47 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cindy</title>
		<link>http://www.digitalramble.com/2006/08/30/68/comment-page-1/#comment-75</link>
		<dc:creator>Cindy</dc:creator>
		<pubDate>Thu, 14 Sep 2006 06:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalramble.com/2006/08/30/68/#comment-75</guid>
		<description>I believe I stated the files were in /opt/picasa/desktop/*  
The file system one would be
/opt/picasa/desktop/picasa-hook-filemanager.sh.template
Edit this file, remove the .template portion of the file name and make sure it is executable.
Linux Picasa apparently requires the files to be in /opt/picasa/desktop regardless of what the $PATH might be set to, which is very irritating, but there you go.
There is nothing especially useful in the initial template version, it&#039;s all comments and uninformative at that.  Depending on your desktop (kde, gnome, etc), you would add one of
&lt;code&gt;
#/usr/bin/konqueror --profile filemanager &quot;$1&quot;
#nautilus &quot;${1%%$(basename &quot;$1&quot;)}&quot;
&lt;/code&gt;

Uncomment the one you wish to use (remove the initial &lt;code&gt;#&lt;/code&gt;).  Alok also suggested
&lt;code&gt;
#konqueror --select &quot;$1″
&lt;/code&gt;
which will leave highlighted the particular file selected from Picasa.

--Cindy</description>
		<content:encoded><![CDATA[<p>I believe I stated the files were in /opt/picasa/desktop/*<br />
The file system one would be<br />
/opt/picasa/desktop/picasa-hook-filemanager.sh.template<br />
Edit this file, remove the .template portion of the file name and make sure it is executable.<br />
Linux Picasa apparently requires the files to be in /opt/picasa/desktop regardless of what the $PATH might be set to, which is very irritating, but there you go.<br />
There is nothing especially useful in the initial template version, it&#8217;s all comments and uninformative at that.  Depending on your desktop (kde, gnome, etc), you would add one of<br />
<pre><code>
#/usr/bin/konqueror --profile filemanager &quot;$1&quot;
#nautilus &quot;${1%%$(basename &quot;$1&quot;)}&quot;
</code></pre></p>
<p>Uncomment the one you wish to use (remove the initial <code>#</code>).  Alok also suggested<br />
<pre><code>
#konqueror --select &quot;$1″
</code></pre><br />
which will leave highlighted the particular file selected from Picasa.</p>
<p>&#8211;Cindy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: octopaze</title>
		<link>http://www.digitalramble.com/2006/08/30/68/comment-page-1/#comment-74</link>
		<dc:creator>octopaze</dc:creator>
		<pubDate>Wed, 13 Sep 2006 22:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalramble.com/2006/08/30/68/#comment-74</guid>
		<description>Hello,

 I m looking for the template files location on the file system. Those used when you click on &quot;Export as a web page&quot;. I knew where to find them on windows; but with ubuntu, I can&#039;t find them. 

Any help would be fairly appreciated !</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p> I m looking for the template files location on the file system. Those used when you click on &#8220;Export as a web page&#8221;. I knew where to find them on windows; but with ubuntu, I can&#8217;t find them. </p>
<p>Any help would be fairly appreciated !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alok</title>
		<link>http://www.digitalramble.com/2006/08/30/68/comment-page-1/#comment-72</link>
		<dc:creator>Alok</dc:creator>
		<pubDate>Fri, 01 Sep 2006 23:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalramble.com/2006/08/30/68/#comment-72</guid>
		<description>Ok here its add this line in the chmod a+x permissioned file at location

/opt/picasa/bin/picasa-hook-filemanager.sh

#line to add below
konqueror --select &quot;$1&quot;

In case you were wondering my konqueror verion is printed below
$ konqueror --version
Qt: 3.3.6
KDE: 3.5.2
Konqueror: 3.5.2
$</description>
		<content:encoded><![CDATA[<p>Ok here its add this line in the chmod a+x permissioned file at location</p>
<p>/opt/picasa/bin/picasa-hook-filemanager.sh</p>
<p>#line to add below<br />
konqueror &#8211;select &#8220;$1&#8243;</p>
<p>In case you were wondering my konqueror verion is printed below<br />
$ konqueror &#8211;version<br />
Qt: 3.3.6<br />
KDE: 3.5.2<br />
Konqueror: 3.5.2<br />
$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alok</title>
		<link>http://www.digitalramble.com/2006/08/30/68/comment-page-1/#comment-71</link>
		<dc:creator>Alok</dc:creator>
		<pubDate>Fri, 01 Sep 2006 23:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalramble.com/2006/08/30/68/#comment-71</guid>
		<description>/usr/bin/konqueror --profile filemanager filename-uri

Opens the picture file, but does not do this

#   The ideal behavior is for the file manager to open the directory
#   that contains that file, with that file highlighted.


What to do ? :-(</description>
		<content:encoded><![CDATA[<p>/usr/bin/konqueror &#8211;profile filemanager filename-uri</p>
<p>Opens the picture file, but does not do this</p>
<p>#   The ideal behavior is for the file manager to open the directory<br />
#   that contains that file, with that file highlighted.</p>
<p>What to do ? <img src='http://www.digitalramble.com/wordpress/smilies/yahoo_sad.gif' alt='&#58;&#45;&#40;' class='wp-smiley' width='18' height='18' title='&#58;&#45;&#40;' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
