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
when trying to run winapps
tried
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
GitHub
GitHub - casualsnek/cassowary: Run Windows Applications on Linux as...
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
GitHub - Fmstrat/winapps: Run Windows apps such as Microsoft Office...
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
11 Replies
You should be able to install applications through Lutris which is already preinstalled. You would just need to create your own image. After doing the install, you'll need to point it to the exe in the install path on the nvme or sd card. Depending where it is.
this is for windows apps that I cant run through lutris/wine such as game controller updaters
for example i have a flydigi apex 4 controller and its software doesn't work on wine. You have to use a VM. casswary and winapps make apps running in a vm intergate with your desktop
fedora issue https://github.com/FreeRDP/FreeRDP/issues/10249
GitHub
Can't use the /app arguments on Fedora 40
· Issue #10249 · FreeRD...
So I installed a brain new Fedora 40 and played around with freerdp. Whatever I use xfreerpd wlfredrdp I can't use the /app arguments I tried many way. I don't get a error about connection ...
also apperently winapps moved to https://github.com/winapps-org/winapps so I was using the wrong version
welp that fails with
even though I already run
probably you hit this issue https://docs.fedoraproject.org/en-US/fedora-silverblue/troubleshooting/#_unable_to_add_user_to_group
check your group entries or /etc/group before trying
yup thanks although now I ts failing to find the vm
so back to square one like the other apps.
the strange thing is I checked the code https://github.com/winapps-org/winapps/blob/d93bea983d1dad8108e0397952640dd4428086bc/installer.sh#L956 there using the fedora syntax of
/app:program
so that shouldn't be an issue anymore....made a issue https://github.com/winapps-org/winapps/issues/188
saw there were already some issues with bazzite with winapps but they were supposed to have been resolved ....
GitHub
Not working on bazzite (libvirt) · Issue #188 · winapps-org/winapps
After following all the setup instructions for libvirt, the installer fails with ./installer.sh ─╯ ################################################################################ # # # WinApps Ins...
so figured it out the installer needs to run as root because libvirt is running as root on bazzite
you also need to overlay
dialog
for the installer to work. I was using brew when I was running as a user but that dosn't work for root
with
and you also need to symlink your ~/.config/winapps/winapps.conf
to /root/.config/winapps/winapps.conf
like this
and then finally you need to add the root user to the kvm
and libvirt
group like this
@HikariKnight @Kyle Gospo not sure if this would be helpful to other bazzite users in ujust? or if i am dumb and it would be better to setup libvirt to run as user? (I saw its possible but don't know if there are any security implications)Solution
got it to work with out root just needed to
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