Activity log for bug #1743096

Date Who What changed Old value New value Message
2018-01-13 11:17:47 Maxim bug added bug
2018-01-16 10:57:43 Launchpad Janitor simple-scan (Ubuntu): status New Confirmed
2018-01-22 02:21:34 Robert Ancell nominated for series Ubuntu Artful
2018-01-22 02:21:34 Robert Ancell bug task added simple-scan (Ubuntu Artful)
2018-01-22 02:21:34 Robert Ancell nominated for series Ubuntu Bionic
2018-01-22 02:21:34 Robert Ancell bug task added simple-scan (Ubuntu Bionic)
2018-01-22 02:21:43 Robert Ancell simple-scan (Ubuntu Artful): status New Triaged
2018-01-22 02:21:47 Robert Ancell simple-scan (Ubuntu Bionic): status Confirmed Triaged
2018-01-22 02:21:59 Robert Ancell simple-scan (Ubuntu Artful): importance Undecided Medium
2018-01-22 02:22:01 Robert Ancell simple-scan (Ubuntu Bionic): importance Undecided Medium
2018-01-22 02:42:06 Robert Ancell 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. [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.
2018-01-23 18:12:27 Launchpad Janitor simple-scan (Ubuntu Bionic): status Triaged Fix Released
2018-01-25 18:50:30 Łukasz Zemczak simple-scan (Ubuntu Artful): status Triaged Fix Committed
2018-01-25 18:50:32 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2018-01-25 18:50:34 Łukasz Zemczak bug added subscriber SRU Verification
2018-01-25 18:50:37 Łukasz Zemczak tags verification-needed verification-needed-artful
2018-01-26 16:00:21 Maxim tags verification-needed verification-needed-artful verification-done-artful
2018-02-01 08:30:08 Launchpad Janitor simple-scan (Ubuntu Artful): status Fix Committed Fix Released
2018-02-01 08:30:13 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2018-02-20 01:15:54 Launchpad Janitor branch linked lp:~ubuntu-desktop/simple-scan/ubuntu