RustDesk
Esempio con Oracle Linux 9.x:
Attivare il repo EPEL:
yum install oracle-epel-release-el9.x86_64
Scaricare lo rpm dei caratteri cinesi & di RustDesk:
wget https://www.rpmfind.net/linux/fedora/linux/releases/39/Everything/aarch64/os/Packages/c/cjkuni-uming-fonts-0.2.20080216.2-2.fc39.noarch.rpm wget https://github.com/rustdesk/rustdesk/releases/download/1.2.3-2/rustdesk-1.2.3-2.x86_64.rpm
yum localinstall cjkuni-uming-fonts-0.2.20080216.2-2.fc39.noarch.rpm yum localinstall rustdesk-1.2.3-2.x86_64.rpm
Locate the correct configuration file for your OS. This is one of /etc/gdm/custom.conf (Ubuntu) or /etc/gdm/custom.conf (CentOS/RHEL) Open the file with sudo/root privileges Uncomment WaylandEnable=false by deleting the # at the beginning of the line