Package Details: viber 27.3.0.2-5

Git Clone URL: https://aur.archlinux.org/viber.git (read-only, click to copy)
Package Base: viber
Description: Free and secure calls and messages to anyone, anywhere, on any device and network, in any country!
Upstream URL: https://www.viber.com
Licenses: LicenseRef-Viber-TOS
Conflicts: viber
Submitter: MohammadR
Maintainer: jasongodev
Last Packager: jasongodev
Votes: 261
Popularity: 0.155729
First Submitted: 2013-08-20 17:20 (UTC)
Last Updated: 2026-04-10 18:44 (UTC)

Dependencies (17)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 24 25 26 27 28 29 30 31 32 33 34 .. 50 Next › Last »

ilovekorn commented on 2017-10-28 07:34 (UTC) (edited on 2017-10-28 07:34 (UTC) by ilovekorn)

Hi guys, After updating viber to latest version and QT5 to 5.9.2-1, I cannot launch viber anymore. I got below output. Please help Qt WebEngine ICU data not found at /opt/viber/resources. Trying parent directory... Qt WebEngine resources not found at /opt/viber/resources. Trying parent directory... Qt WebEngine ICU data not found at /opt/viber/resources. Trying parent directory... Qt WebEngine resources not found at /opt/viber/resources. Trying parent directory... Segmentation fault (core dumped)

thetotalchaos commented on 2017-10-25 19:51 (UTC)

...i guess its update time ;-) ==> Building and installing package ==> Making package: viber 6.5.5.1481-2 (ср окт 25 22:48:50 EEST 2017) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading viber.deb... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 93.2M 100 93.2M 0 0 3673k 0 0:00:26 0:00:26 --:--:-- 3492k -> Found eula.html -> Found viber ==> Validating source files with md5sums... viber.deb ... FAILED eula.html ... Passed viber ... Passed ==> ERROR: One or more files did not pass the validity check! ==> ERROR: Makepkg was unable to build viber. ==> Restart building viber ? [y/N] ==> ------------------------------ ==>

hamsteri commented on 2017-10-20 15:01 (UTC) (edited on 2017-10-20 15:05 (UTC) by hamsteri)

I start viber and can't press any buttons: "Do you have viber on phone?". Work olny link "Privacy Policy" in bottom of window. :( Manjaro Linux x64, KDE5. P.S: I do double click on task bar and buttons work! Or need wait 30 sec... Magic! :D

firewalker commented on 2017-08-28 06:59 (UTC)

Does double clicking the tray icon brings viber on? For me on KDE, double clicking, doesn;t do anything.

petsam commented on 2017-08-25 09:11 (UTC)

I found a solution for me: in /usr/bin/viber place this #!/bin/sh env QT_AUTO_SCREEN_SCALE_FACTOR=0 /opt/viber/Viber I have seen it at https://askubuntu.com/questions/881679/viber-appears-huge-kubuntu-16-04/923652#923652 and as it is said, it works for dual screen setup, as is mine.

resetko commented on 2017-08-05 17:03 (UTC)

Not working for me, any ideas how to make it work? ~ $ cat /usr/bin/viber #!/bin/sh LD_PRELOAD=libcurl.so.3 LD_LIBRARY_PATH=/opt/viber/lib /opt/viber/Viber ~ $ /usr/bin/viber QSqlDatabasePrivate::removeDatabase: connection 'ConfigureDBConnection' is still in use, all queries will cease to work. Qt WebEngine ICU data not found at /opt/viber/resources. Trying parent directory... Qt WebEngine resources not found at /opt/viber/resources. Trying parent directory... Qt WebEngine ICU data not found at /opt/viber/resources. Trying parent directory... Qt WebEngine resources not found at /opt/viber/resources. Trying parent directory... qt.network.ssl: QSslSocket: cannot resolve SSLv3_client_method qt.network.ssl: QSslSocket: cannot resolve SSLv3_server_method QSqlDatabasePrivate::removeDatabase: connection 'UserDBConnection' is still in use, all queries will cease to work. QSqlDatabasePrivate::removeDatabase: connection 'ConfigureDBConnection' is still in use, all queries will cease to work.

ZeroBit commented on 2017-06-04 15:37 (UTC)

I've changed the wrapper. It doesn't help $ /usr/bin/viber QSqlDatabasePrivate::removeDatabase: connection 'ConfigureDBConnection' is still in use, all queries will cease to work. Qt WebEngine ICU data not found at /opt/viber/resources. Trying parent directory... Qt WebEngine resources not found at /opt/viber/resources. Trying parent directory... Qt WebEngine ICU data not found at /opt/viber/resources. Trying parent directory... Qt WebEngine resources not found at /opt/viber/resources. Trying parent directory... qt.network.ssl: QSslSocket: cannot resolve SSLv3_client_method qt.network.ssl: QSslSocket: cannot resolve SSLv3_server_method WARNING: Cannot find style "org.kde.desktop" - fallback: "/opt/viber/qml/QtQuick/Controls/Styles/Desktop" QFile::remove: Empty or null file name QFSFileEngine::open: No file name specified QObject: Cannot create children for a parent that is in a different thread. (Parent is QObject(0x7f36afe2efa0), parent's thread is QThread(0x4251010), current thread is QThread(0x581f880)

nicman23 commented on 2017-06-04 13:10 (UTC)

please change the wrapper to LD_PRELOAD=libcurl.so.3 LD_LIBRARY_PATH=/opt/viber/lib /opt/viber/Viber will work no matter the qt5 changes