diff --git a/content/manual/linux/_index.de.md b/content/manual/linux/_index.de.md new file mode 100755 index 0000000..83d6cb3 --- /dev/null +++ b/content/manual/linux/_index.de.md @@ -0,0 +1,6 @@ +--- +title: Linux +weight: 4 +--- + +[English](/docs/en/manual/linux/) \ No newline at end of file diff --git a/content/manual/linux/_index.en.md b/content/manual/linux/_index.en.md new file mode 100755 index 0000000..6187cff --- /dev/null +++ b/content/manual/linux/_index.en.md @@ -0,0 +1,51 @@ +--- +title: Linux +weight: 4 +--- + +### Installation +------ + +- Ubuntu (>= 16) +``` +# please ignore the wrong disk usage report +sudo apt install -fy ./rustdesk-.deb +``` + +- CentOS/Fedora +``` +sudo yum localinstall ./rustdesk-.yum +``` + +- Arch/Manjaro +``` +sudo pacman -U ./rustdesk-.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 | +| ---- | ---- | --- | +|![](/docs/en/manual/linux/images/fix1.png)|![](/docs/en/manual/linux/images/fix3.png)|![](/docs/en/manual/linux/images/fix2.png)| + +{{% 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 +``` + diff --git a/content/manual/linux/_index.fr.md b/content/manual/linux/_index.fr.md new file mode 100644 index 0000000..83d6cb3 --- /dev/null +++ b/content/manual/linux/_index.fr.md @@ -0,0 +1,6 @@ +--- +title: Linux +weight: 4 +--- + +[English](/docs/en/manual/linux/) \ No newline at end of file diff --git a/content/manual/linux/_index.it.md b/content/manual/linux/_index.it.md new file mode 100755 index 0000000..83d6cb3 --- /dev/null +++ b/content/manual/linux/_index.it.md @@ -0,0 +1,6 @@ +--- +title: Linux +weight: 4 +--- + +[English](/docs/en/manual/linux/) \ No newline at end of file diff --git a/content/manual/linux/_index.ja.md b/content/manual/linux/_index.ja.md new file mode 100755 index 0000000..83d6cb3 --- /dev/null +++ b/content/manual/linux/_index.ja.md @@ -0,0 +1,6 @@ +--- +title: Linux +weight: 4 +--- + +[English](/docs/en/manual/linux/) \ No newline at end of file diff --git a/content/manual/linux/_index.pt.md b/content/manual/linux/_index.pt.md new file mode 100755 index 0000000..83d6cb3 --- /dev/null +++ b/content/manual/linux/_index.pt.md @@ -0,0 +1,6 @@ +--- +title: Linux +weight: 4 +--- + +[English](/docs/en/manual/linux/) \ No newline at end of file diff --git a/content/manual/linux/_index.ru.md b/content/manual/linux/_index.ru.md new file mode 100755 index 0000000..83d6cb3 --- /dev/null +++ b/content/manual/linux/_index.ru.md @@ -0,0 +1,6 @@ +--- +title: Linux +weight: 4 +--- + +[English](/docs/en/manual/linux/) \ No newline at end of file diff --git a/content/manual/linux/_index.zh-cn.md b/content/manual/linux/_index.zh-cn.md new file mode 100755 index 0000000..83d6cb3 --- /dev/null +++ b/content/manual/linux/_index.zh-cn.md @@ -0,0 +1,6 @@ +--- +title: Linux +weight: 4 +--- + +[English](/docs/en/manual/linux/) \ No newline at end of file diff --git a/content/manual/linux/_index.zh-tw.md b/content/manual/linux/_index.zh-tw.md new file mode 100755 index 0000000..83d6cb3 --- /dev/null +++ b/content/manual/linux/_index.zh-tw.md @@ -0,0 +1,6 @@ +--- +title: Linux +weight: 4 +--- + +[English](/docs/en/manual/linux/) \ No newline at end of file diff --git a/content/manual/linux/images/fix1.png b/content/manual/linux/images/fix1.png new file mode 100644 index 0000000..3015809 Binary files /dev/null and b/content/manual/linux/images/fix1.png differ diff --git a/content/manual/linux/images/fix2.png b/content/manual/linux/images/fix2.png new file mode 100644 index 0000000..58550ab Binary files /dev/null and b/content/manual/linux/images/fix2.png differ diff --git a/content/manual/linux/images/fix3.png b/content/manual/linux/images/fix3.png new file mode 100644 index 0000000..840f9c5 Binary files /dev/null and b/content/manual/linux/images/fix3.png differ