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 .. 18 Next › Last »

brody commented on 2023-06-19 08:50 (UTC) (edited on 2023-06-19 13:00 (UTC) by brody)

Please switch to electron22 like upstream. https://github.com/RocketChat/Rocket.Chat.Electron/blob/f6f5e2c6feadfdad7e05e2db8574a81e09ddf270/package.json#LL114C6-L114C14

swsnr commented on 2023-03-23 08:42 (UTC)

Fails to launch with

/usr/bin/rocketchat-desktop: line 2: exec: electron: not found

Looks as if "rocketchat-desktop" needs to be updated to call the required version.

ZJaume commented on 2023-03-22 09:09 (UTC)

Thanks! Could you please also call the required version in rocketchat-desktop script? Currently is being launched on 22 if no version is specified, and it fails if wayland flags are set for electron22.

buzo commented on 2023-03-15 14:49 (UTC)

ZJaume: done, thanks

ZJaume commented on 2023-03-15 13:57 (UTC)

Could you please set the Electron version to 21 and for future versions only the one supported? Right now the app crashes in Wayland for any version that is not 21.

ZJaume commented on 2023-01-19 13:36 (UTC)

nodejs-lts-fermium fails build with

node: --openssl-legacy-provider is not allowed in NODE_OPTIONS

nodejs-lts-gallium works.

Manawyrm commented on 2023-01-02 14:49 (UTC)

@buzo Not quite, sorry. That change needs to be done only in line 43, in the package() step. Then it should work :)

buzo commented on 2023-01-02 14:10 (UTC)

Thanks Manawyrm – changed. I hope I got it right … I can't verify myself since I don't have an arm build environment.

Manawyrm commented on 2023-01-02 11:27 (UTC)

Hi, thanks for packaging!

local i686=linux-ia32-unpacked x86_64=linux-unpacked aarch64=linux-arm64-unpacked

will make this package build successfully (and work well) on arm64/aarch64 machines. Could you upstream this change?

Thanks!

buzo commented on 2023-01-01 19:51 (UTC)

Thanks serged, brody, SilverRainZ – fixed. (Sorry for the delay.)