Package Details: rambox-pro-bin 2.6.3-1

Git Clone URL: https://aur.archlinux.org/rambox-pro-bin.git (read-only, click to copy)
Package Base: rambox-pro-bin
Description: Workspace browser to manage many web applications in one place
Upstream URL: https://rambox.app/
Licenses: custom
Conflicts: rambox, rambox-bin, rambox-pro-bin-beta
Provides: rambox, ramboxpro
Submitter: chrisaw
Maintainer: academo
Last Packager: academo
Votes: 10
Popularity: 0.000000
First Submitted: 2019-08-01 18:56 (UTC)
Last Updated: 2026-04-29 18:33 (UTC)

Latest Comments

1 2 3 Next › Last »

LordSlon commented on 2025-09-02 08:31 (UTC)

(node:56573) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead. App doesn't work

butla commented on 2025-03-05 09:27 (UTC)

For around 2 weeks now Rambox won't start. It stays in the initial screen on "checking internet connection". I tried doing "pamac remove --no-save" to wipe configs. Anyone else experiencing this?

Dunno if it's related to dependency changes in Manjaro, or some random thing on my setup.

trustin commented on 2024-10-23 08:41 (UTC)

Thanks for a swift update, @academo 🙇

roper commented on 2024-07-09 09:17 (UTC)

+1 issue on Wayland (@LycaKnight, @rikua) Thanks for any solution!

LycaKnight commented on 2024-05-20 01:36 (UTC)

I have the same problem as @rikua. Rambox crashes with segfault with: --enable-features=UseOzonePlatform --ozone-platform=wayland But only on Arch. On Debian it works with the Wayland Switches. As anyone a solution?

rikua commented on 2024-04-06 16:17 (UTC) (edited on 2024-04-06 16:25 (UTC) by rikua)

Rambox crashes (segfault) after login on wayland with the args --enable-features=UseOzonePlatform --ozone-platform=wayland.

Any idea on how to troubleshot this?

Auerhuhn commented on 2023-12-08 17:35 (UTC)

@academo Thanks for your offer. Makes sense, given that I no longer use Rambox. Added you as the maintainer.

academo commented on 2023-12-07 12:34 (UTC) (edited on 2023-12-07 12:36 (UTC) by academo)

Patch for 2.2.3

diff --git a/PKGBUILD b/PKGBUILD
index fd1bc01..6e2aff2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@

 pkgname=rambox-pro-bin
 _pkgname=rambox
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc='Workspace browser to manage many web applications in one place'
 arch=('x86_64')
@@ -29,7 +29,7 @@ source=("${_pkgname}-EULA"

 sha256sums=(
     '0c94e0c1690afe9414a7ead793bb63417da16b143209d3fed8999370a237d137'
-    'c8eb7fcbab7aff47f4f597560f6da6c624963f3fa8d06e25e0b36874add70cf2'
+    '4413490616fab8e62d1d2d52808d32783e3b39f47ac63e81c3185817b0d8278e'
 )

 build() {

Note: I'm willing to take maintenance of the package. I'm a daily user and I like to keep it up to date.

taurthil commented on 2023-06-30 08:07 (UTC) (edited on 2023-06-30 08:07 (UTC) by taurthil)

Patch for newest version

---
 PKGBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index c8f801d..9c3bce9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,10 @@
 # Contributor: Moritz Poldrack <moritz at poldrack dot dev>
 # Contributor: Pascal Mathis <mail@pascalmathis.com>
 # Contributor: Trustin Lee <t@motd.kr>
 pkgname=rambox-pro-bin
 _pkgname=rambox
-pkgver=2.1.3
+pkgver=2.1.4
 pkgrel=1
 pkgdesc='Workspace browser to manage many web applications in one place'
 arch=('x86_64')
@@ -28,7 +29,7 @@ source=("${_pkgname}-EULA"

 sha256sums=(
     '0c94e0c1690afe9414a7ead793bb63417da16b143209d3fed8999370a237d137'
-    'caa22fbabc9ab316f73657ddbdac00d3a6ef0897bad10818fe7f434612f50f9f'
+    'd981bc0d818153170bf5286d0e1af03adbe521474314fc45e0e12519f4fd33d2'
 )

 build() {
-- 
2.41.0

Auerhuhn commented on 2023-03-02 08:17 (UTC) (edited on 2023-04-25 07:07 (UTC) by Auerhuhn)

PSA: As of version 2.1.0, the underlying Electron version now supports Wayland.

To opt in, run Rambox with the following flags:

--enable-features=UseOzonePlatform --ozone-platform=wayland

To automate opting in, install the rambox-pro-bin-blur-me-not package.