rbn42 / panon

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

[BUG] Panon doesn't work on Arch Linux, KDE 5.25.1 #95

Closed AroLucy closed 2 years ago

AroLucy commented 2 years ago

Desktop (please complete the following information):

This message show on the applet once added to the desktop

file:///usr/share/plasma/plasmoids/panon/contents/ui/main.qml:11:37: Type Spectrum unavailable

file:///usr/share/plasma/plasmoids/panon/contents/ui/Spectrum.qml:218:5: Type WsConnection unavailable

file:///usr/share/plasma/plasmoids/panon/contents/ui/WsConnection.qml:2:1: module "QtWebSockets" is not installed
Feefkroete commented 2 years ago

Hi LucyUwl Do you have QtWebSockets (I don't know the actual package name for Arch) installed? It's also listed in the README as a dependency so you can just copy the deps for Arch. Greetings Matthi

AroLucy commented 2 years ago

Thank you, I found that I need qt5-websocketsand it works now :)