-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation and launch issues of RDP apps on custom port #304
Comments
By modifying the setup.sh file like this: |
@killahop Are you suggesting the RDP port should be specified within the WinApps configuration file instead of being hard-coded? |
I’ve already specified the port number I wanted to use, which is 3390, in the configuration files. However, I encountered issues with this setup, particularly with the checks for the RDP connection. It didn’t seem to work properly. If you have any suggestions on how to resolve this issue, I would appreciate your help! Thank you! |
Here's a bit of code from my automation script:
A file called
I'm not sure about working through other backends, I was testing in Docker. |
as soon as I do a new installation I'll try these changes of yours. |
My host machine has an RDP server running on UDP port 3389 for support.
Docker and Windows are configured on port 3390.
I attempted to install Winapps on a port other than 3389. By modifying the setup.sh file and adding :3390 to lines 1055 and 1184,
I can connect using xfreerdp3 /v:127.0.0.1:3390 /u:docker /p:password, but the installation fails if I modify only line 86.
Additionally, I have installed Excel, which is visible in GNOME, but it does not launch, likely due to the installation logic. I hope this information can assist in resolving the issue.
The text was updated successfully, but these errors were encountered: