winapps-org / winapps

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

Trying to execute /bin/winapps check #93

Closed G4CHIM4STER closed 4 months ago

G4CHIM4STER commented 5 months ago

Hello. I'm trying to install your wonderful software, but I've encountered several extremely annoying problems. from the current ones are:

  1. bin/winapps check cannot connect to my local VM, despite all this - connection via xfreerdp works correctly
  2. I assume that the installer.sh does not work for the same reason.

Can you help me ?

Fedora 40 Kernel 6.8.8

LDprg commented 5 months ago

Since xfreerdp works I would recommend setting the ip manually in the config.

shadyalfred commented 4 months ago

How? @LDprg

LDprg commented 4 months ago

@shadyalfred With the RDP_IP option of the winapps config file. Read the README for more information.

trottdeaje commented 4 months ago

Fedora 40 Kernel 6.8.8 FreeRDP version 3.5.1

Running bin/winapps check doesn't open explorer for me. I went ahead and tried to launch it manually with the below and that works:

xfreerdp /u:rdp-windows /p:password /v:192.168.124.27

image

But if I append /app:"explorer", it shows the FreeRDP help text, as if /app: is not valid?

xfreerdp /u:rdp-windows /p:password /v:192.168.124.27 /app:"explorer"

image

My conf file at ~/.config/winapps

RDP_USER="rdp-windows" RDP_PASS="password"

RDP_DOMAIN="MYDOMAIN"

RDP_IP="192.168.124.27"

RDP_SCALE=100

RDP_FLAGS=""

MULTIMON="true"

DEBUG="true"

Running virsh list shows my VM running image

At a lost here.

SakiiCode commented 4 months ago

The correct command would be xfreerdp /u:rdp-windows /p:password /v:192.168.124.27 /app:program:"explorer.exe"

oskardotglobal commented 4 months ago

@trottdeaje @G4CHIM4STER Please try this again with #87 merged, just run a git pull inside the winapps directory

trottdeaje commented 4 months ago

@oskardotglobal

Thanks! that seems to have fixed my issue, bin/winapps check goes through for me now 👍🏼

-8825045831548235797

oskardotglobal commented 4 months ago

Perfect. Closing this as resolved.