mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-11-15 12:54:29 +01:00
1.1 KiB
Executable File
1.1 KiB
Executable File
title | weight |
---|---|
Linux | 4 |
安裝
Ubuntu (>= 16)
# 請忽略磁碟使用錯誤回報
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 現已支援 Wayland (測試中),您可能需要下載 Nightly 版來啟用此功能。
顯示伺服器
登入畫面
在 /etc/gdm/custom.conf
或 /etc/gdm3/custom.conf
中,將該行更改為 WaylandEnable=false
:
#WaylandEnable=false
{{% notice note %}} 請重新啟動以套用上述變更 {{% /notice %}}