rbn42 / panon

An Audio Visualizer Widget in KDE Plasma
GNU General Public License v3.0
192 stars 30 forks source link

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

Closed jackm97 closed 2 years ago

jackm97 commented 2 years ago

Desktop (please complete the following information):

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
jackm97 commented 2 years ago

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?