mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-24 00:46:50 +00:00
fix style
This commit is contained in:
@@ -3,9 +3,9 @@ title: Linux
|
||||
weight: 4
|
||||
---
|
||||
|
||||
### 安装
|
||||
## 安装
|
||||
|
||||
#### Ubuntu (≥ 18)
|
||||
### Ubuntu (≥ 18)
|
||||
|
||||
```sh
|
||||
# 请忽略错误的磁盘使用报告
|
||||
@@ -19,25 +19,25 @@ sudo add-apt-repository ppa:pipewire-debian/pipewire-upstream
|
||||
sudo apt update
|
||||
```
|
||||
|
||||
#### CentOS/Fedora (≥ 28)
|
||||
### CentOS/Fedora (≥ 28)
|
||||
|
||||
```sh
|
||||
sudo yum localinstall ./rustdesk-<version>.rpm
|
||||
```
|
||||
|
||||
#### Arch Linux/Manjaro
|
||||
### Arch Linux/Manjaro
|
||||
|
||||
```sh
|
||||
sudo pacman -U ./rustdesk-<version>.pkg.tar.zst
|
||||
```
|
||||
|
||||
#### openSUSE (≥ Leap 15.0)
|
||||
### openSUSE (≥ Leap 15.0)
|
||||
|
||||
```sh
|
||||
sudo zypper install --allow-unsigned-rpm ./rustdesk-<version>-suse.rpm
|
||||
```
|
||||
|
||||
#### AppImage
|
||||
### AppImage
|
||||
|
||||
```sh
|
||||
# 对于Fedora
|
||||
@@ -51,7 +51,7 @@ sudo yum install libfuse2
|
||||
./rustdesk-<version>.AppImage
|
||||
```
|
||||
|
||||
#### Flatpak
|
||||
### Flatpak
|
||||
|
||||
```sh
|
||||
flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
@@ -59,18 +59,18 @@ flatpak --user install ./rustdesk-<version>.flatpak
|
||||
flatpak run com.rustdesk.RustDesk
|
||||
```
|
||||
|
||||
### ~~需要X11~~
|
||||
## ~~需要X11~~
|
||||
~~RustDesk尚不支持Wayland;您需要手动切换到X11。~~
|
||||
|
||||
RustDesk从版本1.2.0开始具有实验性Wayland支持。
|
||||
|
||||
#### 显示服务器
|
||||
### 显示服务器
|
||||
|
||||
[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 Linux](https://bbs.archlinux.org/viewtopic.php?id=218319)
|
||||
|
||||
#### 登录屏幕
|
||||
### 登录屏幕
|
||||
|
||||
尚不支持使用Wayland的登录屏幕。如果您希望在重启或注销后使用RustDesk访问登录屏幕,您需要将登录屏幕更改为X11,请在`/etc/gdm/custom.conf`或`/etc/gdm3/custom.conf`中将以下行修改为`WaylandEnable=false`:
|
||||
|
||||
@@ -82,7 +82,7 @@ RustDesk从版本1.2.0开始具有实验性Wayland支持。
|
||||
请**重启**以使上述更改生效。
|
||||
{{% /notice %}}
|
||||
|
||||
#### 权限问题
|
||||
### 权限问题
|
||||
|
||||
如果启用了SELinux,RustDesk在X11或Wayland环境中都无法正常工作,相关[问题](https://github.com/search?q=repo%3Arustdesk%2Frustdesk+SElinux&type=issues)。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user