upscope wrote:

> On Monday 18 January 2010 04:56:28 pm upscope wrote:
>> Trying to find document or how to that describes how to embed a link in
>>  writer to Kmail, so a user can send an email to the address in the
>>  document. The document will be sent as a PDF. I know it should be
>>  doable, PDF documents I receive have this and work fine.
>> 
>> I read the section in the documentation about hyperlinks and I think I
>> have
>>  it set up right, but it does not get to the email program. In the
>>  document I have email: [email protected]
>>  and when I hold the mouse over it I see:
>> 
>> mailto:[email protected]?subject=newsletter
>> Input
>> 
>> xxxxx is receivers email name.
>> 
>> Doing ctrl click as described in doc. does nothing. I sure I'm missing
>> some parameter to tell writer to use kmail but I cannot find it.
> Additional information:
> 
> kde integration is installed.
> 
> The mailto: appears to work if I export the document as a PDF and then
> click the mailto: link. Also found (working with input from OpenOffice
> list) that making Thunderbird default mail client, the hyper link works
> and brings up the Thunderbird mail program correctly.
> 
> Changing back to Kmail as default, still brings up Thunderbird when
> clicking link.
> 
> Does anyone know where OpenOffice (Novell Version 3.1.1.5 from repo)
> stores the email program to call.
> 
> I found a script in /use/lib64/ooo3/basic3.1/program/kde-open.url that
> appears to be whats called? Where does $1 come from?
> 
> #!/bin/sh
> 
> # special handling for mailto: uris
> if echo $1 | grep '^mailto:' > /dev/null; then
>   kmailservice "$1" &
> else
>   kfmclient openURL "$1" &
> fi
> 
> exit 0
> 
> I did not find anything on Bugzilla,
> 
> Again any help or pointers would be greatly appreciated.
> 
> Bugzilla bug 572761 reported today.
>> 
>> Thanks
>>

I can confirm that this happens exactly the same on my system - opensuse 11.1 
with KDE 4.3.4.
However, I also have Ubuntu karmic on a laptop, so did some tests with this.
1.      Clicking on a mailto: hyperlink in writer calls up evolution ( the 
default 
mail program)
2       Now the difference:
        I installed kmail on the Ubuntu system and changed the default email 
program 
from evolution to kmail.
        When I clicked on the mailto hyperlink in writer, kmail started 
correctly.
It seems as if openoffice and kde are not working together correctly.
I'll add my 2p to your bug report.


-- 


John

[email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to