Package Details: viber 23.2.0.3-2

Git Clone URL: https://aur.archlinux.org/viber.git (read-only, click to copy)
Package Base: viber
Description: Proprietary cross-platform IM and VoIP software
Upstream URL: https://www.viber.com
Licenses: custom
Submitter: MohammadR
Maintainer: nslxndr
Last Packager: nslxndr
Votes: 262
Popularity: 0.091614
First Submitted: 2013-08-20 17:20 (UTC)
Last Updated: 2024-07-31 20:30 (UTC)

Latest Comments

« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 43 Next › Last »

duzun commented on 2019-02-24 13:33 (UTC)

There is a small issue: viber doesn't start minimizer with viber StartMinimized command. That's because /usr/bin/viber doesn't pass arguments to /opt/viber/Viber.

Please, append "$@" to /usr/bin/viber like so:

!/bin/sh

LD_PRELOAD=libcurl.so.3 exec /opt/viber/Viber "$@"

It would also be great to have an option to start Viber in the system tray, not just minimized, maybe with wmctrl:

!/bin/bash

if [ "$1" = "StartMinimized" ]; then { sleep 1;
while ! pid=$(pidof /opt/viber/Viber); do sleep 1; done; [ -n "$pid" ] && \ wid=$(wmctrl -p -l | grep Viber | grep " $pid " | awk '{print $1}') && \ wmctrl -i -c "$wid"; } & fi

LD_PRELOAD=libcurl.so.3 exec /opt/viber/Viber "$@"

Thanks!

setevoy commented on 2019-02-18 10:26 (UTC)

+1 for the solution with removing the ~/.cache/qtshadercache directory.

tarkal commented on 2019-02-12 09:26 (UTC)

+1 removing ~/.cache/qtshadercache solved issue

OSKiller commented on 2019-02-12 07:06 (UTC) (edited on 2019-02-12 07:07 (UTC) by OSKiller)

I've deleted ~/.cache/qtshadercache/*... After that I've got an error: '/opt/viber/Viber: error while loading shared libraries: libidn2.so.4: cannot open shared object file: No such file or directory'... So, I've copied libidn2.so in libidn2.so.4 in /usr/lib & /usr/lib32 directories... Now everything works perfectly...

There was no such issue on my home PC with Nvidia GeForce and proprietary drivers...

eduard commented on 2019-02-11 19:00 (UTC)

Solved by deleting ~/.cache/qtshadercache directory

Just-Punk commented on 2019-02-11 15:52 (UTC) (edited on 2019-02-11 15:59 (UTC) by Just-Punk)

SOLVED! mv ~/.cache ~/cache-old I've tried delete only Viber cache - doesnt help but mv all is OK from here

https://www.reddit.com/r/SolusProject/comments/9d4a5q/viber_white_screen_after_latest_update/ in link U may see QT cache causin' problem

OSKiller commented on 2019-02-11 12:44 (UTC)

It works, but the font is displayed in the color of the current background even when the text is highlighted...

It works perfect when started as sudo...

tarkal commented on 2019-02-11 07:58 (UTC)

Same issue, but I did downgrade to all Qt5 updates and still not working.

Just-Punk commented on 2019-02-11 01:00 (UTC)

The same issue.

cnotis commented on 2019-02-10 18:47 (UTC)

Same issue after the QT update as DmitrySkibitsky commented.