I'm running qubes 4.0.1 with KDE. I've installed Libre office to a fedora 30 template using dnf. Reboot the template(fedora-30-fuzer), reboot the app vm and add Libre office to it via qubes manager.
My app menu now shows Libre office under the appropriate app vm menu, but the option doesn't work. Further investigation shows that the menu is attempting to issue the following command:
qvm-run -q -a --service -- Dsktop-Writing qubes.StartApp+libreoffice
I attempted to run this command from dom0 and got the same nothing that I got from selecting the menu option. From the template I am able to launch libreoffice with the command: libreoffice --writer so the app it self works.
The command
qvm-run -q -a --service -- Dsktop-Writing qubes.StartApp+libreoffice --writer
Returns the error "--writer is not an arg of qvm-run"
I've attempted the following variations of the above qvm command.
qubes.StartApp+libreoffice+--writer
qubes.StartApp+libreoffice-writer
qubes.StartApp+libreoffice--writer
qubes.StartApp+libreoffice'-writer'
Qubes.StartApp+libreoffice'--writer'
Any ideas?
Thanks in advance