Package Details: linphone-desktop-call-edition 6.0.1-1

Git Clone URL: https://aur.archlinux.org/linphone-desktop-call-edition.git (read-only, click to copy)
Package Base: linphone-desktop-call-edition
Description: A lighter version of Linphone Desktop based dedicated exclusively to simple voice/video calls
Upstream URL: http://linphone.org
Licenses: GPL-3.0-only
Provides: linphone
Submitter: nathanchere
Maintainer: nathanchere
Last Packager: nathanchere
Votes: 2
Popularity: 1.31
First Submitted: 2025-10-20 21:04 (UTC)
Last Updated: 2025-10-20 21:04 (UTC)

Latest Comments

coloradoruss commented on 2025-12-15 00:29 (UTC)

Sorry, wrong app. I have the appimage of this version running on one of my computers, and it load and runs fine. I was not even able to even get this one to compile. I'm sure its some dependencies as I have the full version of 5 compiled and working, but it was just easier to use the app image vs continue to tinker with it.

Sven commented on 2025-12-14 21:27 (UTC)

What do you mean? The launcher calls the script, so it doesn't work either.

$ cat /usr/share/applications/linphone-desktop-call-edition.desktop
[Desktop Entry]
Version=1.0
Type=Application
Name=Linphone Desktop 6 Call Edition
GenericName=VoIP Client
Comment=Linphone
Exec=/usr/bin/linphone-desktop-call-edition
Icon=linphone-desktop-call-edition.png
Terminal=false
StartupNotify=true
Categories=Network;

coloradoruss commented on 2025-12-14 00:38 (UTC)

Try to load it from the launcher.

Sven commented on 2025-12-14 00:23 (UTC) (edited on 2025-12-14 00:23 (UTC) by Sven)

Linphone won't start, the shell script seems broken:

$ cat /usr/bin/linphone-desktop-call-edition
#!/bin/bash
LD_LIBRARY_PATH="/opt/${pkgname}/lib:$LD_LIBRARY_PATH" /opt/${pkgname}/bin/linphone "$@"