Bug 494444 - drawing tablet kcm: qrc:/kcm/kcm_tablet/main.qml: TypeError: Cannot read property 'XYZ' of null
Summary: drawing tablet kcm: qrc:/kcm/kcm_tablet/main.qml: TypeError: Cannot read prop...
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_tablet (show other bugs)
Version: 6.2.0
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-10 13:30 UTC by postix
Modified: 2024-12-22 15:56 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 6.3.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.