Package Details: element-web-git 1.11.74.r13.g43fa2e533f-1

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 — web version.
Upstream URL: https://element.io
Licenses: Apache
Conflicts: element-web
Provides: element-web
Submitter: idanoo
Maintainer: Xangelix
Last Packager: Xangelix
Votes: 14
Popularity: 0.000002
First Submitted: 2020-07-18 02:27 (UTC)
Last Updated: 2024-08-14 19:58 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

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)

trumee commented on 2021-08-24 08:14 (UTC)

1.8.1 doesnt build for me and gives the error

ModuleNotFoundError: Module not found: Error: Can't resolve './component-index' in '/home/xx/.cache/pikaur/build/element-desktop-git/src/element-web/node_modules/matrix-react-sdk/src'

lyhokia commented on 2021-08-20 07:27 (UTC)

I also receive error messages:

==> Missing dependencies:
  -> nodejs<16
==> ERROR: Could not resolve all dependencies.
error: failed to build 'element-desktop-git-1.7.25.r21.ge4c9444fe-1 (element-web-git element-desktop-git)':
error: packages failed to build: element-desktop-git-1.7.25.r21.ge4c9444fe-1 (element-web-git element-desktop-git)

tsangares commented on 2021-07-02 02:54 (UTC)

When I try to install I recieve the error:

error merging element-desktop-git: fatal: No current branch.

mser commented on 2021-05-20 00:39 (UTC) (edited on 2021-05-20 00:40 (UTC) by mser)

I had some issues building 1.7.27 but succeeded after adding the following to the prepare section

For anyone adopting this package: I did something very similar in my private fork and can confirm this works, so I'd suggest patching this until it's fixed upstream instead of setting nodejs<16.

teutat3s commented on 2021-05-19 17:59 (UTC)

I have moved on from manjaro to NixOS, so I'm disowning this package again. Thank you for the recent comments.

twouters commented on 2021-05-17 12:57 (UTC)

I had some issues building 1.7.27 but succeeded after adding the following to the prepare section:

   cd ../element-desktop
   # Switch target to output to directory rather than .deb package
   sed -i 's/"target": "deb"/"target": "dir"/g' package.json
   sed -i 's@"https://packages.riot.im/desktop/update/"@null@g' element.io/release/config.json
+  sed -i '/seshat/s/"2.2.3"/"2.2.4"/' package.json
+  sed -i '/electron-builder/s/"22.10.5"/"22.11.4"/g' package.json
   yarn install

see upstream reports:

Scrumplex commented on 2021-05-13 09:06 (UTC)

As some npm dependencies are not yet compatible with NodeJS 16 you might wanna set the nodejs dependency to

nodejs<16

teutat3s commented on 2021-04-18 15:11 (UTC)

I have adopted this package and it will now follow the upstream 'develop' branch. With recent changes it's now based on electron version 12 with native Wayland compatibility. Start with the following flags to test it:

element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland

jaltek commented on 2021-04-15 14:43 (UTC)

Unfortunately, I have to withdraw from the maintenance of this package for private reasons. Feel free to adopt.