Control: tags -1 + pending
Hi Marco,
Am 28.12.20 um 01:00 schrieb Marco d'Itri:
> Package: linphone-desktop
> Version: 4.2.5-2
> Severity: grave
>
> Or else linphone will crash with:
>
> [00:50:46:566][0x5618e548aed0][Info]app/App.cpp:784: "Open Linphone app."
> [00:50:46:566][0x5618e548aed0][Info]app/App.cpp:225: "Creating subwindow:
> `qrc:/ui/views/App/Calls/CallsWindow.qml`."
> [00:50:46:608][0x5618e548aed0][Warning]app/App.cpp:229:
> (qrc:/ui/views/App/Calls/CallsWindow.qml:191:9: Type Chat unavailable
> Chat {
> ^, qrc:/ui/modules/Linphone/Chat/Chat.qml:215:7: Type
> DroppableTextArea unavailable
> DroppableTextArea {
> ^, qrc:/ui/modules/Common/Form/DroppableTextArea.qml:108:5: Type
> FileDialog unavailable
> FileDialog {
> ^,
> file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:42:1:
> module "QtQuick.Controls" version 1.2 is not installed
> import QtQuick.Controls 1.2
> ^)
*sigh*
I have no reason to doubt you, but it works fine in a fresh Bullseye VM
with Xfce installed and then "apt --no-install-recommends install
linphone-desktop/unstable". qml-module-qtquick-controls is definitely
not installed.
I'll add that dependency with the next upload, but I need to find a way
to enumerate all possible dependencies at build time.
Bernhard