You are not logged in.
Pages: 1
I recently re-installed my system due to my previous installation suddenly breaking completely for some reason.
Sometimes all of my applications save for a few (basically just terminal emulators and KDE settings survive) crash and are unable to start. I don't really even know where to look for what's causing this problem.
I installed this time using the archinstaller script and used 2 ssd drives with btrfs file system with LUKS encryption. I choose to install my system with KDE in the installer.
That's all the information that I know to give right now. Any tips on where to look to find out what's going wrong would be greatly appreciated.
Save Lives, Do Crimes
Offline
Can u give us the output for
sudo journalctl -b -1 | curl -F "file=@-" 0x0.st and
sudo journalctl -b | curl -F "file=@-" 0x0.st You have to enable Journalctl (https://wiki.archlinux.org/title/Systemd/Journal) First.
Last edited by RounakDutta (2022-05-22 12:25:14)
Offline
Here's a link to the result of
journalctl -b -1 | curl -F "file=@-" 0x0.st https://pastebin.com/x4aTdVRh
And here's for
journalctl -b | curl -F "file=@-" 0x0.stLast edited by agryphos (2022-05-22 12:53:43)
Save Lives, Do Crimes
Offline
The only coredump in the previous boot is jetbrains-toolbox and there's none in the running boot.
You're running a plasma wayland session and from your symptom description and the jetbrains coredump, xwayland might crash (taking down all xwayland clients)
=> try the behavior on an X11 plasma session.
Offline
Pages: 1