hi all,
the widget: /usr/share/plasma/plasmoids/org.kde.plasma.notes
does “freeze” regulary after the first reboot or log off and on after “installing” it.
it is still possible to copy and paste text, change the size, open the context menu, but it is not accepting keystrokes anymore, and the blend in options (bold/italic etc.) are not shown anymore.
i found the following “general” error in the journalctl, related to ScrollView.qml:
plasmashell[6317]: qrc:/qt/qml/org/kde/plasma/components/ScrollView.qml:45:27: QML ScrollBar: Binding loop detected for property "visible"
plus this specific notes error, earlier:
plasmashell[1784]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qml:155:13: QML ScrollView: Binding loop detected for property "rightPadding"
this, interestingly, leads to follwing QML code in main.qml:
PlasmaComponents3.ScrollView {
id: scrollview
anchors {
top: parent.top
left: parent.left
right: parent.right
bottom: fontButtons.top
bottomMargin: Kirigami.Units.largeSpacing
}
followed by 239 further lines.
i tried to completely remove this “scollbar” part out of the source, as expected that wasn’t working since there are other related parts, and i really love to understand and dig into things, but i’m not a real coder.
Do you think the error may be related to the ScrollView.qml loop?
my system:
Operating System: Kubuntu 24.10
KDE Plasma Version: 6.1.5
KDE Frameworks Version: 6.6.0
Qt Version: 6.6.2
Kernel Version: 6.11.0-9-generic (64-bit)
Graphics Platform: Wayland
Processors: 8 × 11th Gen Intel® Core™ i5-11300H @ 3.10GHz
Memory: 16,5 GB of RAM
Graphics Processor: Mesa Intel® Xe Graphics
Manufacturer: LENOVO
Product Name: 82NH
System Version: Yoga Slim 7 Pro 14IHU5 O
thanks you everybody and have a great day
best, me (-: