Update _index.de.md

This commit is contained in:
Mr-Update 2023-01-02 23:12:43 +01:00 committed by GitHub
parent af2dd2133c
commit b1f945d690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,17 +24,17 @@ sudo yum localinstall ./rustdesk-<version>.rpm
sudo pacman -U ./rustdesk-<version>.pkg.tar.zst sudo pacman -U ./rustdesk-<version>.pkg.tar.zst
``` ```
#### Opensuse (>= Leap 15.0) #### openSUSE (>= Leap 15.0)
```sh ```sh
sudo zypper install --allow-unsigned-rpm ./rustdesk-<version>-suse.rpm 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. 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) | [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/) | [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 #### 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 ```ini
#WaylandEnable=false #WaylandEnable=false
``` ```
{{% notice note %}} {{% notice note %}}
Bitte starten Sie **neu**, damit die obigen Änderungen wirksam werden. Bitte **neu starten**, damit die oben genannten Änderungen wirksam werden.
{{% /notice %}} {{% /notice %}}