mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-20 00:58:24 +00:00
- Download the configuration file directly to the config path and overwrite old file - Add an interface to config directory path - Prevent a crash from the deletion of the Handler where we are still using it - Add synchronous mechanism to download file and Instance Manager deletion - Add Command parser features : clean specific keys, parse from list of arguments - Reorder config search to avoid unwanted config file overwrite - Move CLI execution at the end of initialization - Based openAppAfterInit on Manager and not on Handler - Add Call feature to Command line (--call=<SipAddress>) - Launch a call on request - Add generic parameters on show and call method to CLI - Replace connectOnce function that didn't fully work by a connection on context where it is manage by Qt - Remove redundant parser initializations - Update SDK to fix configuration updates and FEC
11 lines
440 B
CMake
11 lines
440 B
CMake
[Desktop Entry]
|
|
Name=@APPLICATION_NAME@
|
|
GenericName=SIP Phone
|
|
Comment=@APPLICATION_DESCRIPTION@
|
|
Type=Application
|
|
Exec=@EXECUTABLE_NAME@ %u
|
|
Icon=@EXECUTABLE_NAME@
|
|
Terminal=false
|
|
Categories=Network;Telephony;
|
|
MimeType=x-scheme-handler/sip-linphone;x-scheme-handler/sip;x-scheme-handler/sips-linphone;x-scheme-handler/sips;x-scheme-handler/tel;x-scheme-handler/callto;x-scheme-handler/linphone-config;
|
|
X-PulseAudio-Properties=media.role=phone
|