Summary: | plasma-kcminit-phase1.service crashes on startup | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Bruno Pitrus <brunopitrus> |
Component: | Startup process | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | kde, nate, sitter |
Priority: | NOR | Keywords: | qt6 |
Version First Reported In: | 5.93.0 | ||
Target Milestone: | 1.0 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Bruno Pitrus
2024-02-23 10:32:50 UTC
What's the journal output when that happens? The crash looks like InputBackend::implementation returns a nullptr which shouldn't generally happen unless something is going wrong with the platform detection. (In reply to Harald Sitter from comment #1) > What's the journal output when that happens? > > The crash looks like InputBackend::implementation returns a nullptr which > shouldn't generally happen unless something is going wrong with the platform > detection. $ journalctl --user -u plasma-kcminit-phase1.service -- Boot e5b4ff55ae964175b7bde9621e382f2d -- lut 09 10:49:46 bruno-beit systemd[5698]: Starting KDE Configuration Module Initialization (Phase 1)... lut 09 10:49:46 bruno-beit qdbus[5882]: Service 'org.kde.kcminit' does not exist. lut 09 10:49:46 bruno-beit systemd[5698]: plasma-kcminit-phase1.service: Main process exited, code=exited, status=2/INVALIDARGUMENT lut 09 10:49:46 bruno-beit systemd[5698]: plasma-kcminit-phase1.service: Failed with result 'exit-code'. lut 09 10:49:46 bruno-beit systemd[5698]: Failed to start KDE Configuration Module Initialization (Phase 1). You'll have to check the command, not the unit, the unit just dbus invokes the command that falls on the nose. something like journalctl --user _COMM=kcminit -b 0 (In reply to Harald Sitter from comment #3) > You'll have to check the command, not the unit, the unit just dbus invokes > the command that falls on the nose. > > something like > > journalctl --user _COMM=kcminit -b 0 Then the only entry is lut 23 16:28:57 bruno-beit kcminit[80522]: Initializing "/usr/lib64/qt6/plugins/plasma/kcms/systemsettings/kcm_mouse.so" repeated multiple times Can I ask you to please check to see if it's still an issue with Plasma 6.3? Thanks! Have not seen this crash in months. |