Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#72587 - [jami-qt] Missing dependencies
Attached to Project:
Community Packages
Opened by Vladimir Stoiakin (VStoiakin) - Saturday, 30 October 2021, 18:17 GMT
Last edited by Bruno Pagani (ArchangeGabriel) - Wednesday, 03 November 2021, 21:48 GMT
Opened by Vladimir Stoiakin (VStoiakin) - Saturday, 30 October 2021, 18:17 GMT
Last edited by Bruno Pagani (ArchangeGabriel) - Wednesday, 03 November 2021, 21:48 GMT
|
DetailsSome missing QML libraries are required for the client.
See https://git.jami.net/savoirfairelinux/jami-client-qt/-/issues/585 . If I investigated correctly, this list should be added: qt5-quickcontrols qt5-quickcontrols2 qt5-graphicaleffects qt5-webchannel Also the client does not depend directly from jami-daemon, so it can be removed. For the latest commit in the master branch: ``` $ find ~/jami-client-qt/src -name '*.qml'|xargs egrep --no-filename '^.*import +[^"]'|sort -u background = Qt.createQmlObject("import QtQuick 2.15; import net.jami.Adapters 1.1 import net.jami.Constants 1.1 import net.jami.Enums 1.1 import net.jami.Helpers 1.1 import net.jami.Models 1.1 import \"qrc:/src/constant/\"; import QtGraphicalEffects 1.0 import QtGraphicalEffects 1.15 import Qt.labs.platform 1.1 import Qt.labs.qmlmodels 1.0 import QtQml 2.15 import QtQuick 2.0 import QtQuick 2.15 import QtQuick.Controls 1.4 import QtQuick.Controls 2.15 import QtQuick.Controls.Styles 1.4 import QtQuick.Controls.Universal 2.15 import QtQuick.Dialogs 1.2 import QtQuick.Dialogs 1.3 import QtQuick.Layouts 1.15 import QtQuick.Shapes 1.15 import QtQuick.Window 2.15 import QtWebChannel 1.15 import QtWebEngine 1.10 var componentPlusSign = Qt.createQmlObject('import QtQuick 2.0;' + var componentPlusSignTwo = Qt.createQmlObject('import QtQuick 2.0;' + ``` |
This task depends upon
Closed by Bruno Pagani (ArchangeGabriel)
Wednesday, 03 November 2021, 21:48 GMT
Reason for closing: Fixed
Additional comments about closing: Done, thanks for reporting.
Wednesday, 03 November 2021, 21:48 GMT
Reason for closing: Fixed
Additional comments about closing: Done, thanks for reporting.