Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Picasa does not give me option of using other email clients
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
dgd  
View profile  
 More options Jan 5, 8:44 am
From: dgd <dennisgdani...@gmail.com>
Date: Tue, 5 Jan 2010 05:44:18 -0800 (PST)
Local: Tues, Jan 5 2010 8:44 am
Subject: Picasa does not give me option of using other email clients
P3 won't allow me to log into my G account (internet not found!)

So, I wanted to send the images via another client (ctrl+e). No other
options!Can't send via another email client!


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Barry Jackson  
View profile  
 More options Jan 6, 8:18 am
From: Barry Jackson <zen25...@zen.co.uk>
Date: Wed, 06 Jan 2010 13:18:55 +0000
Local: Wed, Jan 6 2010 8:18 am
Subject: Re: Picasa does not give me option of using other email clients
On 05/01/10 13:44, dgd wrote:
> P3 won't allow me to log into my G account (internet not found!)

> So, I wanted to send the images via another client (ctrl+e). No other
> options!Can't send via another email client!

You can use your default email client in Linux using
picasa-hook-email.sh script which you need to write yourself.
I have written one for Thunderbird which performs seamlessly.
http://forum.mandriva.com/viewtopic.php?p=758868

Barry


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Barry Jackson  
View profile  
 More options Jan 7, 6:50 am
From: Barry Jackson <zen25...@zen.co.uk>
Date: Thu, 07 Jan 2010 11:50:03 +0000
Local: Thurs, Jan 7 2010 6:50 am
Subject: Re: Picasa does not give me option of using other email clients
On 06/01/10 13:18, Barry Jackson wrote:
> On 05/01/10 13:44, dgd wrote:
>> P3 won't allow me to log into my G account (internet not found!)

>> So, I wanted to send the images via another client (ctrl+e). No other
>> options!Can't send via another email client!

> You can use your default email client in Linux using
> picasa-hook-email.sh script which you need to write yourself.
> I have written one for Thunderbird which performs seamlessly.
> http://forum.mandriva.com/viewtopic.php?p=758868

> Barry

I should also have mentioned that kmail and the default Gnome mail
client (the name of which I forget) are both supported out of the box
without needing the script.

Barry


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robbie  
View profile  
 More options Jan 26, 11:16 am
From: Robbie <robbiel...@gmail.com>
Date: Tue, 26 Jan 2010 08:16:20 -0800 (PST)
Local: Tues, Jan 26 2010 11:16 am
Subject: Re: Picasa does not give me option of using other email clients
Barry,
Your script solved my problem of Picasa not successfully opening my
default email client (Thunderbird) but the newly opened message did
not contain any attachments - i.e. - the picture I had selected to
email was not attached to the email nor was there the usual Picasa
email message "you have been sent 1 picture" or whatever it usually
says.

I noticed that the script writes to the "tmp" directory in my "home"
directory so I looked and turns out I didn't HAVE a "tmp" directory in
the "home" directory so I created one there and now everything works
correctly.

Just wanted to point this out in case anyone else was having this
problem.

BTW - what should the permissions be on the "tmp" directory? I set it
to full permissions to test but it probably doesn't need that?

On Jan 7, 6:50 am, Barry Jackson <zen25...@zen.co.uk> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Barry Jackson  
View profile  
 More options Jan 26, 2:20 pm
From: Barry Jackson <zen25...@zen.co.uk>
Date: Tue, 26 Jan 2010 19:20:54 +0000
Local: Tues, Jan 26 2010 2:20 pm
Subject: Re: Picasa does not give me option of using other email clients
On 26/01/10 16:16, Robbie wrote:
> Barry,
> Your script solved my problem of Picasa not successfully opening my
> default email client (Thunderbird) but the newly opened message did
> not contain any attachments - i.e. - the picture I had selected to
> email was not attached to the email nor was there the usual Picasa
> email message "you have been sent 1 picture" or whatever it usually
> says.

> I noticed that the script writes to the "tmp" directory in my "home"
> directory so I looked and turns out I didn't HAVE a "tmp" directory in
> the "home" directory so I created one there and now everything works
> correctly.

> Just wanted to point this out in case anyone else was having this
> problem.

Robbie,
Thanks for your feedback! If you want you can change the location of the
temporary file in the variable assignment - you could just point it to
your home folder. (I will edit the original now I know - thanks)
tmpstr=/home/"$USER"/picasa.txt
In Mandriva there is a /home/<user>/tmp by default, so I simply used it
'cos it was there.
If my bash scripting was better I am sure it would not need to use a
temporary file, but as it worked OK I really did not think it was worth
the time & effort of figuring out a better way!

> BTW - what should the permissions be on the "tmp" directory? I set it
> to full permissions to test but it probably doesn't need that?
Well, mine is 700

I'm glad it's working for you,
Cheers,
Barry


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Barry Jackson  
View profile  
 More options Jan 27, 1:21 pm
From: Barry Jackson <zen25...@zen.co.uk>
Date: Wed, 27 Jan 2010 18:21:41 +0000
Local: Wed, Jan 27 2010 1:21 pm
Subject: Re: Picasa does not give me option of using other email clients
On 26/01/10 19:20, Barry Jackson wrote:

> If my bash scripting was better I am sure it would not need to use a
> temporary file, but as it worked OK I really did not think it was worth
> the time & effort of figuring out a better way!

Done it!
Easy when you know how - it only took a few minutes to simplify it and
now it needs no temporary file.
(I have read a lot of man pages since I wrote the original a month ago!)
It's at the same link above.
Cheers,
Barry.

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google