doc.rustdesk.com/content/manual/linux/_index.de.md

55 lines
1.3 KiB
Markdown
Raw Normal View History

2022-05-04 06:52:47 +02:00
---
title: Linux
weight: 4
---
2022-07-12 22:19:09 +02:00
### Installation
#### Ubuntu (>= 16)
```bash
2023-01-12 13:51:48 +01:00
# Bitte ignorieren Sie den falschen Bericht zur Festplattennutzung
2022-07-12 22:19:09 +02:00
sudo apt install -fy ./rustdesk-<version>.deb
```
2023-01-02 23:12:43 +01:00
#### CentOS/Fedora (>= 18)
2022-07-12 22:19:09 +02:00
```sh
sudo yum localinstall ./rustdesk-<version>.rpm
```
#### Arch/Manjaro
```sh
sudo pacman -U ./rustdesk-<version>.pkg.tar.zst
```
2023-01-02 23:12:43 +01:00
#### openSUSE (>= Leap 15.0)
2022-07-12 22:19:09 +02:00
```sh
sudo zypper install --allow-unsigned-rpm ./rustdesk-<version>-suse.rpm
```
### ~~X11 erforderlich~~
~~RustDesk unterstützt Wayland noch nicht; Sie müssen manuell zu X11 wechseln.~~
2022-07-12 22:19:09 +02:00
2023-06-03 22:39:10 +02:00
RustDesk unterstützt jetzt experimentell Wayland. Um dieses Feature zu aktivieren, müssen Sie möglicherweise die Nightly-Version herunterladen.
2022-07-12 22:19:09 +02:00
2023-01-02 23:12:43 +01:00
#### Server anzeigen
2022-07-12 22:19:09 +02:00
[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](https://bbs.archlinux.org/viewtopic.php?id=218319)
#### Anmeldebildschirm
2023-01-02 23:12:43 +01:00
Ändern Sie die folgende Zeile zu `WaylandEnable=false` in `/etc/gdm/custom.conf` oder `/etc/gdm3/custom.conf`:
2022-07-12 22:19:09 +02:00
```ini
#WaylandEnable=false
```
{{% notice note %}}
2023-01-02 23:12:43 +01:00
Bitte **neu starten**, damit die oben genannten Änderungen wirksam werden.
2022-07-12 22:19:09 +02:00
{{% /notice %}}