Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olback/rdg-linux
rdesktop Front-end / GUI
https://github.com/olback/rdg-linux
gtk gtk-rs gui linux rdesktop rdp rust
Last synced: about 1 month ago
JSON representation
rdesktop Front-end / GUI
- Host: GitHub
- URL: https://github.com/olback/rdg-linux
- Owner: olback
- License: gpl-3.0
- Created: 2017-11-13T20:35:22.000Z (about 7 years ago)
- Default Branch: 3.0
- Last Pushed: 2024-04-07T18:08:17.000Z (10 months ago)
- Last Synced: 2024-05-01T13:12:02.932Z (9 months ago)
- Topics: gtk, gtk-rs, gui, linux, rdesktop, rdp, rust
- Language: Rust
- Homepage:
- Size: 2.54 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rdesktop gui
Simplify rdesktop with rdesktop GUI.
![rdg gui](rdg.png)
## Build & install from source
Prerequisites: [Rust toolchain](https://www.rust-lang.org/)
1. `git clone https://github.com/olback/rdg-linux.git`
2. `cd rdg-linux`
3. `cargo build --release`
4. `sudo ./install.sh`## Uninstall
1. `sudo ./install.sh uninstall`
2. Done!