<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: notes on Picasa for Linux</title>
	<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>
	<pubDate>Sat, 22 Nov 2008 08:57:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Cindy</title>
		<link>http://www.digitalramble.com/2006/08/30/68/#comment-75</link>
		<dc:creator>Cindy</dc:creator>
		<pubDate>Thu, 14 Sep 2006 06:17:12 +0000</pubDate>
		<guid>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's all comments and uninformative at that.  Depending on your desktop (kde, gnome, etc), you would add one of
&lt;code&gt;&lt;br /&gt;
#/usr/bin/konqueror &#45;-profile filemanager &#34;$1&#34;&lt;br /&gt;
#nautilus &#34;${1%%$(basename &#34;$1&#34;)}&#34;&lt;br /&gt;
&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;&lt;br /&gt;
#konqueror &#45;-select &#34;$1″&lt;br /&gt;
&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 />
<code><br />
#/usr/bin/konqueror &#45;-profile filemanager &quot;$1&quot;<br />
#nautilus &quot;${1%%$(basename &quot;$1&quot;)}&quot;<br />
</code></p>
<p>Uncomment the one you wish to use (remove the initial <code>#</code>).  Alok also suggested<br />
<code><br />
#konqueror &#45;-select &quot;$1″<br />
</code><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-74</link>
		<dc:creator>octopaze</dc:creator>
		<pubDate>Wed, 13 Sep 2006 22:50:17 +0000</pubDate>
		<guid>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 "Export as a web page". I knew where to find them on windows; but with ubuntu, I can'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-72</link>
		<dc:creator>Alok</dc:creator>
		<pubDate>Fri, 01 Sep 2006 23:45:20 +0000</pubDate>
		<guid>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 "$1"

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-71</link>
		<dc:creator>Alok</dc:creator>
		<pubDate>Fri, 01 Sep 2006 23:02:15 +0000</pubDate>
		<guid>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>
