Не прикріплюється вкладення Thunderbird (Linux Mint 20)

Проблема: Linux Mint 20 cinnamon. Не вкладаються вкладення Thunderbird. У контекстному меню ФМ Nemo при натисканні на "Надіслати електронною поштою" - відкривається вікно нового повідомлення Thunderbird, але вкладення відсутня, така ж ситуація при відправці документа через меню LibreOffice - створюється нове повідомлення з темою імені файлу, що відправляється, але вкладення відсутня. Заради експерименту створено обліковий запис пошти в live сесії LM 20 cinnamon – там все працює нормально. Рішення: Необхідно дивитися лістинг команди, яка знаходиться "під капотом" контекстного меню ФМ "Надіслати електронною поштою". Можна використовувати свій сценарій (Action у каталозі /home/.../.local/share/nemo/actions) Працюватиме лише при виділенні одного файлу. Після оновлення LM 20 у сценарії змінено команду - посилання на mail.ru
---------------------------------------------

[Nemo Action]

Active=true

# The name to show in the menu, locale supported with standard desktop spec.# **** REQUIRED ****
Name=Отправить по почте

# Tool tip, locale supported (Appears in the status bar)
Comment=Отправить по почте

# What to run.  Enclose in < > to run an executable that resides in the actions folder.# **** REQUIRED ****
Exec=thunderbird -compose attachment='%F'

Icon-Name=email

# What type selection: [s]ingle, [m]ultiple, any, notnone, none (background click), or# a number representing how many files must be selected to display.# ****** REQUIRED *******
Selection=single

# What extensions to display on - this is an array, end with a semicolon# Single entry options, ending in a semicolon:#"dir" for directory selection#"none" for no extension.#"nodirs" for any selection, but not including directories.#"any" for any file type, including directories.# Individual specific extensions can be a semicolon-terminated list# Extensions are NOT case sensitive.  jpg will match JPG, jPg, jpg, etc..# **** EITHER EXTENSIONS OR MIMETYPES IS REQUIRED *****
Extensions=nodirs;

# What mime-types to display on - this is an array, end with a semicolon# **** EITHER EXTENSIONS OR MIMETYPES IS REQUIRED *****#Mimetypes=application/x-executable;

# Quote type to use (if any) - enclose paths/urls with quotes.  Optional - defaults# to no quotes.  # Can be:  single, double, backtick
Quote=single

для возможности вложения нескольких файлов [

Nemo Action]

Active=true

Name=Надіслати поштою

Comment=Надіслати поштою

Exec=thunderbird -compose "attachment='%F'"

Icon-Name=email

Selection=notnone

Extensions=nodirs;

Separator=,