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

BS86 commented on 2024-06-04 10:40 (UTC) (edited on 2024-06-04 10:44 (UTC) by BS86)

@buzo: that's also the same kernel regression that we posted in the posts before: https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/issues/55 it is fixed with 6.9.3. Might be that it is still not fixed in LTS Building with UV_USE_IO_URING=0 is a workaround. The electron29 PKGBUILD also contains that: https://gitlab.archlinux.org/archlinux/packaging/packages/electron29/-/blob/main/PKGBUILD?ref_type=heads#L469

buzo commented on 2024-06-04 10:01 (UTC) (edited on 2024-06-04 10:03 (UTC) by buzo)

Building 4.0.0 with Electron 29 in a clean chroot still fails for me. Does anybody have an idea what is wrong? (My kernel version is 6.6.32-1-lts.)

BS86 commented on 2024-06-04 06:34 (UTC)

also build 4.0.0 yesterday and works flawless.

@brody: That's exactly what we already posted. Update your kernel to 6.9.3 (in stable since June 1st) or use the workaround.

brody commented on 2024-06-04 06:30 (UTC)

@attention_horse how do you built the package? In a clean chroot build environment like https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot I get the error nearly the same messages as I posted before.

attention_horse commented on 2024-06-03 13:09 (UTC)

Building and running Rocket.Chat 4.0.0 against electron29 and electron30 works like a charm on my laptop.

Running linux 6.9.2-arch1-1 still requires UV_USE_IO_URING=0, should be fixed with 6.9.3.

BS86 commented on 2024-06-03 08:57 (UTC)

Release 4.0 got tagged and contains the switch to electron29 https://github.com/RocketChat/Rocket.Chat.Electron/releases/tag/4.0.0

BS86 commented on 2024-05-26 18:23 (UTC)

I can confirm that with 3.9.15 and electron30, everything works fine here. Although compilation currently needs a workaround due to a kernel regression: https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/issues/55

UV_USE_IO_URING=0 makepkg is needed

attention_horse commented on 2024-05-23 08:48 (UTC)

Building and running Rocket.Chat 3.9.15 against electron27, electron28, electron29, and electron30 works like a charm on my laptop.

BS86 commented on 2024-05-21 15:36 (UTC) (edited on 2024-05-21 15:38 (UTC) by BS86)

@buzo I am using rocketchat-desktop with electron27 since that one came out with no issues so far. Only with 28 and later it won't work.

Upstream was already on a newer version of electron but they went back to 22 because of some Windows-only support issue: https://github.com/RocketChat/Rocket.Chat.Electron/releases/tag/3.9.10 with that specific commit rolling back the electron: https://github.com/RocketChat/Rocket.Chat.Electron/pull/2771/commits/eaad48f47379603b1b7094f2431ba5f0726fee3d

Electron22 is the last to support Win7/8/8.1 https://www.electronjs.org/de/blog/windows-7-to-8-1-deprecation-notice

there should be no issue in switching this package to electron27

buzo commented on 2024-05-21 13:36 (UTC)

This package won't build any more since it depends on an outdated Electron version, and I think there is not much we can do about that here. I have filed a bug report upstream, so let's wait and see. The binary package rocketchat-client-bin should still work though.