Hello I have just installed the latest version of LibreOffice offered by the Ubuntu 18.04.4 LTS software library. LibreOffice stable 6.4.0.3 snap1. I often use the option to send .pdf attachments from Calc or Writer I have taken care to indicate my executable email client in Tools / Options / Internet / Email (Thunderird 68.5.0) >> via the File / Send / Email PDF menu ... nothing happens! thunderbird is not launched >> Via BASIC with the Shell () in a sub or function shell("file:///home/user/snap/bin/thunderbird",3, _ "-compose body=" & Corps & _ ",subject=" & Sujet & _ ",from=" & Exp & _ ",to=" & Dest & _ ",attachment=" & Pj) The function returns 0 (executed) but nothing happens thunderbird is not launched I had no problems with the ppa versions of LO!
Thanks for reporting this issue. Could you please try with LibreOffice 6.4.1.2 to see if the issue is fixed ?
(In reply to Xisco Faulí from comment #1) > Thanks for reporting this issue. > Could you please try with LibreOffice 6.4.1.2 to see if the issue is fixed ? Sorry, Don't works ! Issue not fixed..
[Automated Action] NeedInfo-To-Unconfirmed
Sorry with LibreOffice 6.4.1.2 snap version. the menu Tools/Options/Internet/Email = "/home/user/Applications/thunderbird/thunderbird %u" via the File / Send / Email PDF menu -> thunderbird is open but the file is not joint. With basic : r=shell("/home/pierre/Applications/thunderbird/thunderbird %u",3) returns r=0 but thunderbird is not open. Curiously if i run for exemple r=shell("/usr/bin/gedit",3) i get "file not found"?
In snap version : 1-Tools/Options/InternetE-Mail is "/home/myuser/Applications/thunderbird/thunderbird %u" Selecting File/Send/Email_Document, the Thunderbird (default email client) compose screen is evoked but the document which was supposed to be attached is not. 2-Tools/Options/InternetE-Mail is "/home/myuser/Applications/thunderbird/thunderbird" Selecting File/Send/Email_Document, the Thunderbird (default email client) compose screen is not evoked. I'm test also this macro : sub calculatror r=shell(ConvertToURL("file:///usr/bin/gnome-calculator"),2) print r r=shell("/usr/bin/gnome-calculator",2) print r end sub I'm get "file not found" ??? In ppa version all is right !
*** Bug 115659 has been marked as a duplicate of this bug. ***
(In reply to TISSENDIER Pierre from comment #0) > The function returns 0 (executed) but nothing happens thunderbird is not > launched I had no problems with the ppa versions of LO! This is not the Ubuntu bug tracker. Please use this: https://bugs.launchpad.net/ubuntu/+source/libreoffice
Sorry Buovjaga, it's so easy, i think it's a LibreOffice bug. LibreOffice must give Ubuntu a good version, it's not up to me to give Ubuntu the bug!
(In reply to TISSENDIER Pierre from comment #8) > Sorry Buovjaga, it's so easy, i think it's a LibreOffice bug. > LibreOffice must give Ubuntu a good version, > it's not up to me to give Ubuntu the bug! I don't understand what you mean. You said many times "In ppa version all is right" - this is clearly a problem with Ubuntu's Snap packaging. Upstream LibreOffice is not responsible for it. It is up to you to report it to Ubuntu!