[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#502852: openoffice.org: OOo calls removed sensible-ooomua



Hi,

Noèl Köthe wrote:
> Gnome uses gnome-open so maybe openoffice.org-kde can/should use
> kde-open.
> I tried senddoc but I need to configure/give it the Mailclient which I
> did already in Extras -> Optionen -> Internet -> E-Mail which isn't used
> here. The advantage of kde-open IMHO is that it uses the configuration
> the user/admin did in KDE and not an additional place where to configure
> it.
> 
> 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
    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?

(kde-open might be there always, but...)

> Note (maybe not interesting):
[...]

Not immediately interesting but good to know when people ask

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  rene@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73




Reply to: