You are not logged in.

#1 2016-01-20 10:28:54

danielotron
Member
Registered: 2016-01-19
Posts: 8

[SOLVED] does viber works with bunsenlabs?

Hi there. As a new here i come with the question: does Viber works with Bunsenlab? I tried to install .deb and .exe files and these attempts are failed. First one looks like this (terminal):

**********************************************************************************************************

root@Danielotron:/home/daniel/Downloads# gdebi viber.deb
Reading package lists... Done
Building dependency tree        
Reading state information... Done
Building data structures... Done 
Building data structures... Done 

Free Text & Calls.
 More than 200 million Viber users text, call, and send photo and video messages worldwide - for free.
 .
 Your phone number is your ID. Viber syncs with your mobile contact list, automatically detecting which of your contacts have Viber.
 .
 Viber Desktop and the latest versions of the Viber mobile app were designed for individuals using Viber on multiple devices, so you can always use the app that's right for you, whether at home, in school, at the office, or on the go.
 .
 Viber is completely free with no advertising. We value your privacy.
 .
 Follow us for updates and news:
 Facebook - [url]http://facebook.com/viber[/url].
 Twitter - [url]http://twitter.com/viber[/url].
 .
 Main features:
 - Text with your friends, privately or in groups
 - Make free calls with HD sound quality
 - Seamlessly transfer calls between Viber Desktop and the Viber app with one click or tap
 - Send stickers and emoticons
 - Messages are shown on all devices
Do you want to install the software package? [y/N]:y
Selecting previously unselected package viber.
(Reading database ... 124976 files and directories currently installed.)
Preparing to unpack viber.deb ...
Unpacking viber (4.2.2.6) ...
Setting up viber (4.2.2.6) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for desktop-file-utils (0.22-1) ...
Processing triggers for mime-support (3.58) ...
root@Danielotron:/home/daniel/Downloads#

********************************************************************************************
Seems it has been installed but it's not. When i hit Alt+F3 there is no viber.
Second option came with .exe. I installed playonlinux. I tried "unlisted applications", it installs but in the end there is error.

Can anyone help me with installing Viber on my desktop?

MOD EDIT: Please use [ code ] tags for terminal output wink

Last edited by danielotron (2016-01-20 14:31:16)

Offline

#2 2016-01-20 11:44:06

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: [SOLVED] does viber works with bunsenlabs?

Viber is for 64bit Linux - is your machine 64bit?

It looks like it needs Qt5 for the gui - do you have the necessary libraries installed?

The .desktop file has the line "Exec=/opt/viber/Viber", so what happens if you run that command in a terminal?

/bin/sh /opt/viber/Viber

Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#3 2016-01-20 12:01:49

danielotron
Member
Registered: 2016-01-19
Posts: 8

Re: [SOLVED] does viber works with bunsenlabs?

1. I am not experienced debian user, so, sorry for my stupid question: how to install this Qt5? I opened synaptic and typed in qt5 and there are many packages (all of the not installed). Which one should I install?

2. I have 64bit Linux machine

3.

daniel@Danielotron:~$ /bin/sh /opt/viber/Viber
/opt/viber/Viber: 1: /opt/viber/Viber: Syntax error: "(" unexpected

Offline

#4 2016-01-20 12:37:53

xaos52
The Good Doctor
From: Planet of the @pes
Registered: 2015-09-30
Posts: 695

Re: [SOLVED] does viber works with bunsenlabs?

Try

/opt/viber/Viber

Offline

#5 2016-01-20 12:41:54

danielotron
Member
Registered: 2016-01-19
Posts: 8

Re: [SOLVED] does viber works with bunsenlabs?

It works! Thank you very much!

Offline

#6 2016-01-20 12:47:52

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: [SOLVED] does viber works with bunsenlabs?

Another google search shows that Viber seems to be self-contained, and may not need to be installed.

Extract the `viber.deb` archive to a directory: r-click the .deb and choose "Extract to". I created `~/tmp/viber` and extracted to there;

Navigate to "~/tmp/viber/opt/viber";

In there is an executable called `Viber`, and double-clicking on that opened the Viber gui.


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#7 2017-01-26 11:18:38

Muttley Black
Member
Registered: 2015-11-21
Posts: 36

Re: [SOLVED] does viber works with bunsenlabs?

Install dependencies:

sudo apt-get install libqt5gui5

