rbn42 / panon

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

[BUG] Panon not working anymore #73

Open alexbababu opened 2 years ago

alexbababu commented 2 years ago

Desktop (please complete the following information):

Panon used to work fine. After a reboot, I suddenly got equalizer feedback from microfon. I lowered the volume of the microfon, but Latte Dock was then reloaded. After that, panon did not work anymore.

I think front end ist wokring, because I see bars. ButI think it is not connected to the Back end.

I tried to deinstall it and re-install it. 0.4.2 and 0.4.6 Any error message shown in the console plasmoidviewer --applet ./plasmoid/ QML debugging is enabled. Only use this in a safe environment. Icon theme "gnome" not found. Icon theme "Mint-X" not found. Icon theme "elementary" not found. Icon theme "gnome" not found. Icon theme "gnome" not found. Icon theme "Mint-X" not found. Icon theme "elementary" not found. Icon theme "gnome" not found. 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(0x561a2968a790) 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 libpng warning: iCCP: known incorrect sRGB profile file:///home/alexander/panon/plasmoid/contents/ui/Spectrum.qml:95:45: QML Image: Unbekannter Fehler Error: cannot change the containment to AppletsLayout qml: qml: file:///usr/share/plasma/shells/org.kde.plasma.plasmoidviewershell/contents/configuration/AppletConfiguration.qml:141:9: QML RowLayout: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead. kf.kirigami: Units.devicePixelRatio is deprecated (since 5.86 ): This returns 1 when using Qt HiDPI scaling.

crazyraven commented 2 years ago

In case of using recent version of pipewire(mine is 3.40) as a sound system, there are issues redirection check. I had same issue and got fixed after remove "local target_direction = getTargetDirection(properties)" and "target_props["item.node.direction"] == target_direction and" on /usr/share/wireplumber/scripts/policy-node.lua

FYI: https://gitlab.freedesktop.org/wtaymans/wireplumber/-/commit/dea02ed0e17bfa08a0dc7ef4160022a5a216a9df

Hopefully it works on your distro