Adian Kozlica

Results 10 comments of Adian Kozlica

I just added this to the windows service, and it works for me ```yml privileged: true ```

Hello, were these pictures taken in a noVNC session? If so log out and use the RDP session through the app.

You need to open the desktop (or an app), through the winboat app itself not through the browser since the browser session does not use RDP.

Hello, so basically xfreerdp replaces the old instance of an app with a new one if the cli arguments are the same. We can bypass this if we use a...

Hello, I have made it possible so that if the user hasn't pressed the shift key, it will use "1" as the dummy argument, if the user has pressed the...

Hello, have you tried setting the default browser either manually or resetting to Windows defaults?

Hello, I have submitted a PR that should solve the issue with clock syncing https://github.com/TibixDev/winboat/pull/339. Regarding the changing of disk size, you should stop the docker container first, then edit...

Hello, so first you will have to create the ```time-sync.bat``` file in the ```C:\Program Files\WinBoat\scripts``` directory, with the following content: ```bat @echo off net stop w32time net start w32time w32tm...

Hello, I also experienced the gap when running Affinity, what happens when you run this powershell script? To me it fixed the issue. ```ps1 Add-Type @" using System; using System.Runtime.InteropServices;...

Hello, the reason this occurs is because the X11 window has the "override redirect" flag, which means it won't be managed by your window manager (this then messes up how...