rbn42/panon

[BUG] Widget Resizes on Logout/Log-Back-In

jackm97 opened this issue · 1 comments

Desktop (please complete the following information):

  • OS: Manjaro
  • KDE Plasma 5.22.5

Describe the bug
I like to have gravity east and use the widget vertically on my desktop. I resize it to be fairly narrow but on logout/log-back-in it resizes itself.

before
after

Any error message shown in the console

$ plasmoidviewer --applet $PWD/plasmoid 
QML debugging is enabled. Only use this in a safe environment.
qml: View QML loaded
kf.plasma.quick: Applet preload policy set to 1
Toolbox not loading, toolbox package is either invalid or disabled.
qml: New Containment: ContainmentInterface(0x55b993e72740)
QQuickOpenGLShaderEffect: 'source' does not have a matching property!
QQuickOpenGLShaderEffect: 'source' does not have a matching property!
kf.kio.core: Invalid URL: QUrl("")
trying to show an empty dialog
file:///path/to/panon/plasmoid/contents/ui/Spectrum.qml:95:45: QML Image: Unknown error
qml: 
qml: 
trying to show an empty dialog

Turns out if I reduce the height in general, I can get it to work. Not sure if this is just a workaround for a bug or if it's working as intended. Maybe this should this be closed?