Open thesamet opened 6 years ago
How do you install this style 'Plasma' ? Here I haven't it from Ubuntu apt or from customized install of latest Qt (5.10.0). Could it be installed from an old package not compatible with current libs of Qt (>=5.9.1) ?
➜ dpkg -S /usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/Plasma/
plasma-framework: /usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/Plasma
➜ dpkg -l | grep plasma-framework
ii plasma-framework 5.38.0-0ubuntu1 amd64 Plasma Runtime components```
I tried the style and the gui stop because incompatible version of QtQuick:
qrc:/components/Dialog/DialogBase.qml:83 "ScrollBar.policy" is not available due to component versioning.
Probably the qml module of plasma style is under development for the current Qt libs provided with Ubuntu 17.10. To work properly It has to be compatible with QtQuick.Controls 2.2 (Qt 5.9). I guess it works with QtQuick.Controls 2.0 (Qt 5.7). So you have to wait a new release for this module.
@janbar is the dark theme from the website still available or was that a plasma theme that was installed locally on the system?
@papertigers, the dark theme is the look and feel of the previous release 2 working in Ubuntu only or in snap package. The plasma theme is the provided kde theme.
I tried to change the style to Plasma and as a result, the app won't start. This is what gets printed in the terminal:
To recover I have to delete the style line from
~/.config/janbar/noson.conf
so it resets back toMaterial
.I'm on Ubuntu 17.10, i3 WM.