Bug 494419

Summary: Error logged on start of kinfocenter: QML Shortcut: Shortcut: Only binding to one of multiple key bindings associated with 9
Product: [Applications] kinfocenter Reporter: postix <postix>
Component: generalAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: nate, sitter
Priority: NOR    
Version First Reported In: 6.2.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description postix 2024-10-10 12:28:26 UTC
When starting kinfocenter, a few errors are logged in journalctl:

OBSERVED RESULT
```
kinfocenter[7177]: qt.qpa.wayland: eglSwapBuffers failed with 0x300d, surface: 0x0
kinfocenter[7177]: qrc:/qt/qml/org/kde/desktop/MenuItem.qml:84:13: QML Shortcut: Shortcut: Only binding to one of multiple key bindings associated with 9. Use 'sequences: [ <key> ]' to bind to all of them.
```

EXPECTED RESULT


SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20241007
KDE Plasma Version: 6.2.0
KDE Frameworks Version: 6.6.0
Qt Version: 6.7.3
Kernel Version: 6.11.2-1-default (64-bit)
Graphics Platform: Wayland
Graphics Processor: AMD Radeon RX 580 Series
Comment 1 Nate Graham 2024-11-14 19:35:47 UTC
The buffer thing is a GPU driver issue that we can't do anything about. The QML warning is not seen with current git master; looks fixed.