mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-20 17:57:47 +02:00
Translated _index.ru.md in Manual-Linux section
This commit is contained in:
parent
69c596e584
commit
3ca7645bde
@ -3,4 +3,53 @@ title: Linux
|
||||
weight: 4
|
||||
---
|
||||
|
||||
[English](/docs/en/manual/linux/)
|
||||
### Установка
|
||||
------
|
||||
|
||||
- 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" | Введите пароль |
|
||||
| ---- | --- |
|
||||
|||
|
||||
|
||||
{{% 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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user