TeamviewerQS don't Start.
We got new notebooks for the field service and
we work in this case via VPN > terminal server from Linux Notebooks.
Lenovo ideapad520S Linux Mint 19.1
Unfortunately TeamviewerQS can not be started on this device + Linux Version.
vpn11@NB-Homeoffice03:~/Downloads/teamviewerqs$ ./teamviewer
Init...
XRandRWait: No value set. Using default.
XRandRWait: Started by user.
Checking setup...
wine: loadlocale.c:130: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed.
/home/vpn11/Downloads/teamviewerqs/tv_bin/script/tvw_profile: line 142: 5460 Aborted (core dumped) wine regedit "$tweakfile"
Does anyone have a solution for this problem?
Thank you very much
Sebastian
Best Answer
-
starting teamviewer from terminal with
LC_ALL=C ./teamviewer
works for me. works also within shell-script (use full path in script).
regards Robert
11
Answers
-
starting teamviewer from terminal with
LC_ALL=C ./teamviewer
works for me. works also within shell-script (use full path in script).
regards Robert
11 -
Hi,
when will this be fixed? It is pretty old. I still stmbled over this.
Thx
0 -
Hi,
I just had the same problem (Mint 20.1 / Ubuntu 20.04).
`LC_ALL=C ./teamviewer` fixed it.
Hopefully QS will be updated soon
to a native Linux version instead of using Wine.
0