Package Details: jitsi-meet-desktop 2024.10.0-1

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: 30
Popularity: 0.36
First Submitted: 2020-04-10 13:16 (UTC)
Last Updated: 2024-10-17 20:20 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

samsapti commented on 2024-07-13 16:05 (UTC)

@mod24 that should be done now.

mod24 commented on 2024-06-01 18:24 (UTC)

@samsapti Thank you so much! Unfortunately I forgot to mention that the exec-line needs to include %U so that everything works. Can you add this as well? So the line reads: Exec=jitsi-meet-desktop %U

samsapti commented on 2024-05-15 15:55 (UTC)

@mod24 I've added the mimetype to the .desktop file.

mod24 commented on 2024-05-08 17:29 (UTC)

Unfortunately there is a Problem when using Oauth with this Package (like meet.jit.si for example does).

Reason is that the callback from the webbrowser tries to use a deeplink (jitsi-meet://url). This only works under linux, when the mime-handler is regsitered correctly. The .desktop file here misses this entry, so it doesn't get populated when installing:

The following Line is missing: MimeType=x-scheme-handler/jitsi-meet;

As soon as you add this to the Package, the Problem is solved.

You can manually solve it in the meantime by registering the handler for yourself. Just type in terminal: xdg-mime default jitsi-meet-desktop.desktop x-scheme-handler/jitsi-meet

cedricroijakkers commented on 2023-09-13 08:01 (UTC)

As mentioned on the Jitsi Github, there is currently an issue with version 2023.9.0 that in some cases the application crashes with a blank screen.

There is a workaround: change all mentions of electron26 to electron25 in the PKGBUILD to get it working again. The bug upstream will be fixed at some point, but until then build against Electron v25 or do not upgrade.

samsapti commented on 2023-07-18 14:02 (UTC)

@je-vv thanks for making me aware of that. @joru thanks for the fix!

joru commented on 2023-07-18 09:10 (UTC)

I created a fixed version of the patch file, just needs to be included

je-vv commented on 2023-07-18 00:24 (UTC) (edited on 2023-07-18 00:27 (UTC) by je-vv)

The patch is failing on prepare stage, with 2023.7.2-1:

==> Starting prepare()...
Found '/home/general/.pkgs/src/laur/jitsi-meet-desktop/src/jitsi-meet-electron-2023.7.2/.nvmrc' with version <16>
v16.20.1 is already installed.
Now using node v16.20.1 (npm v8.19.4)
patching file package.json
Hunk #1 FAILED at 27.
Hunk #2 FAILED at 63.
2 out of 2 hunks FAILED -- saving rejects to file package.json.rej
==> ERROR: A failure occurred in prepare().
Aborting...

samsapti commented on 2023-02-18 11:22 (UTC) (edited on 2023-02-18 11:23 (UTC) by samsapti)

@je-vv the webpack dependency is specified in upstream's package.json, so I can't change that.

The Electron download thing is probably because I forgot to change the Electron directory. I've fixed that.

Upstream requires Electron 21.