mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-19 17:27:57 +02:00
linux
This commit is contained in:
parent
580893149a
commit
30a51b5624
6
content/manual/linux/_index.de.md
Executable file
6
content/manual/linux/_index.de.md
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Linux
|
||||||
|
weight: 4
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/manual/linux/)
|
51
content/manual/linux/_index.en.md
Executable file
51
content/manual/linux/_index.en.md
Executable file
@ -0,0 +1,51 @@
|
|||||||
|
---
|
||||||
|
title: Linux
|
||||||
|
weight: 4
|
||||||
|
---
|
||||||
|
|
||||||
|
### Installation
|
||||||
|
------
|
||||||
|
|
||||||
|
- Ubuntu (>= 16)
|
||||||
|
```
|
||||||
|
# please ignore the wrong disk usage report
|
||||||
|
sudo apt install -fy ./rustdesk-<version>.deb
|
||||||
|
```
|
||||||
|
|
||||||
|
- CentOS/Fedora
|
||||||
|
```
|
||||||
|
sudo yum localinstall ./rustdesk-<version>.yum
|
||||||
|
```
|
||||||
|
|
||||||
|
- Arch/Manjaro
|
||||||
|
```
|
||||||
|
sudo pacman -U ./rustdesk-<version>.pkg.tar.zst
|
||||||
|
```
|
||||||
|
|
||||||
|
### X11 Required
|
||||||
|
RustDesk does not support wayland yet, you need switch to X11. RustDesk will guide you to switch to X11.
|
||||||
|
|
||||||
|
| Pleaes click on "Fix it" | fix for login screen | Input your password |
|
||||||
|
| ---- | ---- | --- |
|
||||||
|
||||
|
||||||
|
|
||||||
|
{{% notice note %}}
|
||||||
|
Please **reboot** to make above changes taking effect
|
||||||
|
{{% /notice %}}
|
||||||
|
|
||||||
|
#### You can also do above changes manually
|
||||||
|
|
||||||
|
#### Display Server
|
||||||
|
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
|
||||||
|
|
||||||
|
##### Login Screen
|
||||||
|
|
||||||
|
Modify below line to `WaylandEnable=false` in `/etc/gdm/custom.conf` or `/etc/gdm3/custom.conf`.
|
||||||
|
```
|
||||||
|
#WaylandEnable=false
|
||||||
|
```
|
||||||
|
|
6
content/manual/linux/_index.fr.md
Normal file
6
content/manual/linux/_index.fr.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Linux
|
||||||
|
weight: 4
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/manual/linux/)
|
6
content/manual/linux/_index.it.md
Executable file
6
content/manual/linux/_index.it.md
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Linux
|
||||||
|
weight: 4
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/manual/linux/)
|
6
content/manual/linux/_index.ja.md
Executable file
6
content/manual/linux/_index.ja.md
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Linux
|
||||||
|
weight: 4
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/manual/linux/)
|
6
content/manual/linux/_index.pt.md
Executable file
6
content/manual/linux/_index.pt.md
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Linux
|
||||||
|
weight: 4
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/manual/linux/)
|
6
content/manual/linux/_index.ru.md
Executable file
6
content/manual/linux/_index.ru.md
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Linux
|
||||||
|
weight: 4
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/manual/linux/)
|
6
content/manual/linux/_index.zh-cn.md
Executable file
6
content/manual/linux/_index.zh-cn.md
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Linux
|
||||||
|
weight: 4
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/manual/linux/)
|
6
content/manual/linux/_index.zh-tw.md
Executable file
6
content/manual/linux/_index.zh-tw.md
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Linux
|
||||||
|
weight: 4
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/manual/linux/)
|
BIN
content/manual/linux/images/fix1.png
Normal file
BIN
content/manual/linux/images/fix1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
BIN
content/manual/linux/images/fix2.png
Normal file
BIN
content/manual/linux/images/fix2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
BIN
content/manual/linux/images/fix3.png
Normal file
BIN
content/manual/linux/images/fix3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
Loading…
x
Reference in New Issue
Block a user