Package Details: rocketchat-desktop 4.1.2-1

Git Clone URL: https://aur.archlinux.org/rocketchat-desktop.git (read-only, click to copy)
Package Base: rocketchat-desktop
Description: Rocket.Chat Native Cross-Platform Desktop Application via Electron
Upstream URL: https://github.com/RocketChat/Rocket.Chat.Electron
Keywords: chat client electron rocket rocketchat
Licenses: MIT
Submitter: sum01
Maintainer: buzo
Last Packager: buzo
Votes: 30
Popularity: 0.90
First Submitted: 2017-10-23 16:52 (UTC)
Last Updated: 2024-11-13 19:58 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 18 Next › Last »

attention_horse commented on 2022-04-22 08:06 (UTC)

Still no luck without modifications:

diff --git a/PKGBUILD b/PKGBUILD
index 2d07533..aa0cb1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc='Rocket.Chat Native Cross-Platform Desktop Application via Electron.'
 arch=('any')
 url='https://github.com/RocketChat/Rocket.Chat.Electron'
 license=('MIT')
-depends=('electron' 'nodejs')
+depends=('electron' 'electron17' 'nodejs')
 makedepends=('node-gyp' 'yarn' 'asar')
 install=rocketchat-desktop.install
 changelog=CHANGELOG.md
@@ -18,7 +18,7 @@ source=("$pkgname-$pkgver.tar.gz::${url}/archive/${pkgver}/${pkgname}-${pkgver}.
         rocketchat-desktop
         rocketchat-desktop.desktop)
 sha256sums=('f5c586c38dae319073bd6a3d5a87a953551746753e0ae8d286cefba47b31cb77'
-            '5fe8f552b4ac1917a1bb08e86f957e9b892220a2aab59b88e8256e2e092e1b1c'
+            'e58afbc182494f80d0a6d8438f6331386458abbcf9e5cc1fc8d05999a9a5ece4'
             '31fae4f98a61a774f84030fd43d2ef92c7633740dc5aa55967a21d0e29ea621a')
 # validpgpkeys=('9EA06BE6FD613A03') # Tasso Evangelista

diff --git a/rocketchat-desktop b/rocketchat-desktop
index 5edafa6..bc23986 100755
--- a/rocketchat-desktop
+++ b/rocketchat-desktop
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec electron /usr/lib/rocketchat-desktop "$@"
+exec electron17 /usr/lib/rocketchat-desktop "$@"

Building and installing the package resolves the issue for me.

0xFF1E071F commented on 2022-04-20 14:56 (UTC)

Hello, i have updated to last electron and rocketchat-desktop. But unfortunately i am still getting the exact same error: blank gray screen after conntecing to my server

Rocketchat-desktop version: 3.8.3 electron version: 18.0.3

Error Message on Console

/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../include/c++/11.2.0/bits/unique_ptr.h:659: typename std::add_lvalue_reference<element_type>::type std::unique_ptr<blink::CSSSelector []>::operator[](std::size_t) const [_Tp = blink::CSSSelector [], _Dp = std::default_delete<blink::CSSSelector []>]: Assertion 'get() != pointer()' failed.

BS86 commented on 2022-04-18 07:47 (UTC)

3.8.2 was not compatible with electron18. 3.8.3 now is according to the changelog: https://github.com/RocketChat/Rocket.Chat.Electron/releases/tag/3.8.3

so all good now

lmartinez-mirror commented on 2022-04-18 00:31 (UTC)

I ran 3.8.3 under Wayland just fine; I can't vouch for X11, however. Please let me know if anyone else can't run this package. I will consider pinning this package to electron17 as listed below if this is a widespread issue.

vtc commented on 2022-04-12 15:06 (UTC)

For now adding community/electron17 as a dependency and patching /usr/bin/rocketchat-desktop to call 'exec electron17 /usr/lib/rocketchat-desktop "$@"' solves problems.

0xFF1E071F commented on 2022-04-12 14:36 (UTC) (edited on 2022-04-12 14:43 (UTC) by 0xFF1E071F)

After this last update, now i have a blank gray screen after connecting my server. My electron version is v18.0.3

When i run from terminal i got this error:

$ rocketchat-desktop 
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[17084:0412/154210.444200:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[17116:0412/154210.501225:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
[17116:0412/154210.512980:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../include/c++/11.2.0/bits/unique_ptr.h:659: typename std::add_lvalue_reference<element_type>::type std::unique_ptr<blink::CSSSelector []>::operator[](std::size_t) const [_Tp = blink::CSSSelector [], _Dp = std::default_delete<blink::CSSSelector []>]: Assertion 'get() != pointer()' failed.

dusatvoj commented on 2022-01-27 19:16 (UTC)

update of electron to 16.0.7-2 breaks the ability to scroll up in Rocketchat (reinstalling/recompiling with a clean build does not solve the problem). The client freezes and turns grey, has to be reloaded from the View-menu but you still can't scroll up without the issue reappearing. I switched to the rocketchat-client-bin package because that one does not rely on the installed electron.

Lifesaver!!!

BS86 commented on 2022-01-26 11:56 (UTC) (edited on 2022-01-26 11:58 (UTC) by BS86)

the update of electron to 16.0.7-2 breaks the ability to scroll up in Rocketchat (reinstalling/recompiling with a clean build does not solve the problem). The client freezes and turns grey, has to be reloaded from the View-menu but you still can't scroll up without the issue reappearing. I switched to the rocketchat-client-bin package because that one does not rely on the installed electron.

lmartinez-mirror commented on 2021-08-25 03:21 (UTC)

Co-maintainer spots are open, as I don't use this often enough.