Package Details: rambox-pro-bin 2.3.1-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.49
First Submitted: 2019-08-01 18:56 (UTC)
Last Updated: 2024-03-14 09:22 (UTC)

Latest Comments

1 2 3 Next › Last »

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.

academo commented on 2023-02-23 08:17 (UTC) (edited on 2023-02-23 08:18 (UTC) by academo)

Update to 2.1.0

diff --git a/.SRCINFO b/.SRCINFO
index ae9cb16..1782271 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = rambox-pro-bin
    pkgdesc = Workspace browser to manage many web applications in one place
-   pkgver = 2.0.10
+   pkgver = 2.1.0
    pkgrel = 1
    url = https://rambox.app/
    arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = rambox-pro-bin
    conflicts = rambox-pro-bin-beta
    options = !emptydirs
    source = rambox-EULA
-   source = rambox-2.0.10.deb::https://github.com/ramboxapp/download/releases/download/v2.0.10/Rambox-2.0.10-linux-x64.deb
+   source = rambox-2.1.0.deb::https://github.com/ramboxapp/download/releases/download/v2.1.0/Rambox-2.1.0-linux-x64.deb
    sha256sums = 0c94e0c1690afe9414a7ead793bb63417da16b143209d3fed8999370a237d137
-   sha256sums = 05bee5a9deb76f403d1d16e4582d21c1b06eda2d370b8c5ac7afc772630594c6
+   sha256sums = edcd6ec084353b9f50ba951ccb58cbdd2d341ae100c25363dc53ebcb531896c0

 pkgname = rambox-pro-bin
diff --git a/PKGBUILD b/PKGBUILD
index dfacea9..ed4b23c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 # Contributor: Trustin Lee <t@motd.kr>
 pkgname=rambox-pro-bin
 _pkgname=rambox
-pkgver=2.0.10
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='Workspace browser to manage many web applications in one place'
 arch=('x86_64')
@@ -25,7 +25,7 @@ source=("${_pkgname}-EULA"
   "${_pkgname}-${pkgver}.deb::https://github.com/ramboxapp/download/releases/download/v${pkgver}/Rambox-${pkgver}-linux-x64.deb")

 sha256sums=('0c94e0c1690afe9414a7ead793bb63417da16b143209d3fed8999370a237d137'
-            '05bee5a9deb76f403d1d16e4582d21c1b06eda2d370b8c5ac7afc772630594c6')
+  'edcd6ec084353b9f50ba951ccb58cbdd2d341ae100c25363dc53ebcb531896c0')

 build() {
   rm -rf "${srcdir}/root"

DocFips commented on 2023-01-27 04:13 (UTC)

2.0.10 is out now.

hgyarmati commented on 2022-11-25 17:04 (UTC)

2.0.9 in now out.

Auerhuhn commented on 2022-10-12 16:26 (UTC)

Done, thanks for the heads-up @psi-jack.

psi-jack commented on 2022-10-12 16:17 (UTC)

2.0.7 is now out.