quotient-im / Quaternion

A Qt-based IM client for Matrix
https://matrix.org/ecosystem/clients/quaternion/
GNU General Public License v3.0
644 stars 108 forks source link

Quaternion white chat widget #811

Closed arichiardi closed 1 year ago

arichiardi commented 2 years ago

Description

When you open Quaternion, you see white chat rooms.

I know this one was reported already but this seems different and wanted to log it for others to benefit from the solution.

Steps to reproduce

Open Quaternion and select a chat room. You won't see messages (and in my case I would see white background).

The logs show:

Rendering QML with QQuickWidget
qrc:/qml/Timeline.qml:4:1: module "QtGraphicalEffects" is not installed 
     import QtGraphicalEffects 1.0 // For fancy highlighting 
     ^
--- Show time!

Version information

arichiardi commented 2 years ago

Answering to my own issue :smile:

I just had to install the library called qt5-graphicaleffects on Arch.

That solved! Closing :smile_cat:

KitsuneRal commented 2 years ago

Is that documented in Quaternion repo though?.. It doesn't seem to be Arch-specific, RHEL has qt5-qtgraphicaleffects too, e.g.