winapps-org / winapps

The winapps main project, forked from https://github.com/Fmstrat/winapps/
Other
998 stars 45 forks source link

Installer does not work on NixOS #102

Closed stromseng closed 4 months ago

stromseng commented 4 months ago

I have done the following:

Windows 11 boots fine, and i can install programs in it.

I get the following error when running install.sh

RDPWindows is not running, run:
  virsh start RDPWindows

It seems i need to use sudo. See it is already running.

❯ virsh start RDPWindows
error: failed to get domain 'RDPWindows'

❯ sudo virsh start RDPWindows
error: Domain is already active

Running sudo ./installer.sh using both User and System install results in You need to create a ~/.config/winapps/winapps.conf configuration. Exiting...

This file does however exist as shown here

~/.config/winapps 
❯ ls
winapps.conf
~/.config/winapps 
❯ cat winapps.conf
RDP_USER="magnus"
RDP_PASS="EXAMPLEPASSWORD"
#RDP_DOMAIN="MYDOMAIN"
#RDP_IP="192.168.123.111"
#RDP_SCALE=100
#RDP_FLAGS=""
#MULTIMON="true"
#DEBUG="true"

Note: redacted password

virsh net-list --all shows no networks, however sudo virsh net-list --all shows the default network as running.

oskardotglobal commented 4 months ago

Firstly, please grab freerdp3 from unstable. Secondly, we do not support using virsh anymore. Please use Docker.

stromseng commented 4 months ago

Yeah, I see that now. I was initially following the old winapps repo, as it was the main google result. Switched to Docker and eventually got it working now.

oskardotglobal commented 4 months ago

Yeah, we tried contacting Fmstrat to maybe link our project from the old one which is now kind of abandoned but he just never followed up on our emails