6.3.0.4 includes most of the changes I suggested, but still fails to
operate properly - it switches the focus to the email client, but fails
to create a new email.

I thnk the problem may be at senddoc line 293,
MAILTO="${MAILTO:-}${MAILTO:+&}attach="$(echo "file://$2" | "${URI_ENCODE}")

My email client (Claws-mail) fails to handle the "file://" syntax, as do
some other email clients.

My suggestion (lines 269-276 of my proposed revision) was to omit the file:// 
(at least for xdg-email), so that the command then is
MAILTO="${MAILTO:-}${MAILTO:+&}attach="$(echo "$2" | "${URI_ENCODE}")

That then works;  though I found it advisable to omit the ampersand in the mail 
command (can't immediately remember why, sorry!), so that that command became 
simply
${MAILER} "${MAILTO}"

Version: 6.3.0.4
Build ID: 1:6.3.0-0ubuntu0.18.04.1~lo2
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: en-GB (en_GB.UTF-8); UI-Language: en-GB
Calc: threaded

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1748895

Title:
  LO unable to find a working email configuration

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Fix Released

Bug description:
  Installed from PPA: ppa:libreoffice/ppa

  $ lsb_release -a
  LSB Version:  
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
  Distributor ID:       Ubuntu
  Description:  Ubuntu 16.04.3 LTS
  Release:      16.04
  Codename:     xenial

  $ apt-cache policy libreoffice
  libreoffice:
    Installed: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
    Candidate: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
    Version table:
   *** 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1 500
          500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu xenial/main amd64 
Packages
          100 /var/lib/dpkg/status
       1:5.1.6~rc2-0ubuntu1~xenial2 500
          500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
          500 http://archive.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
       1:5.1.2-0ubuntu1 500
          500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

  WHAT YOU EXPECT TO HAPPEN:

    Should spawn an new Evolution eMAIL with attached ODF document

  WHAT HAPPENED INSTEAD:

    Error Dialogue: LibreOffice is unable to find a working email
  configuration.  Please save your document locally and attached from
  within your eMAIL client.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1748895/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to