I am using Artix Linux with Arch repos, my Jami daemon version is jami-daemon-20230616-2 and the Jami QT client is 202307262235. I can’t open a private conversation, this is printed out when I try in the console:
Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
qrc:/mainview/components/CallButtonDelegate.qml:39: TypeError: Cannot read property 'enabled' of null
qrc:/mainview/components/CallButtonDelegate.qml:38: TypeError: Cannot read property 'checkable' of null
qrc:/mainview/components/CallButtonDelegate.qml:53: TypeError: Cannot read property 'openPopupWhenClicked' of null
qrc:/mainview/components/CallButtonDelegate.qml:92: TypeError: Value is null and could not be converted to an object
qrc:/mainview/components/CallButtonDelegate.qml:119: TypeError: Value is null and could not be converted to an object
qrc:/mainview/components/CallButtonDelegate.qml:109: TypeError: Value is null and could not be converted to an object
qrc:/mainview/components/CallButtonDelegate.qml:149: TypeError: Cannot read property 'text' of null
qrc:/mainview/components/CallButtonDelegate.qml:162: TypeError: Cannot read property 'enabled' of null
qrc:/mainview/components/CallButtonDelegate.qml:155: TypeError: Cannot read property 'menuAction' of null
qrc:/mainview/components/CallButtonDelegate.qml:39: TypeError: Cannot read property 'enabled' of null
qrc:/mainview/components/CallButtonDelegate.qml:38: TypeError: Cannot read property 'checkable' of null
qrc:/mainview/components/CallButtonDelegate.qml:53: TypeError: Cannot read property 'openPopupWhenClicked' of null
qrc:/mainview/components/CallButtonDelegate.qml:92: TypeError: Value is null and could not be converted to an object
qrc:/mainview/components/CallButtonDelegate.qml:119: TypeError: Value is null and could not be converted to an object
qrc:/mainview/components/CallButtonDelegate.qml:109: TypeError: Value is null and could not be converted to an object
qrc:/mainview/components/CallButtonDelegate.qml:149: TypeError: Cannot read property 'text' of null
qrc:/mainview/components/CallButtonDelegate.qml:162: TypeError: Cannot read property 'enabled' of null
qrc:/mainview/components/CallButtonDelegate.qml:155: TypeError: Cannot read property 'menuAction' of null
qrc:/commoncomponents/ModalTextEdit.qml:32:5: Required property placeholderText was not initialized
qml: error creating object
qml: could not create view: ConversationView
Let me know if there is any more info I need to provide.