blob: c5935d6fd4f394114729ba04a2a9733d48e7cd4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
# Thincast Remote Desktop Client
A free Remote Desktop Protocol (RDP) client for Linux, based on FreeRDP.
## Installation
### Using an AUR Helper
```bash
yay -S thincast-client
# or
paru -S thincast-client
```
### Manual Installation
```bash
# Install dependencies
sudo pacman -S --needed base-devel git
# Clone the AUR repository
git clone https://aur.archlinux.org/thincast-client.git
cd thincast-client
# Build and install the package
makepkg -si
```
## Running
You can start Thincast Remote Desktop Client by:
- Using the application menu (search for "Thincast" or "Remote Desktop")
- Running `thincast-client` or `rdc` in the terminal
## Features
- Connect to Remote Desktop Protocol (RDP) servers
- Support for various RDP features
- Modern and user-friendly interface
- Hardware-accelerated video decoding
## Dependencies
- qt5-base
- qt5-svg
- qt5-webengine
- qt5-multimedia
- qt5-graphicaleffects
- qt5-quickcontrols2
- qt5-x11extras
- libx11
- libxcb
- libxkbcommon-x11
- krb5
- pcsclite
- openssl
- zlib
- libsecret
- libusb
- freerdp
## Optional Dependencies
- pulseaudio: Audio support
- libpulse: PulseAudio support
- libxtst: X11 testing - record extension
## Troubleshooting
If the application icon doesn't appear in the menu, try:
```bash
update-desktop-database
gtk-update-icon-cache /usr/share/icons/hicolor
```
## License
Proprietary - See [Thincast's website](https://thincast.com/en/products/client) for more information.
## Links
- [Official Website](https://thincast.com/en/products/client)
- [AUR Package](https://aur.archlinux.org/packages/thincast-client)
|