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

br...@victoria.frmug.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |UNCONFIRMED
     Ever confirmed|1                           |0

--- Comment #5 from br...@victoria.frmug.org ---
(In reply to Stephan Bergmann from comment #4)
> (1)  What are the arguments that LO passes to senddoc.sh (i.e., why doesn't
> it specify a mail client properly)?  See my comment at
> <https://gerrit.libreoffice.org/#/c/13786/1>:

Your patch indeed is fixing my issue, when I improved it. I added comments to
that gerrit link.

In my case that user has:
$ gconftool-2 --get /desktop/gnome/url-handlers/mailto/command | cut -d ' ' -f
1
/usr/bin/thunderbird

So I need to remove the full path name to have the compare working.

> "'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.
So we get an empty MAILER variable. and thus use your additional code, but as
the full path name was given in the KDE config box, we need to remove it here.

> (2)  Is your version of LO using that Debian-downstream sensible-mua thing? 

No I'm using Mageia, which is unrelated to Debian.

-- 
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