The configuration items are not working under Linux #46
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When compiling a Windows application and selecting "income only," it works normally after compilation. However, when switching to Linux for compilation, the interface is not hidden in the system.
Windows

Linux

Which linux distro are you using?
build with ubuntu 18,test on ubuntu 24。The test results are the same whether on my own self-hosted service or your web build service.
Another issue is that during the compilation of version 1.3.8, I encountered a merge failure for removeNewVersionNotif.diff.
Ok, can you moving the file /usr/lib/rustdesk/custom.txt to /usr/share/rustdesk/custom.txt
I think they changed where the file needs to be stored. I had not noticed this, if moving that file fixes it for you, then I will fix it in the generator.
Ok, I have updated the client generator with fixes for the configuration items as well as the removeNewVersionNotif. Both should work now, so re-generate your clients and test it out.
That's right!!! Fixed it! Thanks!