Package Details: rocketchat-desktop 3.9.14-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: 29
Popularity: 0.039286
First Submitted: 2017-10-23 16:52 (UTC)
Last Updated: 2024-02-17 12:01 (UTC)

Pinned Comments

Latest Comments

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

snakeroot commented on 2021-06-27 16:50 (UTC) (edited on 2021-06-27 16:52 (UTC) by snakeroot)

Version 3.3.0-1

Requires nodejs >=14.17.0. Build fails with:

error rocketchat@3.3.0: The engine "node" is incompatible with this module. Expected version ">=14.17.0". Got "14.16.0"

Prior to build, install nodejs and remove nodejs-lts-fermium

videlec commented on 2021-04-29 14:09 (UTC) (edited on 2021-04-29 14:17 (UTC) by videlec)

Fails to build (see #2018)

error /tmp/yaourt-tmp-vincent/aur-rocketchat-desktop/src/Rocket.Chat.Electron-3.1.1/node_modules/sharp: Command failed.
Exit code: 1

There seems to be invalid C++ (at least to gcc 10.2.0)

/home/vincent/.cache/node-gyp/16.0.0/include/node/v8-internal.h:452:38: error: no member named 'remove_cv_t' in namespace 'std'
            !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
                                ~~~~~^
/home/vincent/.cache/node-gyp/16.0.0/include/node/v8-internal.h:452:52: error: expected '(' for function-style cast or type construction
            !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
/home/vincent/.cache/node-gyp/16.0.0/include/node/v8-internal.h:452:63: error: no member named 'Perform' in the global namespace
            !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
                                                            ~~^

matthias.lisin commented on 2021-04-20 19:04 (UTC)

@aminvakil I saw it, compared checksums and then ignored it. Dev probably just created a Github Release for an old tag.

aminvakil commented on 2021-04-20 05:15 (UTC)

https://github.com/RocketChat/Rocket.Chat.Electron/releases/tag/3.1.1 has just been released 11 hours ago, I'm not sure what happened here, did they just released another 3.1.1 or what?

aminvakil commented on 2021-04-03 10:36 (UTC)

@matthias.lisin Latest change and using electron11 fixed the issue for me, thanks!

@AlynxZhou FWIW it's not necessary for me and this PKGBUILD which uses nodejs itself builds correctly.

AlynxZhou commented on 2021-04-03 02:39 (UTC)

It seems nodejs-lts-erbium is needed to build this package, I failed to build one of its node_modules (sharp) with latest nodejs.

aminvakil commented on 2021-04-02 18:44 (UTC)

@vtc, Does not work for me either.

vtc commented on 2021-04-02 17:47 (UTC)

After upgrading electron to 12.0.2, rockatchat-desktop doesn't work anymore, even after reinstalling the package against the new electron version.

However, if doing yarn/yarn start from the Github repository (at the same commit), it works.

matthias.lisin commented on 2020-10-02 20:24 (UTC) (edited on 2020-10-02 20:24 (UTC) by matthias.lisin)

Updated to 3.0.1. Had some weird behaviour with the application crashing when switching spellchecking languages, but now I am unable to reproduce.

The dictionaries are downloaded from Google CDN

Issue #1766

Electron Docs > Does the spellchecker use any Google services?