GUI doesn't show up on Centos 7.3

Options
Daniel_Ribeiro
Daniel_Ribeiro Posts: 1
edited May 2023 in General questions

Hello everybody,

I have a similar problem to this thread: https://community.teamviewer.com/t5/TeamViewer-13/Won-t-open-after-update-to-13-on-Centos-7/td-p/25725. The difference is that I am installing in a brand new workstation.

I have followed the instructions of that thread but when I issue the command

ldd /opt/teamviewer/tv_bin/TeamViewer | grep 'not found'

It comes nothing.

Then, I tried to run

/opt/teamviewer/tv_bin/TeamViewer

 the output is:

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Qt: Session management error: None of the authentication protocols specified are supported
/opt/teamviewer/tv_bin/TeamViewer: symbol lookup error: /lib64/libQt5Gui.so.5: undefined symbol: hb_font_funcs_set_font_h_extents_func

What you guys could comment on this issue?

Cheers

Comments

  • Elliott
    Options

    I had the same problem. hb_font_funcs_set_font_h_extents_func is provided by libharfbuzz, so to fix it:

    yum install harfbuzz

    I hope the devs will see this and make this a dependency.