Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!