https://bugs.documentfoundation.org/show_bug.cgi?id=90382
--- Comment #7 from [email protected] --- (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 > > > "'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 ? > (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. Anyway I still think that the sciprt should be fix to handle full path names. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
