Bug 494444

Summary: drawing tablet kcm: qrc:/kcm/kcm_tablet/main.qml: TypeError: Cannot read property 'XYZ' of null
Product: [Applications] systemsettings Reporter: postix <postix>
Component: kcm_tabletAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED FIXED    
Severity: minor CC: aleixpol, josh, nate
Priority: NOR    
Version First Reported In: 6.2.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 6.3.0
Sentry Crash Report:

Description postix 2024-10-10 13:30:01 UTC
SUMMARY


Open the drawing tablet kcm, no tablet connected:

```
systemsettings: qrc:/kcm/kcm_tablet/main.qml:131: TypeError: Cannot read property 'supportsOrientation' of null
systemsettings: qrc:/kcm/kcm_tablet/main.qml:130: TypeError: Cannot read property 'orientation' of null
systemsettings: qrc:/kcm/kcm_tablet/main.qml:346: TypeError: Cannot read property 'supportsCalibrationMatrix' of null
systemsettings: qrc:/kcm/kcm_tablet/ActionDialog.qml:144: TypeError: Cannot read property 'index' of null
systemsettings: qrc:/kcm/kcm_tablet/main.qml:335: TypeError: Cannot read property 'name' of null
systemsettings: qrc:/kcm/kcm_tablet/main.qml:335: TypeError: Cannot read property 'name' of null
systemsettings: qrc:/kcm/kcm_tablet/main.qml:335: TypeError: Cannot read property 'name' of null
systemsettings: qrc:/kcm/kcm_tablet/main.qml:75: TypeError: Cannot read property 'outputArea' of null
```


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
Graphics Platform: Wayland
Comment 1 Joshua Goins 2024-12-22 15:56:14 UTC
This is now fixed due to other refactors in 6.3. I'm not planning on fixing this in 6.2, since it's harmless.