TeamViewer Shown in system Tray Yet no GUI [Version 13.1.3026]

Royi
Royi Posts: 10

Hello,

I'm running TeamViewer 13.1.3026 on Linux Mint 18.3 (Basically Ubuntu 16.04).
I extracted the TAR file and ran

./tv-setup checklibs

 The output is:

Analyzing dependencies ...
All library dependencies (*.so) seem to be satisfied!
QtQuickControls seems to be installed

When I run `./teamviewer` I can see the icon in system tray.
I can also right click it and chose options and teh option screen will be shown.
Yet I can see the main GUI to connect to other computers.

What's wrong?
Could you please create a TAR which includes all dependencies and run as things should?

Thank You.

Comments

  • Royi
    Royi Posts: 10

    OK,

    I looked at the logs of TeamViewer (`TeamViewer13_Logfile.log`).
    I saw something:

    QML load error: qrc:/ui/PartnerList/PartnerListWindow.qml:3:1: module "QtQuick.Dialogs" is not installed, Errorcode=11

    It means QtQuickDialogs was missing.
    It means your dependency chack still missing features.

    Anyhow, I used this:

    sudo apt-get install qml-module-qtquick-dialogs

    Beofre that I installed QtQuickControls using:

    sudo apt-get install qml-module-qtquick-controls

    You should add those to your TAR guide.

    I really think your TAR should be portable and include dependencies built it.