Debian-11 template wont run App

I have qubes 4.1 and I am trying to run the OnlyKey-App 5.3.4(latest) on a stock debian-11 Template and the app wont start up. It doesnt show a window or the app in the taskbar. I have tryed running it from dom0 terminal also and this is the error I am getting:

[user@dom0 ~]$ qvm-run --pass-io debian-11-onlykey1 OnlyKey App
Traceback (most recent call last):
  File "/usr/bin/qubes-vmexec", line 5, in <module>
    sys.exit(main())
  File "/usr/lib/python3/dist-packages/qubesagent/vmexec.py", line 55, in main
    os.execvp(command[0], command)
  File "/usr/lib/python3.9/os.py", line 574, in execvp
    _execvpe(file, args)
  File "/usr/lib/python3.9/os.py", line 616, in _execvpe
    raise last_exc
  File "/usr/lib/python3.9/os.py", line 607, in _execvpe
    exec_func(fullname, *argrest)
FileNotFoundError: [Errno 2] No such file or directory
[user@dom0 ~]$

The App starts up fine in a VM debian-11 Virtualbox image when logging into xorg session. Any ideas as to how to get it running?

I have tryed also running the following command in a dom0 terminal and no gui shows up.
qvm-run -q -a --service -- debian-11-onlykey1 qubes.StartApp+OnlyKey

The newest OnlyKey-app (v5.3.5) fixed this issue

did you uninstall the 5.4.4 and reinstall 5.4.5 to get this to work? also, when i have gotten the app window to launch, the onlykey is stuck on the ‘working’ menu. do you have any idea how i can fix this?

Thanks