doc.rustdesk.com/content/manual/linux/_index.ru.md
2022-05-22 11:02:35 +03:00

56 lines
1.5 KiB
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Linux
weight: 4
---
### Установка
------
- Ubuntu (>= 16)
```
# игнорируйте предупреждение "wrong disk usage"
sudo apt install -fy ./rustdesk-<version>.deb
```
- CentOS/Fedora (>=18)
```
sudo yum localinstall ./rustdesk-<version>.rpm
```
- Arch/Manjaro
```
sudo pacman -U ./rustdesk-<version>.pkg.tar.zst
```
- Opensuse (>= Leap 15.0)
```
sudo zypper install --allow-unsigned-rpm ./rustdesk-<version>-suse.rpm
```
### X11 обязателен
RustDesk пока не поддерживает Wayland. Необходимо перейти на X11. RustDesk поможет это сделать.
| Нажмите "Fix it" | Введите пароль |
| ---- | --- |
|![](/docs/en/manual/linux/images/fix1.png)|![](/docs/en/manual/linux/images/fix2.png)|
{{% notice note %}}
**Перезагрузите** ваш компьютер, чтобы применить изменения
{{% /notice %}}
#### То же самое можно настроить вручную
#### Сервер отображения
Ubuntu: https://askubuntu.com/questions/1260142/ubuntu-set-default-login-desktop
Fedora: https://docs.fedoraproject.org/en-US/quick-docs/configuring-xorg-as-default-gnome-session/
Arch: https://bbs.archlinux.org/viewtopic.php?id=218319
##### Экран входа в систему
Измените параметр `WaylandEnable` в `/etc/gdm/custom.conf` или `/etc/gdm3/custom.conf`.
```
#WaylandEnable=false
```