https://bugs.documentfoundation.org/show_bug.cgi?id=90382

--- Comment #8 from Stephan Bergmann <sberg...@redhat.com> ---
(In reply to bruno from comment #7)
> (In reply to Stephan Bergmann from comment #6)
> > (In reply to bruno from comment #5)
> > > Your patch indeed is fixing my issue, when I improved it. I added comments
> > > to that gerrit link.
> > 
> > no idea what "your patch" is
> 
> diff -up ./shell/source/unix/misc/senddoc.sh.bco
> ./shell/source/unix/misc/senddoc.sh
> --- ./shell/source/unix/misc/senddoc.sh.bco        2015-05-05
> 22:43:57.641568680 +0200
> +++ ./shell/source/unix/misc/senddoc.sh   2015-05-05 22:44:06.696568259 +0200
> @@ -77,6 +77,13 @@
>      shift
>  fi
>  
> +if [ "$MAILER" = "" ]; then
> +    client=`gconftool-2 --get /desktop/gnome/url-handlers/mailto/command |
> cut -d ' ' -f 1` || ""
> +    if [ "`basename $client`" = "thunderbird" ]; then
> +        MAILER=$client
> +    fi
> +fi
> +
>  # autodetect mail client from executable name
>  case `basename "$MAILER" | sed 's/-.*$//'` in

Note that I have nothing to do with that patch, apart from saying that it is a
wrong approach.

> > > > "'If the mailclient value has not been specified, ie under "Options:
> > > > Internet - E-mail - E-mail program," E-mail program is empty.'
> > > > 
> > > > "My argument is that this should not normally happen on Linux.  If the 
> > > > user
> > > > does not explicitly specify the "E-mail program" option, it should
> > > > automatically obtain a value (on GNOME, using the exact same gconf value
> > > > that you're using in your patch).
> > > 
> > > In our case we use KDE, and thunderbird is configured in the KDE panel as
> > > default mail client using the line /usr/bin/thunderbird -compse ...
> > > and there is no program specified manually in libreoffice options.
> > 
> > Do you have the "KDE backend" libkdebe1lo.so installed as part of LO?  
> 
> That is not part of the libreoffice packages we have in our Mageia
> repository. (based on version 4.3.6 and 4.3.7 which are the latest stable
> for Mageia 4)
> 
> > If not, that explains why LO's "E-mail program" option is not automatically
> > filled in.
> 
> Do you think we're missing a package here to support this ?

Yes, looks like a Mageia distro problem.  For KDE, they should make available
the LO artefacts generated when configuring --with-kde in the LO build.

> > (So when you are on KDE, it is kind of structurally the wrong thing anyway
> > to try and use GNOME's gconftool-2 to obtain a KDE setting's value.)
> 
> Well, not my choice in fact, but that's what was called by senddoc so I
> debugged that. Now that I know we may miss one shared module, I'll also
> report on the mgeia side to see what we can do as well on our side.

Note that senddoc does not call gconftool-2.

> Anyway I still think that the sciprt should be fix to handle full path names.

I see nothing in the existing script that would need fixing?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to