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.
Pinned Comments