Rohan Barar

Results 29 comments of Rohan Barar

@CrazyWolf13 No problem! It is possible the reason you still needed to add `+home-drive` to `RDP_FLAGS` is because it was also missing from the FreeRDP command in the `waFindInstalled` function....

@killahop Are you suggesting the RDP port should be specified within the WinApps configuration file instead of being hard-coded?

It is *technically* possible to add macOS support through `utmctl` in a way similar to how `libvirt` is currently utilised. I can explore this on my M1 MacBook Pro, but...

@iMonZ I ran the Windows VM inside UTM with TCP and UDP traffic forwarded to the host on port 3389. FreeRDP was installed via [Homebrew](https://formulae.brew.sh/formula/freerdp#default). While it generally worked, dragging...

@iMonZ XQuartz is a dependency of FreeRDP on macOS, so I am not aware of an alternative.

@zany130 Thank you for the detailed information; it's incredibly useful for pinpointing the source of your issues. Based on your description, it seems likely that your problem aligns with this...

We can certainly take steps to improve warnings reported and error handling by the PowerShell script. The biggest complexity would be figuring out how to communicate errors and warnings from...

Please note that I have also tried the following: ```bash export PIPE=$(mktemp -u --tmpdir "${0##*/}".XXXXXXXX) mkfifo "$PIPE" yad --notification \ --listen \ --no-middle \ --text="WinApps Launcher" \ --image="AppIcon.svg" \ --command="bash...

I would like to propose a solution to extend the functionality of `yad` notifications while preserving backward compatibility. The idea is to introduce support for multiple `--command` arguments. This approach...