YakYak, an open-source desktop chat client for Google Hangouts, now can be easily installed in Ubuntu via Snap package.
YakYak features:
- Send/receive chat messages
- Create/change conversations (rename, add people)
- Leave/delete conversation
- Notifications (using native OS notifications)
- Drag-drop, copy-paste or attach-button for image upload.
- Hangupsbot sync room aware (no bot name, proper user pics)
- Show inline images
- Send presence/focus/typing/activeclient to behave like a proper client
- History scrollback
- Video/audio integration (open in chrome)
- Focus/typing indications (mainly a design issue. keep it clean)
- Offer alternative color schemes
YakYak now is available as Snap, simply search for and install ‘yakyak’ in Ubuntu Software (need login with Ubuntu One account).
Or open terminal via Ctrl+Alt+T and run command instead to install the snap:
sudo snap install yakyak
Input your password (no visual feedback while typing) when it prompts and hit Enter.
To remove the software, either use Ubuntu Software or run command:
sudo snap remove yakyak
How do you run yakyak after installation?
Exactly the problem I am facing. Installed snapd and all to install yakyak through it. But it ends there. Can’t find its binary!
Falling back to installing from source code.
I have the same problem… any solution for this?
Ok, I found it in the official docs (linux mint is my OS, but you can try with yours):
https://docs.snapcraft.io/core/install-linux-mint
I copy from there:
“After install, it is recommended to log out and in to ensure the snapd service is started and binary paths are correct.”
Worked for me ;)
Yakyak hangs after inputting Google credentials with a screen saying “Connecting.” However it never gets past that. Ubuntu 16.04 LTS 64-bit
For those looking for a prebuilt binary read the Readme.md file from its Git repo.
Deb package are :
64 bit
https://github.com/yakyak/yakyak/releases/download/v1.5.0/yakyak-1.5.0-linux-amd64.deb
32 bit
https://github.com/yakyak/yakyak/releases/download/v1.5.0/yakyak-1.5.0-linux-i386.deb
Why snap will ultimately fail, crushed beneath friendlier apps like docker…
still no answer on how to exec the app after snap installing…