Package Details: element-desktop-git 1.11.39.r16.g65f7545ba5-2

Git Clone URL: https://aur.archlinux.org/element-desktop-git.git (read-only, click to copy)
Package Base: element-desktop-git
Description: Glossy Matrix collaboration client — desktop version.
Upstream URL: https://element.io
Licenses: Apache
Conflicts: element-desktop
Provides: element-desktop
Submitter: idanoo
Maintainer: Xangelix
Last Packager: Xangelix
Votes: 14
Popularity: 0.000137
First Submitted: 2020-07-18 02:27 (UTC)
Last Updated: 2024-01-15 19:30 (UTC)

Pinned Comments

Latest Comments

1 2 3 4 5 6 Next › Last »

tjw123hh commented on 2024-05-17 06:21 (UTC)

I can't build it and here's what I got:

  -> Creating working copy of element-web git repo...
Cloning into 'element-web'...
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US)
done.
  -> Creating working copy of element-desktop git repo...
Cloning into 'element-desktop'...
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US)
done.
==> Starting prepare()...
/home/tjw123hh/.cache/paru/clone/element-desktop-git/PKGBUILD: line 41: 74442 Illegal instruction     (core dumped) yarn install --no-fund
==> ERROR: A failure occurred in prepare().
    Aborting...
error: failed to build 'element-desktop-git-1.11.39.r16.g65f7545ba5-2 (element-web-git element-desktop-git)': 
error: packages failed to build: element-desktop-git-1.11.39.r16.g65f7545ba5-2 (element-web-git element-desktop-git)

geodic commented on 2024-01-03 01:46 (UTC)

On my computer I had to change the yarn build --offline command to yarn --offline build as yarn thought the --offline option was for the build script instead of itself

xiota commented on 2023-09-20 07:02 (UTC)

Please remove replaces directive. Thank you.

dr460nf1r3 commented on 2023-07-29 12:17 (UTC)

Please update the node dependency to the needed newer version, thanks

surakus commented on 2023-07-04 19:53 (UTC)

this package requires node >= 18.0.0 since element 1.11.34

surakus commented on 2023-03-06 10:07 (UTC)

As jplatte said this still requires libxcrypt-compat as a build dependency

jplatte commented on 2022-11-29 08:29 (UTC)

Looks like this needs libxcrypt-compat as a (build) dependency. I've also had to work around https://stackoverflow.com/questions/69394632/webpack-build-failing-with-err-ossl-evp-unsupported (I set the env var as suggested in the top answer).

Whodiduexpect commented on 2022-04-12 10:11 (UTC) (edited on 2022-04-12 10:40 (UTC) by Whodiduexpect)

For Element v1.10.9 the build fails for me and I get this error from yarn right after yarn run v1.22.18:

error Command "reskindex" not found.

If I remove yarn reskindex from the PKGBUILD it builds just fine.

rdeaxwr34as commented on 2022-01-26 00:37 (UTC) (edited on 2022-01-26 00:49 (UTC) by rdeaxwr34as)

missing translation: en|Failed to start missing translation: en|Your Element is misconfigured missing translation: en|Unexpected error preparing the app. See console for details.

aa13q commented on 2021-09-14 20:18 (UTC)

Hello, thanks for the package!

Please, take a look at https://github.com/vector-im/element-web/issues/16555 for a workaround with yarn reskindex if having issue like:

Module not found: Error: Can't resolve './component-index' in '/path/to/git/element-web/node_modules/matrix-react-sdk/src'

and consider change "${pkgname}" to something like "${pkgname%-git}".sh for the binary (since desktop file is without git suffix)