background
@神末shenmo posted some applications on UOS in https://bbs.deepin.org/post/228885, and then I found that the remote assistance application should only be connected to other Linux computers, Windows (rdp protocol) I can’t connect, and Remmina in the store is powerful, but it’s not a Chinese version, so I made this program
introduce
This is a use dtk
A simple remote connection tool written based on rdesktop
suitable for connectingWindows
wait rdp
Protocol remote computer (xrdp
is also possible, tested), although withmstsc
The difference is a bit far. In my test, I found that the system default version of rdesktop(1.8.6)
is unable to connect Windows XP
(I don’t know if it is an example), and the compiled rdesktop 1.9.0
There is no problem, so I also put the compiled application into deb
package and supports select versions
screenshot
update content
1.2.0-1 (May 29, 2022)
※1. Optimized the display of the interface under Ubuntu, and will not display the double title bar
※2. Supplemented missing dependencies
1.2.0 (May 28, 2022)
※1. Added clipboard sharing, directory sharing, and remote computer sound playback functions
※2. Use the std::system()
The run command is modified to useQProcess
Run commands and get return values and output
※3. Fixed the problem that it cannot run under UOS/Ubuntu because the compiled Qt version is too high
※4. Fixed the problem that a prompt window will pop up to display the log regardless of the connection success or failure
5. Fixed the problem that the connection log does not exceed 5000 characters
6. Fixed the problem that the title and custom parameters do not support Chinese
7. Optimized the code structure
8. Fixed the problem of bad display if it can run under Ubuntu
9. Fixed the problem of garbled characters in the parameter help in the display log and the “Advanced” tab
1.0.0
There are many defects, as follows: 1. If rdesktop
Too many connections logged (more than 5000
characters), the program will crash (of course not rdesktop
collapse)
2. Regardless of whether the connection is successful or failed, a prompt window will pop up to display the log (if the connection is normal, ignore it, if it is not normal, you have to take a good look, only the English version is available for the time being)
3. The title does not support Chinese
4. The information filled in the window cannot be saved, and will be lost after closing
5. The code structure is confusing, with only a few comments
6….
related items
project | Link |
---|---|
Easy Remote Desktop Connection Tool (Gitee) | https://gitee.com/gfdgd-xi/simple-remote-desktop-accessor |
Easy Remote Desktop Connection Tool (Github) | https://github.com/gfdgd-xi/simple-remote-desktop-accessor |
rdesktop | https://github.com/rdesktop/rdesktop |
#simple #remote #connection #tool #written #dtk #based #rdesktop #suitable #connecting #remote #computers #rdp #protocols #Windows