[qubes-users] unable to start gnome-terminal or terminal on fedora-32 template

I downloaded fedora 32 template using
sudo qubes-dom0-update qubes-template-fedora-32

I was also able to update it using google-manager,

but trying to start terminal from the start menu gives no reply and using dom0 terminal gives:

qvm-run -a fedora-32 gnome-terminal
fedora-32: command failed with code: 1

best
Franz

Try adding the -p option so you can see any error message coming from that command on the other side. Whatever comes back will give you a clue as to why it is not starting the terminal.

qvm-run -a -p fedora-32 gnome-terminal

Steve