Package: linphone-desktop / 5.2.6+dfsg-1

Metadata

Package Version Patches format
linphone-desktop 5.2.6+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix libapp plugin install path.patch | (download)

linphone-app/cmake_builder/linphone_package/CMakeLists.txt | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

---
to_upstream/fix assistant setTransport segfault.patch | (download)

linphone-app/src/components/assistant/AssistantModel.cpp | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 fix a crash when an invalid sip domain is entered in the "other sip account" assistant
guard codec download.patch | (download)

linphone-app/src/components/codecs/VideoCodecsModel.cpp | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 download codec only if permitted through envvar (#1009210)
 Prevent codec download unless user opts in and print an informative message.
adjust terms of service barrier.patch | (download)

linphone-app/ui/views/App/Main/Assistant/AssistantHome.qml | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 enable creation of third-party accounts unconditionally
 Users should be able to do it without the need for accepting BC's
 Terms of Use and Privacy Policy.
disable SAL smartly.patch | (download)

linphone-app/ui/views/App/Settings/Dialogs/SettingsLdapEdit.qml | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 disable sal smartly
 Since our liblinphone cannot use SAL and TLS at the same time we must
 disable the former whenever the latter is enabled in the UI.
to_upstream/fix CallModel segfault.patch | (download)

linphone-app/src/components/call/CallModel.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix segfault in linphone-app/src/components/call/callmodel.cpp:callmodel::searchreceived()
 Reproducible by calling non-numerical strings instead of phone numbers.
fix ListForm.patch | (download)

linphone-app/ui/modules/Common/Form/ListForm.js | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix listform focus issue
 The setTimeout() hack for working around a focus issue stopped
 working some time ago rendering the Contacts edit form largely
 unusable.  This patch disables the hack to make the form at least
 somewhat usable again.
Link with liblinphone.patch | (download)

linphone-app/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 link with liblinphone++


use_system_qtkeychain.patch | (download)

linphone-app/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
use_system_singleapplication.patch | (download)

linphone-app/CMakeLists.txt | 6 1 + 5 - 0 !
linphone-app/src/app/App.hpp | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 6 deletions(-)

 use system's singleapplication

Rename CMake symbol Belcard to BelCard.patch | (download)

linphone-app/CMakeLists.txt | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 rename cmake symbol belcard to belcard

Issue: https://gitlab.linphone.org/BC/public/linphone-desktop/-/issues/32

Disable SpellChecker on Linux.patch | (download)

linphone-app/CMakeLists.txt | 7 2 + 5 - 0 !
linphone-app/cmake_builder/linphone_package/CMakeLists.txt | 1 0 + 1 - 0 !
linphone-app/src/app/App.cpp | 2 0 + 2 - 0 !
3 files changed, 2 insertions(+), 8 deletions(-)

 disable spellchecker on linux

Prevent explicitly setting default font.patch | (download)

linphone-app/src/app/AppController.cpp | 1 0 + 1 - 0 !
linphone-app/src/components/settings/SettingsModel.cpp | 2 1 + 1 - 0 !
2 files changed, 1 insertion(+), 2 deletions(-)

 prevent explicitly setting default font

Works around:
error: class App has no member named setFont
mApp->setFont(QFont(Constants::DefaultFont));

Drop_calls.patch | (download)

linphone-app/src/app/App.cpp | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 drop setwindowicon and setquitonlastwindowclosed calls