Bug 1311141 - exo-compose-mail-1 port from Perl to Python is broken
Summary: exo-compose-mail-1 port from Perl to Python is broken
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: exo
Version: epel7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mukundan Ragavan
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-23 13:30 UTC by Paul-Antoine Arras
Modified: 2020-06-04 23:44 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-06-04 23:44:30 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 983150 0 unspecified CLOSED [abrt] exo-0.10.2-4.fc19: exo-compose-mail-1:98:<module>:TypeError: cannot concatenate 'str' and 'list' objects 2021-02-22 00:41:40 UTC

Description Paul-Antoine Arras 2016-02-23 13:30:54 UTC
Description of problem:
exo-compose-mail-1 fails to execute the generated command.

Version-Release number of selected component (if applicable):
Nom                 : exo
Architecture        : x86_64
Version             : 0.10.2
Révision            : 8.el7

How reproducible:
Always

Steps to Reproduce:
1. Open default mail client (e.g. Thunderbird)
2. Open a terminal and run the following command:
$ /usr/lib64/xfce4/exo-1/exo-compose-mail-1 mozilla-remote /usr/bin/thunderbird foo

Actual results:
Nothing happens.
Running pdb shows that the script exits at line 171 while trying to execute the command built:
/usr/bin/thunderbird -remote xfeDoCommand(composeMessage,to='foo',cc='',bcc='',attachment='')
Running this command directly from the shell produces the expected result.

Expected results:
Opening a new mail window in the default client with headers filled using parameters to the mailto URI.

Additional info:
Replacing the Python script by the original Perl version solves the issue.

Comment 1 Mukundan Ragavan 2016-02-25 01:50:05 UTC
I am able to reproduce this - at least I am not getting a mail compose window. Let me look.


Note You need to log in before you can comment on or make changes to this bug.