You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Desktop (please complete the following information):
OS: opensuse tumbleweed
Version of Plasma Framework 5.113.0
Describe the bug
A clear and concise description of what the bug is.
The widget doesn't work https://imgur.com/a/zTcVB9c I tried all the effects from the menu - zero reaction Any error message shown in the console
Please execute the following commands in the console and upload the outputs.
You need to install plasma-sdk to get plasmoidviewer.
plasmoidviewer --applet ./plasmoid/
`kot@192:~/panon$ plasmoidviewer --applet ./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(0x5652e2715b30)
QQuickOpenGLShaderEffect: 'source' does not have a matching property!
QQuickOpenGLShaderEffect: 'source' does not have a matching property!
kf.kio.core: Invalid URL: QUrl("")
file:///home/kot/panon/plasmoid/contents/ui/Spectrum.qml:95:45: QML Image: Unknown error
org.kde.plasma.containmentlayoutmanager: Trying to take space not available BasicAppletContainer_QMLTYPE_151_QML_170(0x5652e24504f0, parent=0x5652e26ce380, geometry=320,240 640x192)
qml: JSON parse error
qml: Executed command:
qml: cd "/home/kot/panon/plasmoid/contents/scripts";python3 -m panon.effect.build_shader_source WyIiLFtdXQ==
qml: JSON content:
qml:
qml: Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/home/kot/panon/plasmoid/contents/scripts/panon/effect/build_shader_source.py", line 5, in
from docopt import docopt
ModuleNotFoundError: No module named 'docopt'
qml:
qml:
`
It doesn't work in plasmoidviewer either.
The text was updated successfully, but these errors were encountered:
KOT040188
changed the title
[BUG] {Error: Failed to load the visual affect. Please choose another visual effect in the configuration dialog.}
[BUG] Error: Failed to load the visual affect. Please choose another visual effect in the configuration dialog.
Jan 25, 2024
Desktop (please complete the following information):
Describe the bug
A clear and concise description of what the bug is.
The widget doesn't work https://imgur.com/a/zTcVB9c I tried all the effects from the menu - zero reaction
Any error message shown in the console
Please execute the following commands in the console and upload the outputs.
git clone https://github.com/rbn42/panon.git
cd panon
git submodule update --init
You need to install plasma-sdk to get plasmoidviewer.
plasmoidviewer --applet ./plasmoid/
`kot@192:~/panon$ plasmoidviewer --applet ./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(0x5652e2715b30)
QQuickOpenGLShaderEffect: 'source' does not have a matching property!
QQuickOpenGLShaderEffect: 'source' does not have a matching property!
kf.kio.core: Invalid URL: QUrl("")
file:///home/kot/panon/plasmoid/contents/ui/Spectrum.qml:95:45: QML Image: Unknown error
org.kde.plasma.containmentlayoutmanager: Trying to take space not available BasicAppletContainer_QMLTYPE_151_QML_170(0x5652e24504f0, parent=0x5652e26ce380, geometry=320,240 640x192)
qml: JSON parse error
qml: Executed command:
qml: cd "/home/kot/panon/plasmoid/contents/scripts";python3 -m panon.effect.build_shader_source WyIiLFtdXQ==
qml: JSON content:
qml:
qml: Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/home/kot/panon/plasmoid/contents/scripts/panon/effect/build_shader_source.py", line 5, in
from docopt import docopt
ModuleNotFoundError: No module named 'docopt'
qml:
qml:
`
It doesn't work in plasmoidviewer either.
The text was updated successfully, but these errors were encountered: