mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-02-25 14:42:02 +01:00
Update _index.de.md
This commit is contained in:
parent
af2dd2133c
commit
b1f945d690
@ -12,7 +12,7 @@ weight: 4
|
||||
sudo apt install -fy ./rustdesk-<version>.deb
|
||||
```
|
||||
|
||||
#### CentOS/Fedora (>=18)
|
||||
#### CentOS/Fedora (>= 18)
|
||||
|
||||
```sh
|
||||
sudo yum localinstall ./rustdesk-<version>.rpm
|
||||
@ -24,17 +24,17 @@ sudo yum localinstall ./rustdesk-<version>.rpm
|
||||
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
|
||||
```
|
||||
|
||||
### X11 Erforderlich
|
||||
### X11 erforderlich
|
||||
|
||||
RustDesk unterstützt Wayland noch nicht; Sie müssen manuell zu X11 wechseln.
|
||||
|
||||
#### Display Server
|
||||
#### Server anzeigen
|
||||
|
||||
[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/) |
|
||||
@ -42,12 +42,12 @@ RustDesk unterstützt Wayland noch nicht; Sie müssen manuell zu X11 wechseln.
|
||||
|
||||
#### Anmeldebildschirm
|
||||
|
||||
Ändern Sie die untere Zeile in `WaylandEnable=false` in `/etc/gdm/custom.conf` oder `/etc/gdm3/custom.conf`:
|
||||
Ändern Sie die folgende Zeile zu `WaylandEnable=false` in `/etc/gdm/custom.conf` oder `/etc/gdm3/custom.conf`:
|
||||
|
||||
```ini
|
||||
#WaylandEnable=false
|
||||
```
|
||||
|
||||
{{% notice note %}}
|
||||
Bitte starten Sie **neu**, damit die obigen Änderungen wirksam werden.
|
||||
Bitte **neu starten**, damit die oben genannten Änderungen wirksam werden.
|
||||
{{% /notice %}}
|
||||
|
Loading…
Reference in New Issue
Block a user