|
Bugzilla – Full Text Bug Listing |
| Summary: | Link in writer document does not work when kmail is default | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Forgotten User KSYEYC9iJz <forgotten_KSYEYC9iJz> |
| Component: | OpenOffice.org | Assignee: | Roman Shtylman <shtylman> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Chao Wei <cwei> |
| Severity: | Major | ||
| Priority: | P3 - Medium | CC: | forgotten_KSYEYC9iJz, john, shtylman, tlillqvist |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE 11.2 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Forgotten User KSYEYC9iJz
2010-01-21 19:24:12 UTC
KDE related, adding Roman and Lubos in Cc. Assigning to Roman even. Feel free to assign back to the list if not really in your field. This problem still exists with openSUSE 11.2, KDE 4.3.5 and openOffice 3.2.0.5. Also exits in OOo-3.2.0.7 on 11.2 and 11.3 MS1. RedDwarf Wrote: </Quote> I had some more luck with Google: 'OpenOffice.org Forum :: [Solved] mailto: hyperlinks not working with KMail' (http://www.oooforum.org/forum/viewtopic.phtml?t=61775) My OpenOffice_org-libs-core package provides /usr/lib64/ooo3/basis3.2/program/open-url /usr/lib64/ooo3/basis3.2/program/kde-open-url If I execute the first with 'mailto:a@a.com' as parameter nothing happens, but with kde-open-url works. So the problem seems to be that the KDE specific script isn't used. Anyway IMHO those two scripts shouldn't exist at all. OpenOffice.org should use 'xdg-open' (http://portland.freedesktop.org/xdg-utils-1.0/xdg-open.html) It's a shame that someone found the problem in 2007 and he never informed the devs... so we are here today. I will report it if you don't, but say me if so. </Quote> I verified that both scripts are in /usr/lib64/ooo3/basis3.2/program The kde-open-url does not appear to be called. or the is incorrect. This bug was originally reported to KDE forum see above link from RedDwarf. I changed kde-open-url to call kmail instead of kmailservice. Did not work. <script> before change: #!/bin/sh # special handling for mailto: uris if echo $1 | grep '^mailto:' > /dev/null; then kmailservice "$1" & else kfmclient openURL "$1" & fi exit 0 </script> If you need additional information please let me know. I'm reporting it here since it is the openSUSE version of 0003. The problem still exists in opensuse 11.3, KDE 4.5.1, Kmail Version2 beta 1 and openoffice 3.2.1 . *** This bug has been marked as a duplicate of bug 550554 *** |