TeamViewer GUI Frozen on Remote Host

Options

Hi,

 I have installed TeamViewer on a CentOS 8 system using the RPM package.

rpm -qa|grep teamv 
teamviewer-15.15.5-0.x86_64


 The daemon starts seems to run fine.

systemctl status teamviewerd 
● teamviewerd.service - TeamViewer remote control daemon
  Loaded: loaded (/etc/systemd/system/teamviewerd.service; enabled; vendor preset: disabled)
  Active: active (running) since Thu 2021-03-25 16:26:19 PDT; 19h ago
 Process: 2371 ExecStart=/opt/teamviewer/tv_bin/teamviewerd -d (code=exited, status=0/SUCCESS)
 Main PID: 2387 (teamviewerd)
  Tasks: 19 (limit: 203024)
  Memory: 23.8M
  CGroup: /system.slice/teamviewerd.service
      └─2387 /opt/teamviewer/tv_bin/teamviewerd -d

Mar 25 16:26:18 ves-is systemd[1]: Starting TeamViewer remote control daemon...
Mar 25 16:26:19 ves-is systemd[1]: teamviewerd.service: Can't open PID file /var/run/teamviewerd.pid (yet?) after start: No such file or d>
Mar 25 16:26:19 ves-is systemd[1]: Started TeamViewer remote control daemon.


When I click the icon in the gui nothing happens and the gui is frozen. It does not display the TeamViewer ID and I can't run the wizard to link it to my licenced account. Running TeamViewer on the command line prints out a couple lines but that is it, it does not launch or open another gui. There does not appear to be a way to run the TeamViewer command with a verbose option.

teamviewer 


Init...
CheckCPU: SSE2 support: yes
Checking setup...
Launching TeamViewer ...
Launching TeamViewer GUI ...


Nothing is recorded in the messages, audit, or TeamViewer logs.

Any options to try or hints on what is breaking?


Thanks

Comments

  • MMI_Support
    MMI_Support Posts: 1
    Options

    Was missing a dependency for Qt 5

    qt5-qtx11extras
    

    Installing it fixes the problem