windows apps through vm RDP

anyone gotten

https://github.com/casualsnek/cassowary
or https://github.com/Fmstrat/winapps/tree/main

working on bazzite?

can't get either to see the windows VM for some reason

i named both the windows system and the virtual machine as RDPWindows

but i get
bin/winapps check
RDPWindows is not running, run:
  virsh start RDPWindows
zany130@bazzite:~/Documents/GitHub/winapps$ virsh start RDPWindows
error: failed to get domain 'RDPWindows'

when trying to run winapps

tried
virsh list --all
 Id   Name   State
--------------------


so it seems like virsh is not seeing the vm?

i can boot it fine though in virt-manager

for cassowary it seems to be failing with a freerdp error

[ 2024-08-02 20:51:56,629 ] | [  DEBUG ] :  [    __init__ ->                 main  ] -->  guest-run with commandline: xfreerdp /d:"RDPWINDOWS" /u:"*******" /p:"******" /v:192.168.122.229 +clipboard /a:drive,root,/ +decorations /cert-ignore /sound /scale:100 /dynamic-resolution /span  /wm-class:"cassowaryApp-Wireshark.exe" /app:"C:\Program Files\Wireshark\Wireshark.exe" /app-icon:"/home/zany130/.local/lib/python3.12/site-packages/cassowary/base/../gui/extrares/cassowary_app.png"  
[20:51:56:463] [682645:000a6a95] [ERROR][com.freerdp.client.common.cmdline] - [freerdp_client_command_line_post_filter_int]: Command line parsing failed at 'a' value 'drive,root,/' [1]
[20:51:56:463] [682645:000a6a95] [ERROR][com.winpr.commandline] - [log_error]: Failed at index 8 [/cert-ignore]: Unexpected keyword
GitHub
Run Windows Applications on Linux as if they are native, Use linux applications to launch files files located in windows vm without needing to install applications on vm. With easy to use configura...
GitHub
Run Windows apps such as Microsoft Office/Adobe in Linux (Ubuntu/Fedora) and GNOME/KDE as if they were a part of the native OS, including Nautilus integration. - Fmstrat/winapps
Solution
got it to work with out root just needed to

export LIBVIRT_DEFAULT_URI="qemu:///system"


so no need to run as root just clone repo
setup ~/.config/winapps/winapps.conf

export LIBVIRT_DEFAULT_URI="qemu:///system"

and then run the script
Was this page helpful?