LXQt: servicemenu in Pcmanfm-qt

Nel percorso ~/.local/share/file-manager/actions si possono salvare azioni disponibili dal tasto destro, chiamati anche servicemenu (KDE), in relazione al tipo MIME del file (converti con soundkonverter è visibile solo con file audio ecc ecc)
Oggi avevo voglio di giocare e ho messo a punto quattro, partendo in alcuni casi di quelli di KDE ein altri da qui:
allega-thunderbird.desktop
[Desktop Entry]
Type=Action
Name=Attach to Thunderbird Mail
Name[it]=Allega a E-mail con Thunderbird
Name[es]=Enviar adjunto con Thunderbird
Name[de]=Als Anhang mit Thunderbird verschicken
Name[pt]=Anexar ao Thunderbird E-mail
Name[pt_BR]=Enviar arquivo(s) como anexo(s)
Name[fr]=Envoyer avec Thunderbird
Name[nl]=Voeg toe als bijlage aan Thunderbird
Name[pl]=Wyślij jako załącznik Thunderbirda
Name[ru]=Отправить с помощью Thunderbird
Name[cz]=Odeslat jako přílohu Thunderbirdem# For 64 bit systems use:
Icon=thunderbird
#Icon=/usr/lib64/thunderbird-3.0.7/chrome/icons/default/default16.png# For 32 bit systems use:
#Icon=/usr/lib/thunderbird/chrome/icons/default/default16.pngProfiles=profile-zero;
[X-Action-Profile profile-zero]
# This one works for some systems (don’t know exactly why).
# Exec=thunderbird -compose “attachment=’file:///$(echo %F | sed ‘s/\\ \\//,file:\\/\\//g’)'”
#Exec=thunderbird -compose “attachment=’file://$(echo %F | sed ‘s/\\ \\//,file:\\/\\//g’)'”# This one worked well for a Gentoo user
#Exec=thunderbird -compose \”attachment=\’file://`echo %F | sed \’s/\\\\ \\\\//,file:\\\\/\\\\/\\\\//g\’`\’\”# This one was tested for Mandriva 2011 and LinuxMint Olivia:
#Exec=thunderbird -compose “attachment=’$(echo %F | sed ‘s/\\ \\//,\\/\\//g’)'”
#This one works on arch
Exec=thunderbird -compose “attachment=’file://%U'”
Name=Default profile
convert_soundkonverter.desktop
[Desktop Entry]
Type=Action
Name=Converti con soundKonverter
Icon=soundkonverter
Profiles=profile-zero;[X-Action-Profile profile-zero]
MimeTypes=audio/*;
Exec=soundkonverter %F
Name=Default profile
edit_as_txt.desktop
[Desktop Entry]
Type=Action
Icon=accessories-text-editor
Name=Open as Text
Name[ca]=Obre com a text
Name[cs]=Otevřít jako Text
Name[de]=Als Textdatei bearbeiten
Name[el]=Άνοιγμα σαν Κείμενο
Name[es]=Abrir como texto
Name[fi]=Avaa tekstinä
Name[fr]=Ouvrir comme texte
Name[gl]=Abrir coma texto
Name[hu]=Megnyitás szövegként
Name[it]=Apri come testo
Name[lt]=Atverti kaip tekstą
Name[nb]=Rediger
Name[nl]=Openen als tekst
Name[nn]=Rediger
Name[pl]=Otwórz jako tekst
Name[pt]=Editar como Texto
Name[pt_BR]=Abrir como Texto
Name[pt_PT]=Editar como Texto
Name[ru]=Открыть как текст
Name[sl]=Odpri kot besedilo
Name[sr]=Отвори као текст
Name[sr@latin]=Otvori kao tekst
Name[sv]=RedigeraProfiles=profile-zero;
[X-Action-Profile profile-zero]
Exec=juffed %F
Name=Default profile
rootedit.desktop
[Desktop Entry]
Type=Action
Name=Modifica come root
Icon=dialog-password
Profiles=profile-zero;[X-Action-Profile profile-zero]
MimeTypes=text/plain;
Exec=lxsudo juffed %f
wallpaper.desktop
[Desktop Entry]
Type=Action
Name=Usa come sfondo
Icon=user-desktop
Profiles=profile-zero;[X-Action-Profile profile-zero]
MimeTypes=image/*;
Exec=pcmanfm-qt -w %f
Name=Default profile