Hello, I've installed Plex-Desktop via Snap and have been unable to get it to start. On closer inspection of the logs in plex.log there is the following error: 'Fatal error: qrc:/views/WebWindow.qml: module "adwaita" is not installed' I searched on a method of installing adwaita and found the module was part of 'gnome-themes-extra' so I installed it but it has made no difference Any help will be gratefully received. Device: iMac Early 2009 OS: Elementary OS 7.1
To fix the "adwaita" error in Plex Desktop on your iMac, try these steps: Install missing dependencies by running `sudo apt install adwaita-qt qt5-style-plugins`. Then connect Snap themes with `sudo snap connect plex-desktop:gtk-common-themes`. You can also install extra QML modules using `sudo apt install qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-layouts`. If the issue continues, reinstall Plex with `sudo snap remove plex-desktop` and `sudo snap install plex-desktop`. Check the logs for any new errors.