Go to:

https://www.viber.com/en/products/linux

Click on "Viber Debian (64 bit) and save.

sudo gdebi ~/Downloads/viber.deb

Now fix the weird path:

ln -s /opt/viber/Viber /usr/local/bin/viber

Change the Exec & Path as:

sudo emacs /usr/share/applications/viber.desktop

Change the following:

Exec=viber
Path=/opt/viber

When you open the app for the first time it will ask you for a telephone number and then a code that will be sent your phone.

F*cking awful GUI….

Last edited by Head_on_a_Stick (2017-01-26 20:37:20)


Knowledge ⇛ Linux: ✓✓✓✓┃ Programming: Wishful thinking ┃ English: ✓✓✓✓✓
OperatingBunsenLabs 8.7 "Hydrogen" 64-bit on Toshiba satellite C660D 10D
Specifications ⇛ AMD V140 │ 4GB │ ATI Mobility Radeon HD 4200 Series │ Realtec RTL8188C Wireless LAN 802.11n PCI-E NIC│Realtec HD Audio │ 15.4" - 1366x768

Offline

#8 2017-01-27 07:59:27

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: [SOLVED] does viber works with bunsenlabs?

folks, it is installed already!

xaos52 wrote:

Try

/opt/viber/Viber

lesson learned:
linux is case sensitive.
viber != Viber

Offline

#9 2017-01-28 11:50:38

martix
Kim Jong-un Stunt Double
Registered: 2016-02-19
Posts: 1,267

Re: [SOLVED] does viber works with bunsenlabs?

As a sidenote: Viber's babblings about privacy etc. are misleading.

There are some alternatives worth to try: Conversations with omemo is fine. Or Signal is a better choice too. More adventurous alternatives are ring.cx and tox - they are still in development, but do work already.

Offline

#10 2017-02-09 20:20:07

gangosan
Member
Registered: 2016-10-07
Posts: 18

Re: [SOLVED] does viber works with bunsenlabs?

Hello im install viber fine. What command use to start viber?
http://i.imgur.com/Eifv5Jg.png

Offline

#11 2017-02-09 21:42:57

cloverskull
Member
Registered: 2015-10-01
Posts: 348

Re: [SOLVED] does viber works with bunsenlabs?

/opt/viber/Viber

Offline

#12 2017-02-09 23:30:31

gangosan
Member
Registered: 2016-10-07
Posts: 18

Re: [SOLVED] does viber works with bunsenlabs?

cloverskull wrote:
/opt/viber/Viber

Unable to start viber i dont no.
https://postimg.org/image/6wwpbrunz/

Last edited by gangosan (2017-02-09 23:32:45)

Offline

#13 2017-02-10 19:41:01

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: [SOLVED] does viber works with bunsenlabs?

Find where the executable is, and use that filepath. Many ways to do it, for example

sudo update-db && locate Viber

Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#14 2017-02-10 21:31:51

gangosan
Member
Registered: 2016-10-07
Posts: 18

Re: [SOLVED] does viber works with bunsenlabs?

damo wrote:

Find where the executable is, and use that filepath. Many ways to do it, for example

sudo update-db && locate Viber
gangosan@gango:~$ sudo update-db && locate Viber
[sudo] password for gangosan: 
sudo: update-db: command not found
gangosan@gango:~$ sudo update-db
sudo: update-db: command not found
gangosan@gango:~$ locate Viber
/home/gangosan/.ViberPC
/home/gangosan/.ViberPC/config.db
/home/gangosan/.ViberPC/data
/opt/viber/Viber
/opt/viber/icons/Viber.svg
/usr/share/icons/hicolor/scalable/apps/Viber.svg
gangosan@gango:~$ 

Offline

#15 2017-02-11 18:45:14

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: [SOLVED] does viber works with bunsenlabs?

^ Sorry, typo in my command

sudo updatedb && locate Viber

NB You can also use 'find' or 'catfish' to find files, or other methods.


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#16 2017-02-11 19:19:04

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: [SOLVED] does viber works with bunsenlabs?

damo, the screenshot op posted shows that the executable is where it's supposed to be.
however, op does not actually tell us how and why they're unable to start it.
me, i'm loosing interest when the thread starts to resemble a parent's attempt to get a conversation going with a sullen teenager...
roll

Offline

Board footer

Powered by FluxBB