EDIT: Package is on 0.4.4 again. The CPU issue occurs independent from the Rambox version. Downgrading to 0.4.1 might help.
---
Old comment:
Package update to 0.4.4 reverted due to bug which causes very high cpu consumption. See https://github.com/saenzramiro/rambox/issues/366 for details.
If you really want to try 0.4.4 you can find the PKGBUILD in the history: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=rambox-bin&id=f37ee886a3f7ab98defce12d8b6ab3aa8815a72d
Search Criteria
Package Details: rambox-bin 0.8.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rambox-bin.git (read-only, click to copy) |
---|---|
Package Base: | rambox-bin |
Description: | Free and Open Source messaging and emailing app that combines common web applications into one. |
Upstream URL: | http://rambox.pro/ |
Keywords: | chat franz messenger skype slack whatsapp |
Licenses: | GPL3 |
Conflicts: | rambox |
Provides: | rambox |
Submitter: | janek |
Maintainer: | janek |
Last Packager: | janek |
Votes: | 110 |
Popularity: | 0.021317 |
First Submitted: | 2016-07-02 10:51 (UTC) |
Last Updated: | 2022-04-22 12:58 (UTC) |
Dependencies (10)
- desktop-file-utils (desktop-file-utils-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libappindicator-gtk3
- libnotify (libnotify-gitAUR)
- libsecret
- libutil-linux (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR, util-linux-libs)
- libxkbcommon (libxkbcommon-gitAUR)
- libxss
- libxtst
- nss (nss-hgAUR)
Required by (0)
Sources (2)
janek commented on 2016-09-27 03:24 (UTC) (edited on 2016-09-27 20:53 (UTC) by janek)
janek commented on 2016-08-01 22:54 (UTC)
@bradpitcher Thanks for sharing but I updated this package almost the same minute as you commented.
So you can try the update and let me know if you have any issues. Thanks!
bradpitcher commented on 2016-08-01 22:39 (UTC) (edited on 2016-08-01 22:39 (UTC) by bradpitcher)
I got 0.4.1 working with this PKGBUILD:
```
#Maintainer: Janek Thomaschewski <janek@jbbr.net>
pkgname=rambox-bin
_pkgname=rambox
pkgver=0.4.1
pkgrel=4
pkgdesc='Free and Open Source messaging and emailing app that combines common web applications into one.'
arch=('i686' 'x86_64')
depends=('alsa-lib' 'bash' 'desktop-file-utils' 'gconf' 'gtk2' 'libnotify' 'libxtst' 'libxss' 'nss')
makedepends=('unzip')
provides=("rambox")
url='http://rambox.pro/'
license=('MIT')
source=("${_pkgname}.sh" "${_pkgname}.desktop" "${_pkgname}.png")
source_i686=("https://github.com/saenzramiro/rambox/releases/download/$pkgver/rambox-$pkgver-ia32.zip")
source_x86_64=("https://github.com/saenzramiro/rambox/releases/download/$pkgver/rambox-$pkgver-x64.zip")
sha256sums=('80d75e70dc6c843c3dd3f7c4ff92d89e452814234148315348a755c330f2e902'
'61ad70a929c402e24c79b8868208310f9b3c4d7801db2b791af38293231ee524'
'0bf4d0c849ad6151f77b346fea0424fab910f434378f9890b16fd15a32a10064')
sha256sums_i686=('fc1fb729a5c21cd83f97bad2edca8d8b149db794aec5c0b978764a3a0b310b42')
sha256sums_x86_64=('e3537bafca1b1ddf3fac6164b8c997a7a04f4d6f4a20310d4790c01d9eb43bb2')
[[ "$CARCH" = "i686" ]] && _path="rambox-${pkgver}-ia32"
[[ "$CARCH" = "x86_64" ]] && _path="rambox-${pkgver}-x64"
noextract=(${_path})
prepare() {
install -d ${srcdir}/${_path}/
unzip -q "${srcdir}/${_path}.zip" -d "${srcdir}/${_path}"
chmod 755 ${srcdir}/${_path}/linux/Rambox
}
package() {
install -d ${pkgdir}/{opt/rambox,usr/{bin,share/pixmaps}}
cp -R ${srcdir}/${_path}/linux/* ${pkgdir}/opt/${_pkgname}/
install -Dm755 $srcdir/${_pkgname}.sh ${pkgdir}/usr/bin/${_pkgname}
install -Dm644 $srcdir/${_pkgname}.png ${pkgdir}/usr/share/pixmaps/${_pkgname}.png
desktop-file-install ${srcdir}/${_pkgname}.desktop --dir ${pkgdir}/usr/share/applications/
}
```
janek commented on 2016-07-29 18:57 (UTC)
@oahon: Thank's for the report. The dependency was indeed missing and has been added to the latest PKGBUILD.
<deleted-account> commented on 2016-07-29 18:33 (UTC)
I guess libxss should be added to dependencies? Won't open without it.
janek commented on 2016-07-19 18:54 (UTC)
@bradpitcher I don't have this issue, using x64 binary on kernel 4.6.4.
Window manager is i3 but I have some gnome daemons running too.
bradpitcher commented on 2016-07-19 18:10 (UTC)
Experiencing this issue: https://github.com/saenzramiro/rambox/issues/95
Is it just me?
janek commented on 2016-07-16 17:53 (UTC) (edited on 2016-07-17 22:30 (UTC) by janek)
@hexdsi: Thanks for the report. But I can't reproduce this issue. Please try downloading the package sources again.
Probably data got corrupted during download.
If it still does not work, try to download https://github.com/saenzramiro/rambox/releases/download/0.4.0/Rambox-linux-x64.zip manually and post the output of "sha256sum Rambox-linux-x64.zip"
hexdsl commented on 2016-07-16 16:03 (UTC)
Rambox-linux-x64.zip ... FAILED
==> ERROR: One or more files did not pass the validity check!
nahtnam commented on 2016-07-09 23:58 (UTC)
Thank you!
Pinned Comments
janek commented on 2022-07-12 21:10 (UTC) (edited on 2023-02-09 10:01 (UTC) by janek)
As others have written, this is unfortunately the last OSS version of Rambox.
OSS alternatives:
Ferdium has very active development. It's based on Franz which is was stable fork of the open source version of Franz.
Hamsket is based on an older version of Rambox OSS.
AUR package of the new closed source pro version of Rambox: https://aur.archlinux.org/packages/rambox-pro-bin