Main Menu

Viber won't work

Started by Dj, Sun Aug 28 13:06:22 2022

Previous topic - Next topic

Dj

Hello and thank you in advance.
I have installed Viber via flatpak, but it won't start.
Downloaded two different appimages, official and unofficial. Both won't work, both can't start.
Thank you.

Thierry

Can you test via the command line and return us what's the complete message

Thank you
Thierry

Dj

Sorry, flatpak won't work.
Reinstalled CA-Certificates.

QuoteF: An error was encountered searching remote ?flathub? for ?viber?: Unable to load summary from remote flathub: Unacceptable TLS certificate

Dj

After new update, flatpak is working.
Viber won't work with appimages, downloaded two different appimages.
Started flatpak version, it won't start.
Tried from console - as "viber" - no such application. How to start flatpak Viber from terminal ?

ndawka

It generaly depends on the package you installed, but the common way to go is to start by checking the details of the installed Flatpak application (using
Quotegrep
can specifically help find an application, if we know it contains a partial string) e.g.
Quoteflatpak list | grep viber
(grep is case-sensitive, so try capitalising the "v" in "viber" if no results are initially found to see, if that works). That should give you the application ID (along the lines of
Quotecom.developer.application
). Just copy the application ID and enter
Quoteflatpak run application id
in the terminal. That will launch the application verbosely and therefore should display any errors.

Dj

If anyone cares, Viber has been very unstable.
Tested on many Linux distros, working on Alpine linux.
I hope that it will work on Nutyx.

Thierry

#6
I add a link to find out easier what Viber is. Before you did post the original message,  I had never heard of viber.

Regards,
Thierry

bru65pag

Good evening,
Viber is an app belonging to Rakuten. It is used in the Philippines (and may be other countries). It basically is an app similar to Whatsapp.
I just installed it on Nutyx, and messaging works perfectly (I did not try to place a call). Here is what I did:
% sudo cards install flatpak
% flatpak install flathub com.viber.Viber (second Viber is with an Uppercase V)
% flatpak run com.viber.Viber
Hope it helps.

Bruno.