mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-23 03:02:12 +02: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
|
sudo apt install -fy ./rustdesk-<version>.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
#### CentOS/Fedora (>=18)
|
#### CentOS/Fedora (>= 18)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo yum localinstall ./rustdesk-<version>.rpm
|
sudo yum localinstall ./rustdesk-<version>.rpm
|
||||||
@ -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 %}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user