Hallo René, Am Montag, den 20.10.2008, 20:37 +0200 schrieb Rene Engelhard:
> > So the patch would be:
> >
> > s/sensible-ooomua/kde-open
> >
> > for openoffice.org-kde.
>
> So the following should do:
>
> # special handling for mailto: uris
> if echo $1 | grep '^mailto:' > /dev/null; then
> if which kde-open; do
^s/do/then
> kde-open "$1" &
> else
> kmailservice "$1" &
> fi
> else
> if which kde-open; then
> kde-open "$1" &
> else
> sensible-brower "$1" &
> fi
> fi
>
> shouldn't it?
yes. I tested it some minutes ago.
> (kde-open might be there always, but...)
kde-open is in the kdebase-runtime package which is from KDE 4 and is in
lenny and sid.
--
Noèl Köthe <noel debian.org>
Debian GNU/Linux, www.debian.org
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

