You are not logged in.
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
Last edited by danielotron (2016-01-20 14:31:16)
Offline
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
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
Try
/opt/viber/Viber
Offline
It works! Thank you very much!
Offline
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
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: ✓✓✓✓✓
Operating ⇛ BunsenLabs 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
folks, it is installed already!
Try
/opt/viber/Viber
lesson learned:
linux is case sensitive.
viber != Viber
Offline
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
Hello im install viber fine. What command use to start viber?
http://i.imgur.com/Eifv5Jg.png
Offline
/opt/viber/Viber
Offline
/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
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
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
^ 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
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...
Offline