https://bugs.documentfoundation.org/show_bug.cgi?id=90382
--- Comment #6 from Stephan Bergmann <[email protected]> --- (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 > > "'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? If not, that explains why LO's "E-mail program" option is not automatically filled in. If yes, you need to debug into the if ( id == "ExternalMailer" ) { branch of getValue() in shell/source/backends/kdebe/kdeaccess.cxx to find out why reading that value from KDE does not work for you in LO. (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.) -- 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
