[Desktop-packages] [Bug 1743096] Re: Simple Scan not sending mail

2018-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package simple-scan - 3.26.3-0ubuntu0.17.10.0

---
simple-scan (3.26.3-0ubuntu0.17.10.0) artful; urgency=medium

  * New upstream stable release:
- Fix email sending failing with PDF attachments (LP: #1743096)

 -- Robert Ancell   Mon, 22 Jan 2018
15:37:36 +1300

** Changed in: simple-scan (Ubuntu Artful)
   Status: Fix Committed => Fix Released

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

Title:
  Simple Scan not sending mail

Status in simple-scan package in Ubuntu:
  Fix Released
Status in simple-scan source package in Artful:
  Fix Released
Status in simple-scan source package in Bionic:
  Fix Released

Bug description:
  [Impact]
  Simple scan is unable to send email with PDF attachments.

  [Test Case]
  1. Open Simple Scan
  2. Scan a document in text mode (the default)
  3. Email the document

  Expected result:
  Email client opens with attached .pdf file

  Observed result:
  Nothing occurs. Running 'simple-scan -d' from the command line shows an error 
about trying to run the invalid command 'xdg-email--attach'.

  [Regression Potential]
  Low. Adds back in a missing space character that got dropped in some 
refactoring.

  Original description:

  This is my first bug report so I hope I'm making sense:

  Simple scan doesn't send mail when trying to send a scanned document.
  Using simple-scan -d I get this error:

  [+9.63s] WARNING: app-window.vala:1208: Unable to email document:
  Failed to execute child process “xdg-email--attach” (No such file or
  directory)

  Looking through the code within app-window.vala on lines 1194 - 1196 I
  see:

  var command_line = "xdg-email";
  if (type == "pdf")
  command_line += "--attach %s".printf (file.get_path ());

  I'm thinking there should be a space " " prior to --attach on line
  1196.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1743096/+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


[Desktop-packages] [Bug 1743096] Re: Simple Scan not sending mail

2018-01-26 Thread Maxim
I can confirm that version 3.26.3-0ubuntu1 has fixed the problem I
reported.

Thanks very much!!

** Tags removed: verification-needed verification-needed-artful
** Tags added: verification-done-artful

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

Title:
  Simple Scan not sending mail

Status in simple-scan package in Ubuntu:
  Fix Released
Status in simple-scan source package in Artful:
  Fix Committed
Status in simple-scan source package in Bionic:
  Fix Released

Bug description:
  [Impact]
  Simple scan is unable to send email with PDF attachments.

  [Test Case]
  1. Open Simple Scan
  2. Scan a document in text mode (the default)
  3. Email the document

  Expected result:
  Email client opens with attached .pdf file

  Observed result:
  Nothing occurs. Running 'simple-scan -d' from the command line shows an error 
about trying to run the invalid command 'xdg-email--attach'.

  [Regression Potential]
  Low. Adds back in a missing space character that got dropped in some 
refactoring.

  Original description:

  This is my first bug report so I hope I'm making sense:

  Simple scan doesn't send mail when trying to send a scanned document.
  Using simple-scan -d I get this error:

  [+9.63s] WARNING: app-window.vala:1208: Unable to email document:
  Failed to execute child process “xdg-email--attach” (No such file or
  directory)

  Looking through the code within app-window.vala on lines 1194 - 1196 I
  see:

  var command_line = "xdg-email";
  if (type == "pdf")
  command_line += "--attach %s".printf (file.get_path ());

  I'm thinking there should be a space " " prior to --attach on line
  1196.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1743096/+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


[Desktop-packages] [Bug 1743096] Re: Simple Scan not sending mail

2018-01-25 Thread Łukasz Zemczak
Hello Maxim, or anyone else affected,

Accepted simple-scan into artful-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/simple-
scan/3.26.3-0ubuntu0.17.10.0 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-artful to verification-done-artful. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-artful. In either case, without details of
your testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: simple-scan (Ubuntu Artful)
   Status: Triaged => Fix Committed

** Tags added: verification-needed verification-needed-artful

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

Title:
  Simple Scan not sending mail

Status in simple-scan package in Ubuntu:
  Fix Released
Status in simple-scan source package in Artful:
  Fix Committed
Status in simple-scan source package in Bionic:
  Fix Released

Bug description:
  [Impact]
  Simple scan is unable to send email with PDF attachments.

  [Test Case]
  1. Open Simple Scan
  2. Scan a document in text mode (the default)
  3. Email the document

  Expected result:
  Email client opens with attached .pdf file

  Observed result:
  Nothing occurs. Running 'simple-scan -d' from the command line shows an error 
about trying to run the invalid command 'xdg-email--attach'.

  [Regression Potential]
  Low. Adds back in a missing space character that got dropped in some 
refactoring.

  Original description:

  This is my first bug report so I hope I'm making sense:

  Simple scan doesn't send mail when trying to send a scanned document.
  Using simple-scan -d I get this error:

  [+9.63s] WARNING: app-window.vala:1208: Unable to email document:
  Failed to execute child process “xdg-email--attach” (No such file or
  directory)

  Looking through the code within app-window.vala on lines 1194 - 1196 I
  see:

  var command_line = "xdg-email";
  if (type == "pdf")
  command_line += "--attach %s".printf (file.get_path ());

  I'm thinking there should be a space " " prior to --attach on line
  1196.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1743096/+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


[Desktop-packages] [Bug 1743096] Re: Simple Scan not sending mail

2018-01-23 Thread Launchpad Bug Tracker
This bug was fixed in the package simple-scan - 3.26.3-0ubuntu1

---
simple-scan (3.26.3-0ubuntu1) bionic; urgency=medium

  * New upstream stable release:
- Fix email sending failing with PDF attachments (LP: #1743096)

 -- Robert Ancell   Mon, 22 Jan 2018
15:42:39 +1300

** Changed in: simple-scan (Ubuntu Bionic)
   Status: Triaged => Fix Released

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

Title:
  Simple Scan not sending mail

Status in simple-scan package in Ubuntu:
  Fix Released
Status in simple-scan source package in Artful:
  Triaged
Status in simple-scan source package in Bionic:
  Fix Released

Bug description:
  [Impact]
  Simple scan is unable to send email with PDF attachments.

  [Test Case]
  1. Open Simple Scan
  2. Scan a document in text mode (the default)
  3. Email the document

  Expected result:
  Email client opens with attached .pdf file

  Observed result:
  Nothing occurs. Running 'simple-scan -d' from the command line shows an error 
about trying to run the invalid command 'xdg-email--attach'.

  [Regression Potential]
  Low. Adds back in a missing space character that got dropped in some 
refactoring.

  Original description:

  This is my first bug report so I hope I'm making sense:

  Simple scan doesn't send mail when trying to send a scanned document.
  Using simple-scan -d I get this error:

  [+9.63s] WARNING: app-window.vala:1208: Unable to email document:
  Failed to execute child process “xdg-email--attach” (No such file or
  directory)

  Looking through the code within app-window.vala on lines 1194 - 1196 I
  see:

  var command_line = "xdg-email";
  if (type == "pdf")
  command_line += "--attach %s".printf (file.get_path ());

  I'm thinking there should be a space " " prior to --attach on line
  1196.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1743096/+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


[Desktop-packages] [Bug 1743096] Re: Simple Scan not sending mail

2018-01-21 Thread Robert Ancell
** Description changed:

+ [Impact]
+ Simple scan is unable to send email with PDF attachments.
+ 
+ [Test Case]
+ 1. Open Simple Scan
+ 2. Scan a document in text mode (the default)
+ 3. Email the document
+ 
+ Expected result:
+ Email client opens with attached .pdf file
+ 
+ Observed result:
+ Nothing occurs. Running 'simple-scan -d' from the command line shows an error 
about trying to run the invalid command 'xdg-email--attach'.
+ 
+ [Regression Potential]
+ Low. Adds back in a missing space character that got dropped in some 
refactoring.
+ 
+ Original description:
+ 
  This is my first bug report so I hope I'm making sense:
  
  Simple scan doesn't send mail when trying to send a scanned document.
  Using simple-scan -d I get this error:
  
  [+9.63s] WARNING: app-window.vala:1208: Unable to email document: Failed
  to execute child process “xdg-email--attach” (No such file or directory)
  
  Looking through the code within app-window.vala on lines 1194 - 1196 I
  see:
  
- var command_line = "xdg-email";
- if (type == "pdf")
- command_line += "--attach %s".printf (file.get_path ());
+ var command_line = "xdg-email";
+ if (type == "pdf")
+ command_line += "--attach %s".printf (file.get_path ());
  
  I'm thinking there should be a space " " prior to --attach on line 1196.

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

Title:
  Simple Scan not sending mail

Status in simple-scan package in Ubuntu:
  Triaged
Status in simple-scan source package in Artful:
  Triaged
Status in simple-scan source package in Bionic:
  Triaged

Bug description:
  [Impact]
  Simple scan is unable to send email with PDF attachments.

  [Test Case]
  1. Open Simple Scan
  2. Scan a document in text mode (the default)
  3. Email the document

  Expected result:
  Email client opens with attached .pdf file

  Observed result:
  Nothing occurs. Running 'simple-scan -d' from the command line shows an error 
about trying to run the invalid command 'xdg-email--attach'.

  [Regression Potential]
  Low. Adds back in a missing space character that got dropped in some 
refactoring.

  Original description:

  This is my first bug report so I hope I'm making sense:

  Simple scan doesn't send mail when trying to send a scanned document.
  Using simple-scan -d I get this error:

  [+9.63s] WARNING: app-window.vala:1208: Unable to email document:
  Failed to execute child process “xdg-email--attach” (No such file or
  directory)

  Looking through the code within app-window.vala on lines 1194 - 1196 I
  see:

  var command_line = "xdg-email";
  if (type == "pdf")
  command_line += "--attach %s".printf (file.get_path ());

  I'm thinking there should be a space " " prior to --attach on line
  1196.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1743096/+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


[Desktop-packages] [Bug 1743096] Re: Simple Scan not sending mail

2018-01-21 Thread Robert Ancell
Thanks for finding!

** Also affects: simple-scan (Ubuntu Artful)
   Importance: Undecided
   Status: New

** Also affects: simple-scan (Ubuntu Bionic)
   Importance: Undecided
   Status: Confirmed

** Changed in: simple-scan (Ubuntu Artful)
   Status: New => Triaged

** Changed in: simple-scan (Ubuntu Bionic)
   Status: Confirmed => Triaged

** Changed in: simple-scan (Ubuntu Artful)
   Importance: Undecided => Medium

** Changed in: simple-scan (Ubuntu Bionic)
   Importance: Undecided => Medium

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

Title:
  Simple Scan not sending mail

Status in simple-scan package in Ubuntu:
  Triaged
Status in simple-scan source package in Artful:
  Triaged
Status in simple-scan source package in Bionic:
  Triaged

Bug description:
  This is my first bug report so I hope I'm making sense:

  Simple scan doesn't send mail when trying to send a scanned document.
  Using simple-scan -d I get this error:

  [+9.63s] WARNING: app-window.vala:1208: Unable to email document:
  Failed to execute child process “xdg-email--attach” (No such file or
  directory)

  Looking through the code within app-window.vala on lines 1194 - 1196 I
  see:

  var command_line = "xdg-email";
  if (type == "pdf")
  command_line += "--attach %s".printf (file.get_path ());

  I'm thinking there should be a space " " prior to --attach on line
  1196.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1743096/+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


[Desktop-packages] [Bug 1743096] Re: Simple Scan not sending mail

2018-01-21 Thread Robert Ancell
commit 6990573196505dbf3e3e79c5e409a971ae8078b8
Author: Robert Ancell 
Date:   Mon Jan 22 15:15:50 2018 +1300

Fix email sending failing with PDF attachments

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

Title:
  Simple Scan not sending mail

Status in simple-scan package in Ubuntu:
  Triaged
Status in simple-scan source package in Artful:
  Triaged
Status in simple-scan source package in Bionic:
  Triaged

Bug description:
  This is my first bug report so I hope I'm making sense:

  Simple scan doesn't send mail when trying to send a scanned document.
  Using simple-scan -d I get this error:

  [+9.63s] WARNING: app-window.vala:1208: Unable to email document:
  Failed to execute child process “xdg-email--attach” (No such file or
  directory)

  Looking through the code within app-window.vala on lines 1194 - 1196 I
  see:

  var command_line = "xdg-email";
  if (type == "pdf")
  command_line += "--attach %s".printf (file.get_path ());

  I'm thinking there should be a space " " prior to --attach on line
  1196.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1743096/+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


[Desktop-packages] [Bug 1743096] Re: Simple Scan not sending mail

2018-01-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: simple-scan (Ubuntu)
   Status: New => Confirmed

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

Title:
  Simple Scan not sending mail

Status in simple-scan package in Ubuntu:
  Confirmed

Bug description:
  This is my first bug report so I hope I'm making sense:

  Simple scan doesn't send mail when trying to send a scanned document.
  Using simple-scan -d I get this error:

  [+9.63s] WARNING: app-window.vala:1208: Unable to email document:
  Failed to execute child process “xdg-email--attach” (No such file or
  directory)

  Looking through the code within app-window.vala on lines 1194 - 1196 I
  see:

  var command_line = "xdg-email";
  if (type == "pdf")
  command_line += "--attach %s".printf (file.get_path ());

  I'm thinking there should be a space " " prior to --attach on line
  1196.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1743096/+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


[Desktop-packages] [Bug 1743096] Re: Simple Scan not sending mail

2018-01-16 Thread tod
Same error
WARNING: app-window.vala:1208: Unable to email document: L’exécution du 
processus fils « xdg-email--attach » a échoué (Aucun fichier ou dossier de ce 
type)

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

Title:
  Simple Scan not sending mail

Status in simple-scan package in Ubuntu:
  Confirmed

Bug description:
  This is my first bug report so I hope I'm making sense:

  Simple scan doesn't send mail when trying to send a scanned document.
  Using simple-scan -d I get this error:

  [+9.63s] WARNING: app-window.vala:1208: Unable to email document:
  Failed to execute child process “xdg-email--attach” (No such file or
  directory)

  Looking through the code within app-window.vala on lines 1194 - 1196 I
  see:

  var command_line = "xdg-email";
  if (type == "pdf")
  command_line += "--attach %s".printf (file.get_path ());

  I'm thinking there should be a space " " prior to --attach on line
  1196.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1743096/+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