Thank you for the updates, I removed the flatpak but I think I missed something while installing the AUR package : i went for the clean install (packages to cleanbuild = all) : I prefer to start back from a clean slate. I also choose the “all” option when asked diffs to show (an occasion to try and understand what’s happening, I guess).
Now, I’ve hit the (end) marker and … nothing : Jitsi isn’t installed yet (not shown in the app list anyway) and I can’t close the terminal because the process is still running 
FYI :
Summary
$ yay -S jitsi-meet-desktop-bin
AUR Explicit (1): jitsi-meet-desktop-bin-2025.10.0-1
:: (1/1) Downloaded PKGBUILD: jitsi-meet-desktop-bin
1 jitsi-meet-desktop-bin (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> a
:: Deleting (1/1): /home/sam/.cache/yay/jitsi-meet-desktop-bin
HEAD is now at 3682d21 Bump to 2025.10.0
1 jitsi-meet-desktop-bin (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> a
diff --git /home/sam/.cache/yay/jitsi-meet-desktop-bin/.nvchecker.toml /home/sam/.cache/yay/jitsi-meet-desktop-bin/.nvchecker.toml
new file mode 100644
index 0000000..9e4ac4a
— /dev/null
+++ /home/sam/.cache/yay/jitsi-meet-desktop-bin/.nvchecker.toml
@@ -0,0 +1,4 @@
+[jitsi-meet-desktop-bin]
+source = “git”
+git = “https://github.com/jitsi/jitsi-meet-electron.git”
+prefix = “v”
diff --git /home/sam/.cache/yay/jitsi-meet-desktop-bin/PKGBUILD /home/sam/.cache/yay/jitsi-meet-desktop-bin/PKGBUILD
new file mode 100644
index 0000000..c6a0c4b
— /dev/null
+++ /home/sam/.cache/yay/jitsi-meet-desktop-bin/PKGBUILD
@@ -0,0 +1,57 @@
+# Maintainer: Martin Rys https://rys.rs/contact
+# Contributor: Roman Kupriyanov mr.eshua@gmail.com
+
+_pkgname=jitsi-meet-desktop
+pkgname=${_pkgname}-bin
+pkgver=2025.10.0
+pkgrel=1
+pkgdesc=“Jitsi Meet desktop application powered by Electron”
+arch=(‘x86_64’)
+url=“https://github.com/jitsi/jitsi-meet-electron”
+license=(‘Apache-2.0’)
+provides=(“${_pkgname}”)
+conflicts=(
-
"${_pkgname}"
-
'jitsi-meet-electron')
+replaces=(‘jitsi-meet-electron’)
+depends=(
+options=(!strip)
+source=(
+sha256sums=(‘1bc259c4c099f6d9bf1d1decc846602b9acf956696d39f75d0a4eefb6ab0acb1’
+prepare() {
+}
+
+package() {
-
find "${srcdir}/squashfs-root/locales/" -type d -exec chmod 755 {} +
-
find "${srcdir}/squashfs-root/resources/" -type d -exec chmod 755 {} +
-
install -d "${pkgdir}/opt/${_pkgname}"
-
cp -r "${srcdir}/squashfs-root/"* "${pkgdir}/opt/${_pkgname}"
-
# Remove broken or unused files and directories
-
rm -r "${pkgdir}/opt/${_pkgname}/usr/"
-
rm "${pkgdir}/opt/${_pkgname}/AppRun"
-
rm "${pkgdir}/opt/${_pkgname}/jitsi-meet.desktop"
-
rm "${pkgdir}/opt/${_pkgname}/jitsi-meet.png"
-
find "${srcdir}/squashfs-root/usr/share/icons/" -type d -exec chmod 755 {} +
-
install -d "${pkgdir}/usr/share/icons"
-
cp -r "${srcdir}/squashfs-root/usr/share/icons/hicolor" "${pkgdir}/usr/share/icons/hicolor"
-
install -d "${pkgdir}/usr/bin"
-
ln -s "../../opt/${_pkgname}/jitsi-meet" "${pkgdir}/usr/bin/${_pkgname}"
-
install -Dm644 "${srcdir}/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
+}
diff --git /home/sam/.cache/yay/jitsi-meet-desktop-bin/jitsi-meet-desktop.desktop /home/sam/.cache/yay/jitsi-meet-desktop-bin/jitsi-meet-desktop.desktop
new file mode 100644
index 0000000..d6bc7d1
— /dev/null
+++ /home/sam/.cache/yay/jitsi-meet-desktop-bin/jitsi-meet-desktop.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Jitsi Meet
+Comment=Jitsi Meet Desktop App
+Exec=jitsi-meet-desktop %U
+Terminal=false
+Type=Application
+Icon=jitsi-meet
+StartupWMClass=Jitsi Meet
+MimeType=x-scheme-handler/jitsi-meet;
+Categories=VideoConference;AudioVideo;Audio;Video;Network;
(END)
${pkgver//_/-}/jitsi-meet-${arch[0]}.AppImage"
+sha256sums=(‘1bc259c4c099f6d9bf1d1decc846602b9acf956696d39f75d0a4eefb6ab0acb1’
+prepare() {
+}
+
+package() {
-
find "${srcdir}/squashfs-root/locales/" -type d -exec chmod 755 {} +
-
find "${srcdir}/squashfs-root/resources/" -type d -exec chmod 755 {} +
-
install -d "${pkgdir}/opt/${_pkgname}"
-
cp -r "${srcdir}/squashfs-root/"* "${pkgdir}/opt/${_pkgname}"
-
# Remove broken or unused files and directories
-
rm -r "${pkgdir}/opt/${_pkgname}/usr/"
-
rm "${pkgdir}/opt/${_pkgname}/AppRun"
-
rm "${pkgdir}/opt/${_pkgname}/jitsi-meet.desktop"
-
rm "${pkgdir}/opt/${_pkgname}/jitsi-meet.png"
-
find "${srcdir}/squashfs-root/usr/share/icons/" -type d -exec chmod 755 {} +
-
install -d "${pkgdir}/usr/share/icons"
-
cp -r "${srcdir}/squashfs-root/usr/share/icons/hicolor" "${pkgdir}/usr/share/icons/hicolor"
-
install -d "${pkgdir}/usr/bin"
-
ln -s "../../opt/${_pkgname}/jitsi-meet" "${pkgdir}/usr/bin/${_pkgname}"
-
install -Dm644 "${srcdir}/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
+}
diff --git /home/sam/.cache/yay/jitsi-meet-desktop-bin/jitsi-meet-desktop.desktop /home/sam/.cache/yay/jitsi-meet-desktop-bin/jitsi-meet-desktop.desktop
new file mode 100644
index 0000000..d6bc7d1
— /dev/null
:
${pkgver//_/-}/jitsi-meet-${arch[0]}.AppImage"
+sha256sums=(‘1bc259c4c099f6d9bf1d1decc846602b9acf956696d39f75d0a4eefb6ab0acb1’
+prepare() {
+}
+
+package() {
-
find "${srcdir}/squashfs-root/locales/" -type d -exec chmod 755 {} +
-
find "${srcdir}/squashfs-root/resources/" -type d -exec chmod 755 {} +
-
install -d "${pkgdir}/opt/${_pkgname}"
-
cp -r "${srcdir}/squashfs-root/"* "${pkgdir}/opt/${_pkgname}"
-
# Remove broken or unused files and directories
-
rm -r "${pkgdir}/opt/${_pkgname}/usr/"
-
rm "${pkgdir}/opt/${_pkgname}/AppRun"
-
rm "${pkgdir}/opt/${_pkgname}/jitsi-meet.desktop"
-
rm "${pkgdir}/opt/${_pkgname}/jitsi-meet.png"
-
find "${srcdir}/squashfs-root/usr/share/icons/" -type d -exec chmod 755 {} +
-
install -d "${pkgdir}/usr/share/icons"
-
cp -r "${srcdir}/squashfs-root/usr/share/icons/hicolor" "${pkgdir}/usr/share/icons/hicolor"
-
install -d "${pkgdir}/usr/bin"
-
ln -s "../../opt/${_pkgname}/jitsi-meet" "${pkgdir}/usr/bin/${_pkgname}"
-
install -Dm644 "${srcdir}/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
+}
diff --git /home/sam/.cache/yay/jitsi-meet-desktop-bin/jitsi-meet-desktop.desktop /home/sam/.cache/yay/jitsi-meet-desktop-bin/jitsi-meet-desktop.desktop
new file mode 100644
index 0000000..d6bc7d1
— /dev/null
+++ /home/sam/.cache/yay/jitsi-meet-desktop-bin/jitsi-meet-desktop.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Jitsi Meet
+Comment=Jitsi Meet Desktop App
+Exec=jitsi-meet-desktop %U
+Terminal=false
+Type=Application
+Icon=jitsi-meet
+StartupWMClass=Jitsi Meet
+MimeType=x-scheme-handler/jitsi-meet;
+Categories=VideoConference;AudioVideo;Audio;Video;Network;
(END)
(And I don’t feel like “breaking” averything just yet, though there wouldn’t be that much to rebuild considering the computer has been running for less than 10 days
)