You are not logged in.

#1 2026-08-10 17:03:22

Storm
Member
From: Hungary
Registered: 2014-09-12
Posts: 142

[HELP] Plasma desktop crashes after hard reboot

So I had a pretty ugly hardware related crash and I was forced to shut the PC off by holding the power button. Since then Plasma crashes as soon as it tries to start, so I have no desktop or panel, but everything else works (I have windows, etc.) It seems clear that we are dealing with some file corruption, but that's as far as we we got. Neither the journal, nor the crash handler seems to have anything useful for determining what files got messed up. Created a new user for testing and it had no problems.

Journal: https://pastebin.com/kndQbLqV
Crash handler: https://pastebin.com/k3pLsGv4

Help would be greatly appreciated.


"Sic itur ad astra per aspera."

Offline

#2 2026-08-10 19:14:10

espresso
Member
From: Potemkin Village,Pale Blue Dot
Registered: 2023-05-15
Posts: 87

Re: [HELP] Plasma desktop crashes after hard reboot

Edit: V1del is more thorough smile

Given your useful testing, to me it suggests cache corruption where advice can include things like

rm -rf ~/.cache/kwin

  and

mv ~/.config/kwinrc ~/.config/kwinrc.old

Last edited by espresso (2026-08-10 19:22:51)


‘There is no other definition of socialism valid for us than that of the abolition of the exploitation of man by man!’ - Che Guevara

Offline

#3 2026-08-10 19:15:40

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,337

Re: [HELP] Plasma desktop crashes after hard reboot

Just from the spots where it crashes reinstall minimally kirigami and libplasma.

But to get a better view of the nature of the issue

sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files' | grep -v backup > /tmp/howbadisit.txt
cat /tmp/howbadisit.txt | curl -s -H "Accept: application/json, */*" --upload-file - 'https://paste.c-net.org/'

post the link you get.

Since a new user is apparently fine, maybe also some config, that will be a bit harder to properly evaluate, if you're lucky just some cache in case removing .cache/plasmashell of the affected user might already help.

In general try to avoid power buttoning, if the crash is just the GPU or so there are ways to fairly safely reboot, so if you potentially envision running into such a situation more often, consider https://wiki.archlinux.org/title/Keyboa … el_(SysRq) and the REISUB sequence (though this has to be explicitly enabled first)

Offline

#4 2026-08-19 08:43:12

Storm
Member
From: Hungary
Registered: 2014-09-12
Posts: 142

Re: [HELP] Plasma desktop crashes after hard reboot

V1del wrote:

post the link you get.

https://paste.c-net.org/GableKaufman


EDIT:

Reinstalled kirigami and libplasma. Still crashing.

Deleted .cache/plasmashell. Still crashing.

Last edited by Storm (2026-08-19 08:56:11)


"Sic itur ad astra per aspera."

Offline

#5 2026-08-19 13:17:35

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,523

Re: [HELP] Plasma desktop crashes after hard reboot

I'd first and foremost figure whether this is a systemwide or user-local issue.
Create a new user and log into as plasma session as that => still crash?

#6  0x00007f4010921d4b _ZN8Kirigami8Platform13PlatformTheme12setTextColorERK6QColor (libKirigamiPlatform.so.6 + 0x1ed4b)

Some bogus color palette in the plasma settings?
You could also just  move the existing ~/.config out of the way…

Offline

#6 2026-08-20 17:21:13

Storm
Member
From: Hungary
Registered: 2014-09-12
Posts: 142

Re: [HELP] Plasma desktop crashes after hard reboot

seth wrote:

Create a new user and log into as plasma session as that => still crash?

I have already done that (stated in the first post). New user works fine.

Some bogus color palette in the plasma settings?

This is a relatively fresh install as I got a new rig. I have configurations and customizations from my previous system, some of which still needs to be updated. But Plasma was working just fine for weeks, until I had a hardware crash.

You could also just  move the existing ~/.config out of the way…

I'll test that and report back.


"Sic itur ad astra per aspera."

Offline

Board footer

Powered by FluxBB