Trouble installing rustdesk on Fedora 37

Hi There,

I am having trouble with installing rustdesk.

has anyone had any luck with getting this running on Fedora?

I ran the install script and found there was an error compiling the program but unsure if this is a the developers fault.

…edit
I can now run the program by running “rustdesk” in the terminal. But it wont render a GUI environment unless i go through the terminal. It does appear to be running though in the system monitor.

[benji@fedora ~]$ rustdesk
INFO:TIS: scaleFactor 1
INFO:TIS: current platform: Linux
INFO:TIS: is_xfce:  false

However it won’t open the

This is my install script, but i didnt get this error on other versions of Fedora

/temp.linux-x86_64-cpython-311/evdev/input.o -std=c99 -Wno-error=declaration-after-statement
      evdev/input.c:10:10: fatal error: Python.h: No such file or directory
         10 | #include <Python.h>
            |          ^~~~~~~~~~
      compilation terminated.
      error: command '/usr/bin/gcc' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> evdev

note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
Created symlink /etc/systemd/system/multi-user.target.wants/rustdesk.service → /etc/systemd/system/rustdesk.service.

  Verifying        : cjkuni-uming-fonts-0.2.20080216.1-69.fc37.noarch       1/4 
  Verifying        : libxdo-1:3.20211022.1-1.fc37.x86_64                    2/4 
  Verifying        : python3-pip-22.2.2-3.fc37.noarch                       3/4 
  Verifying        : rustdesk-1.1.9-0.x86_64                                4/4 

Installed:
  cjkuni-uming-fonts-0.2.20080216.1-69.fc37.noarch                              
  libxdo-1:3.20211022.1-1.fc37.x86_64                                           
  python3-pip-22.2.2-3.fc37.noarch                                              
  rustdesk-1.1.9-0.x86_64   

You have errors, hardly surprising that things are not working.

Try installing python3-devel and then try the build again.