Package Details: jitsi-meet-desktop 2025.4.0-2

Git Clone URL: https://aur.archlinux.org/jitsi-meet-desktop.git (read-only, click to copy)
Package Base: jitsi-meet-desktop
Description: Jitsi Meet desktop application
Upstream URL: https://github.com/jitsi/jitsi-meet-electron
Licenses: Apache-2.0
Submitter: SamWhited
Maintainer: xiota
Last Packager: xiota
Votes: 31
Popularity: 0.111016
First Submitted: 2020-04-10 13:16 (UTC)
Last Updated: 2025-05-04 01:09 (UTC)

Latest Comments

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

lsf commented on 2021-03-16 10:37 (UTC) (edited on 2021-03-16 10:37 (UTC) by lsf)

Still can't reproduce it.

Have you tried building it in a (clean) chroot?

To ensure my chroot environment isnt't at fault, I've just run it in a fresh Docker container and everything seemed to work there as well:

https://gitlab.com/-/snippets/2091076/raw/master/jm.log

(I'll update to 2.7.1 in a bit and fix the icon issue that's obvious in the log above, btw)

/edit

You can probably get some more output by exporting DEBUG=electron-builder in the PKGBUILD.

jaltek commented on 2021-03-16 07:45 (UTC)

@lsf: Same here. Build stucks at the pre-build phase.

lsf commented on 2021-03-11 19:14 (UTC)

That alone is normal – as in: rebuilding (or trying to rebuild) the native dependencies when not available in a prebuilt version, and shouldn't be a build breaking error.

It should build things just fine even with that error.

For me it pretty much just got "stuck there" doing nothing when using it with the system node, which is why I've switched the PKGBUILD to use nvm as a makedepend to get a node <15. With this change, I've successfully built it on an aarch64 and an x86_64 system.

If it still won't build for you, feel free to add some more details (do you get another error or does it also just hang at that point?) so we might be able to find out what's going on.

zenlord commented on 2021-03-11 18:56 (UTC)

Doesn't build for me. It tries to download certain js components in the pre-build phase, but somehow the version is not available (looking for v85 whereas available versions only go up to v72)

je-vv commented on 2020-12-10 19:12 (UTC)

Thanks a lot @vasya

vasya commented on 2020-12-10 08:14 (UTC)

At the time I created the alternative package jitsi-meet-electron, no other approaches (including this one) worked for me I think. Now that system electron probably works, however, I've added a recommendation to use this package instead.

je-vv commented on 2020-12-10 01:17 (UTC)

Thanks @lsf, pehaps it would be good to add that in the short description, :) Thanks again.

lsf commented on 2020-12-10 01:07 (UTC)

jitsi-meet-desktop uses system electron, as you've correctly assumed :)

je-vv commented on 2020-12-10 00:57 (UTC)

what's the main difference with jitsi-meet-electron? I'm not sure if jitsi-meet-desktop uses system electron and the jitsi-meet-elctron downloads Jitsi's own electron (saying because the dependencies), but I can't really tell...

qontinuum commented on 2020-10-03 06:18 (UTC)

You should add npm audit fix just after the npm install