Intel+nvidia dual gpu laptop: sddm fails to load without plymouth splash

I prefer seeing the scrolling text to the boot splash screen and therefore removed “quiet” & “splash” from /etc/default/grub in the line
GRUB_CMDLINE_LINUX_DEFAULT=".."

I’ve tried to boot without them 4 times now:

  • The first time it worked just fine.
  • The second and 4th time it just froze after printing the line:
    [Ok] Started CUPS Scheduler
    I needed to force shutdown by pressing the powerbutton for 10 seconds.
  • The 3rd time it showed the same screen as 2nd & 4th time, but it allowed me to switch to a different TTY, login + run systemctl restart sddm which got me into my KDE Plasma desktop.

Do I need to stick to the default “quiet” & “splash” parameters or is there some way to make SDDM consistently load without them?

UPDATE: I tried removing just “quiet” but keeping “splash” and that one does seem to suffice for it to reliably start+display SDDM. But I’d prefer to remove “splash” too if possible.

These should not have any effect on SDDM.

To disable the splash, you can remove quiet and splash and udev.log_priority=x
To completely remove it, also remove the “plymouth” keyword from the HOOKS line in
/etc/mkinitcpio.conf

mkinitcpio -P
update-grub
and then you can remove the plymouth package as well - or keep it, but it will not be used anymore

None of this affects sddm.

In my understanding - the splash argument becomes mandatory when you have plymouth in the HOOKS array in mkinitcpio.

  • remove the splash from cmdline
  • remove plymouth hook in mkinitcpio.conf

Then rebuild init and grub - in that order.

2 Likes

thank you for that explanation! Also thanks to @Nachlese & @omano for your replies!

I’ve done as you told me, will retry rebooting now, wish me luck :wink:

UPDATE: that worked (at least for the first reboot :wink: ) :partying_face:

UPDATE: even after removing the plymouth hook in mkinitcpio.conf and again removing the splash boot option from grub, a few reboots later I had the same issue again (though was able to switch to TTY4 and restart SDDM manually…) So I guess I’ll undo everything and accept that I need the splash screen for Manjaro KDE to work reliable currently.

I know for sure - This has nothing to with splash … because I don’t have the cmdline argument and I don’t have the hook.

It is more likely connected to your nvidia which lacks configuration for kms.

Did you remove plymouth with all themes ? something like

pamac remove $(pamac search plymouth -q | grep -i 'Installed')
1 Like

That’s not true. I removed plymouth and the splash argument from my setup. And BOY! Am I glad 'bout that?!

Rather than speculating as to why you have this behaviour, look at the logs.

Finding errors for specific boot

journalctl --priority=warning..crit --no-pager --boot=-1

Where:

  • The --priority=warning..err argument limits the output to warnings and errors only;
  • and the --no-pager formats the output nicely for use here, on the forum;
  • the --boot=-1 argument limits the output to log messages from the previous boot. This can be adjusted to -2 for the boot before that, -3 to the boot before that, and so on and so forth.

:bangbang: Tip :bangbang:

When posting terminal output, copy the output and paste it here, wrapped in three (3) backticks, before AND after the pasted text. Like this:

```
pasted text
```

Or three (3) tilde signs, like this:

~~~
pasted text
~~~

This will just cause it to be rendered like this:

Sed
sollicitudin dolor
eget nisl elit id
condimentum
arcu erat varius
cursus sem quis eros.

Instead of like this:

Sed sollicitudin dolor eget nisl elit id condimentum arcu erat varius cursus sem quis eros.

Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.

Thereby increasing legibility thus making it easier for those trying to provide assistance.

For more information, please see:


:bangbang::bangbang: Additionally

If your language isn’t English, please prepend any and all terminal commands with LC_ALL=C. For example:

LC_ALL=C bluetoothctl

This will just cause the terminal output to be in English, making it easier to understand and debug.

yes the logs don’t look nice:

Aug 01 16:11:13 LenovoP16v kernel: ACPI Warning: \_SB.NPCF._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20240322/nsarguments-61)
Aug 01 16:11:13 LenovoP16v kernel: ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20240322/nsarguments-61)
Aug 01 16:11:14 LenovoP16v kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
Aug 01 16:11:15 LenovoP16v kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
Aug 01 16:11:15 LenovoP16v systemd-coredump[877]: [🡕] Process 860 (Xorg) of user 0 dumped core.
                                                  
                                                  Stack trace of thread 860:
                                                  #0  0x000075084d9a1e44 n/a (libc.so.6 + 0x94e44)
                                                  #1  0x000075084d949a30 raise (libc.so.6 + 0x3ca30)
                                                  #2  0x000075084d9314c3 abort (libc.so.6 + 0x244c3)
                                                  #3  0x000064818954d12e OsAbort (Xorg + 0x14b12e)
                                                  #4  0x000064818954e5e7 FatalError (Xorg + 0x14c5e7)
                                                  #5  0x0000648189555268 n/a (Xorg + 0x153268)
                                                  #6  0x000075084d949ae0 n/a (libc.so.6 + 0x3cae0)
                                                  #7  0x00006481894b1089 RRTellChanged (Xorg + 0xaf089)
                                                  #8  0x00006481895ac134 n/a (Xorg + 0x1aa134)
                                                  #9  0x00006481895d2bbe n/a (Xorg + 0x1d0bbe)
                                                  #10 0x00006481895d2cc8 n/a (Xorg + 0x1d0cc8)
                                                  #11 0x000064818954cd8a n/a (Xorg + 0x14ad8a)
                                                  #12 0x000064818954816f WaitForSomething (Xorg + 0x14616f)
                                                  #13 0x0000648189431667 n/a (Xorg + 0x2f667)
                                                  #14 0x000075084d932c88 n/a (libc.so.6 + 0x25c88)
                                                  #15 0x000075084d932d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                  #16 0x00006481894327c5 _start (Xorg + 0x307c5)
                                                  
                                                  Stack trace of thread 871:
                                                  #0  0x000075084d99c4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000075084d99eed9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000075084a09bfae n/a (iris_dri.so + 0x9bfae)
                                                  #3  0x000075084a079d5c n/a (iris_dri.so + 0x79d5c)
                                                  #4  0x000075084a09bedd n/a (iris_dri.so + 0x9bedd)
                                                  #5  0x000075084d99fded n/a (libc.so.6 + 0x92ded)
                                                  #6  0x000075084da230dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 863:
                                                  #0  0x000075084d99c4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000075084d99eed9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000075084a09bfae n/a (iris_dri.so + 0x9bfae)
                                                  #3  0x000075084a079d5c n/a (iris_dri.so + 0x79d5c)
                                                  #4  0x000075084a09bedd n/a (iris_dri.so + 0x9bedd)
                                                  #5  0x000075084d99fded n/a (libc.so.6 + 0x92ded)
                                                  #6  0x000075084da230dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 865:
                                                  #0  0x000075084d99c4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000075084d99eed9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000075084a09bfae n/a (iris_dri.so + 0x9bfae)
                                                  #3  0x000075084a079d5c n/a (iris_dri.so + 0x79d5c)
                                                  #4  0x000075084a09bedd n/a (iris_dri.so + 0x9bedd)
                                                  #5  0x000075084d99fded n/a (libc.so.6 + 0x92ded)
                                                  #6  0x000075084da230dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 862:
                                                  #0  0x000075084d99c4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000075084d99eed9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000075084a09bfae n/a (iris_dri.so + 0x9bfae)
                                                  #3  0x000075084a079d5c n/a (iris_dri.so + 0x79d5c)
                                                  #4  0x000075084a09bedd n/a (iris_dri.so + 0x9bedd)
                                                  #5  0x000075084d99fded n/a (libc.so.6 + 0x92ded)
                                                  #6  0x000075084da230dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 864:
                                                  #0  0x000075084d99c4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000075084d99eed9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000075084a09bfae n/a (iris_dri.so + 0x9bfae)
                                                  #3  0x000075084a079d5c n/a (iris_dri.so + 0x79d5c)
                                                  #4  0x000075084a09bedd n/a (iris_dri.so + 0x9bedd)
                                                  #5  0x000075084d99fded n/a (libc.so.6 + 0x92ded)
                                                  #6  0x000075084da230dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 870:
                                                  #0  0x000075084d99c4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000075084d99eed9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000075084a09bfae n/a (iris_dri.so + 0x9bfae)
                                                  #3  0x000075084a079d5c n/a (iris_dri.so + 0x79d5c)
                                                  #4  0x000075084a09bedd n/a (iris_dri.so + 0x9bedd)
                                                  #5  0x000075084d99fded n/a (libc.so.6 + 0x92ded)
                                                  #6  0x000075084da230dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 874:
                                                  #0  0x000075084da234e2 epoll_wait (libc.so.6 + 0x1164e2)
                                                  #1  0x000064818954cd40 n/a (Xorg + 0x14ad40)
                                                  #2  0x0000648189550449 n/a (Xorg + 0x14e449)
                                                  #3  0x000075084d99fded n/a (libc.so.6 + 0x92ded)
                                                  #4  0x000075084da230dc n/a (libc.so.6 + 0x1160dc)
                                                  ELF object binary architecture: AMD x86-64
Aug 01 16:11:15 LenovoP16v dbus-broker-launch[772]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Aug 01 16:11:16 LenovoP16v dbus-broker-launch[920]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Aug 01 16:11:16 LenovoP16v dbus-broker-launch[920]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Aug 01 16:11:16 LenovoP16v dbus-broker-launch[920]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Aug 01 16:11:16 LenovoP16v sddm-helper[881]: Signal received: SIGTERM
Aug 01 16:11:16 LenovoP16v systemd[890]: /run/user/1000/systemd/generator.late/app-syncthing@autostart.service:18: WorkingDirectory= path is not absolute, ignoring: 
Aug 01 16:11:16 LenovoP16v sddm[858]: Auth: sddm-helper exited with 255
Aug 01 16:11:16 LenovoP16v kernel: block nvme0n1: No UUID available providing old NGUID
Aug 01 16:11:16 LenovoP16v xdg-desktop-por[953]: No skeleton to export
Aug 01 16:11:16 LenovoP16v kwin_wayland[944]: kwin_core: Could not determine the active graphical session
Aug 01 16:11:16 LenovoP16v kwin_wayland[944]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
Aug 01 16:11:16 LenovoP16v kwin_wayland[944]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
Aug 01 16:11:16 LenovoP16v kwin_wayland[944]: kwin_wayland_drm: No suitable DRM devices have been found
Aug 01 16:11:16 LenovoP16v NetworkManager[774]: <warn>  [1722521476.7478] device (wlp0s20f3): no secrets: No agents were available for this request.
Aug 01 16:11:16 LenovoP16v NetworkManager[774]: <warn>  [1722521476.7481] device (wlp0s20f3): Activation: failed for connection 'yNtZH33'
Aug 01 16:11:16 LenovoP16v kwin_wayland[997]: kwin_core: Could not determine the active graphical session
Aug 01 16:11:16 LenovoP16v kwin_wayland[997]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
Aug 01 16:11:16 LenovoP16v kwin_wayland[997]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
Aug 01 16:11:16 LenovoP16v kwin_wayland[997]: kwin_wayland_drm: No suitable DRM devices have been found
Aug 01 16:11:17 LenovoP16v kwin_wayland[1000]: kwin_core: Could not determine the active graphical session
Aug 01 16:11:17 LenovoP16v kwin_wayland[1000]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
Aug 01 16:11:17 LenovoP16v kwin_wayland[1000]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
Aug 01 16:11:17 LenovoP16v kwin_wayland[1000]: kwin_wayland_drm: No suitable DRM devices have been found
Aug 01 16:11:17 LenovoP16v baloo_file[941]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.27'
Aug 01 16:11:17 LenovoP16v baloo_file[941]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.30'
Aug 01 16:11:17 LenovoP16v kwin_wayland[1002]: kwin_core: Could not determine the active graphical session
Aug 01 16:11:17 LenovoP16v kwin_wayland[1002]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
Aug 01 16:11:17 LenovoP16v kwin_wayland[1002]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
Aug 01 16:11:17 LenovoP16v kwin_wayland[1002]: kwin_wayland_drm: No suitable DRM devices have been found
Aug 01 16:11:17 LenovoP16v kwin_wayland[1004]: kwin_core: Could not determine the active graphical session
Aug 01 16:11:17 LenovoP16v kwin_wayland[1004]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
Aug 01 16:11:17 LenovoP16v kwin_wayland[1004]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
Aug 01 16:11:17 LenovoP16v kwin_wayland[1004]: kwin_wayland_drm: No suitable DRM devices have been found
Aug 01 16:11:17 LenovoP16v kwin_wayland[1006]: kwin_core: Could not determine the active graphical session
Aug 01 16:11:17 LenovoP16v kwin_wayland[1006]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
Aug 01 16:11:17 LenovoP16v kwin_wayland[1006]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
Aug 01 16:11:17 LenovoP16v kwin_wayland[1006]: kwin_wayland_drm: No suitable DRM devices have been found
Aug 01 16:11:17 LenovoP16v kwin_wayland[1008]: kwin_core: Could not determine the active graphical session
Aug 01 16:11:17 LenovoP16v kwin_wayland[1008]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
Aug 01 16:11:17 LenovoP16v kwin_wayland[1008]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
Aug 01 16:11:17 LenovoP16v kwin_wayland[1008]: kwin_wayland_drm: No suitable DRM devices have been found
Aug 01 16:11:17 LenovoP16v kwin_wayland[1010]: kwin_core: Could not determine the active graphical session
Aug 01 16:11:17 LenovoP16v kwin_wayland[1010]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
Aug 01 16:11:17 LenovoP16v kwin_wayland[1010]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
Aug 01 16:11:17 LenovoP16v kwin_wayland[1010]: kwin_wayland_drm: No suitable DRM devices have been found
Aug 01 16:11:17 LenovoP16v kwin_wayland[1012]: kwin_core: Could not determine the active graphical session
Aug 01 16:11:17 LenovoP16v kwin_wayland[1012]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
Aug 01 16:11:17 LenovoP16v kwin_wayland[1012]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
Aug 01 16:11:17 LenovoP16v kwin_wayland[1012]: kwin_wayland_drm: No suitable DRM devices have been found
Aug 01 16:11:17 LenovoP16v kwin_wayland[1014]: kwin_core: Could not determine the active graphical session
Aug 01 16:11:17 LenovoP16v kwin_wayland[1014]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
Aug 01 16:11:17 LenovoP16v kwin_wayland[1014]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
Aug 01 16:11:17 LenovoP16v kwin_wayland[1014]: kwin_wayland_drm: No suitable DRM devices have been found
Aug 01 16:11:18 LenovoP16v kwin_wayland[1020]: kwin_core: Could not determine the active graphical session
Aug 01 16:11:18 LenovoP16v kwin_wayland[1020]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
Aug 01 16:11:18 LenovoP16v kwin_wayland[1020]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
Aug 01 16:11:18 LenovoP16v kwin_wayland[1020]: kwin_wayland_drm: No suitable DRM devices have been found
Aug 01 16:11:18 LenovoP16v kcminit_startup[948]: qt.qpa.wayland: "wl-shell" is a deprecated shell extension, prefer using "xdg-shell" if supported by the compositor by setting the environment variable QT_WAYLAND_SHELL_INTEGRATION
Aug 01 16:11:18 LenovoP16v ksplashqml[947]: qt.qpa.wayland: "wl-shell" is a deprecated shell extension, prefer using "xdg-shell" if supported by the compositor by setting the environment variable QT_WAYLAND_SHELL_INTEGRATION
Aug 01 16:11:18 LenovoP16v kcminit_startup[948]: qt.qpa.wayland: Loading shell integration failed.
Aug 01 16:11:18 LenovoP16v kcminit_startup[948]: qt.qpa.wayland: Attempted to load the following shells QList("xdg-shell", "wl-shell", "ivi-shell", "qt-shell")
Aug 01 16:11:18 LenovoP16v ksplashqml[947]: qt.qpa.wayland: Loading shell integration failed.
Aug 01 16:11:18 LenovoP16v ksplashqml[947]: qt.qpa.wayland: Attempted to load the following shells QList("xdg-shell", "wl-shell", "ivi-shell", "qt-shell")
Aug 01 16:11:18 LenovoP16v kcminit_startup[948]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:18 LenovoP16v kcminit_startup[948]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:18 LenovoP16v ksplashqml[947]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:18 LenovoP16v ksplashqml[947]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:18 LenovoP16v systemd-coredump[1029]: [🡕] Process 948 (kcminit_startup) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 948:
                                                   #0  0x000073533d4a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000073533d450a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000073533d4384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000073533da8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x000073533da8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x000073533e0daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x000073533e17b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x000073533db48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x000073533e17b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x000073533e173cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x000057d707c1d198 n/a (kcminit + 0x3198)
                                                   #11 0x000073533d439c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x000073533d439d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x000057d707c1e675 n/a (kcminit + 0x4675)
                                                   
                                                   Stack trace of thread 951:
                                                   #0  0x000073533d51c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000073533d1a592d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000073533d142fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x000073533dda2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x000073533db4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x000073533dc3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x000073533e8a0e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x000073533dcc9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x000073533d4a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000073533d52a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:18 LenovoP16v systemd-coredump[1028]: [🡕] Process 947 (ksplashqml) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 947:
                                                   #0  0x00006fff0c0a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x00006fff0c050a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x00006fff0c0384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00006fff0c68c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00006fff0c68cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00006fff0ccdaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00006fff0cd7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00006fff0c748c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00006fff0cd7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00006fff0cd73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x0000653e7afc2668 n/a (ksplashqml + 0x5668)
                                                   #11 0x00006fff0c039c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x00006fff0c039d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x0000653e7afc3325 n/a (ksplashqml + 0x6325)
                                                   
                                                   Stack trace of thread 963:
                                                   #0  0x00006fff0c11c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x00006fff0ad1392d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00006fff0acb0fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00006fff0c9a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00006fff0c74f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00006fff0c83a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00006fff0e32ae4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00006fff0c8c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00006fff0c0a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x00006fff0c12a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:18 LenovoP16v systemd[890]: plasma-ksplash.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:18 LenovoP16v systemd[890]: plasma-ksplash.service: Failed with result 'core-dump'.
Aug 01 16:11:18 LenovoP16v systemd[890]: Failed to start Splash screen shown during boot.
Aug 01 16:11:18 LenovoP16v kded6[1038]: Failed to create wl_display (No such file or directory)
Aug 01 16:11:18 LenovoP16v kded6[1038]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:18 LenovoP16v kded6[1038]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:18 LenovoP16v ksmserver[1036]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:18 LenovoP16v ksmserver[1036]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:18 LenovoP16v systemd-coredump[1050]: [🡕] Process 1038 (kded6) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1038:
                                                   #0  0x00007471f8aa8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x00007471f8a50a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x00007471f8a384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007471f908c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007471f908cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007471f96daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007471f977b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007471f9148c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007471f977b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007471fa2f70b6 _ZN19QApplicationPrivate4initEv (libQt6Widgets.so.6 + 0xf70b6)
                                                   #10 0x00005bcc22a88e73 n/a (kded6 + 0x5e73)
                                                   #11 0x00007471f8a39c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x00007471f8a39d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00005bcc22a88ed5 n/a (kded6 + 0x5ed5)
                                                   
                                                   Stack trace of thread 1046:
                                                   #0  0x00007471f8b1c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x00007471f889d92d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007471f883afc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007471f93a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007471f914f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007471f923a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007471f9fb9e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007471f92c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007471f8aa6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x00007471f8b2a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:18 LenovoP16v systemd[890]: plasma-kded6.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:18 LenovoP16v systemd[890]: plasma-kded6.service: Failed with result 'core-dump'.
Aug 01 16:11:18 LenovoP16v systemd[890]: Failed to start KDE Daemon 6.
Aug 01 16:11:18 LenovoP16v systemd-coredump[1055]: [🡕] Process 1036 (ksmserver) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1036:
                                                   #0  0x00007f18b60a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x00007f18b6050a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x00007f18b60384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007f18b668c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007f18b668cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007f18b6cdaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007f18b6d7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007f18b6748c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007f18b6d7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007f18b6d73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x000060a2ec3d24bd n/a (ksmserver + 0x94bd)
                                                   #11 0x00007f18b6039c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x00007f18b6039d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x000060a2ec3d4ce5 n/a (ksmserver + 0xbce5)
                                                   
                                                   Stack trace of thread 1051:
                                                   #0  0x00007f18b611c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x00007f18b59f892d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007f18b5995fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007f18b69a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007f18b674f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007f18b683a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007f18b74ace4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007f18b68c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007f18b60a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x00007f18b612a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:18 LenovoP16v systemd[890]: plasma-ksmserver.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:18 LenovoP16v systemd[890]: plasma-ksmserver.service: Failed with result 'core-dump'.
Aug 01 16:11:18 LenovoP16v systemd[890]: Failed to start KDE Session Management Server.
Aug 01 16:11:18 LenovoP16v systemd[890]: Dependency failed for KDE Plasma Workspace Core.
Aug 01 16:11:18 LenovoP16v systemd[890]: Dependency failed for KDE Plasma Workspace.
Aug 01 16:11:18 LenovoP16v systemd[890]: Dependency failed for plasma-workspace-wayland.target.
Aug 01 16:11:18 LenovoP16v systemd[890]: graphical-session.target: Failed to enqueue stop job, ignoring: Transaction for graphical-session.target/stop is destructive (app-org.keepassxc.KeePassXC@autostart.service has 'start' job queued, but 'stop' is included in transaction).
Aug 01 16:11:18 LenovoP16v systemd[890]: plasma-kcminit-phase1.service: Failed with result 'exit-code'.
Aug 01 16:11:18 LenovoP16v systemd[890]: Failed to start KDE Configuration Module Initialization (Phase 1).
Aug 01 16:11:18 LenovoP16v gmenudbusmenuproxy[1099]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:18 LenovoP16v gmenudbusmenuproxy[1099]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:18 LenovoP16v kdeconnectd[1087]: Failed to create wl_display (No such file or directory)
Aug 01 16:11:18 LenovoP16v xembedsniproxy[1109]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:18 LenovoP16v xembedsniproxy[1109]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:18 LenovoP16v polkit-kde-authentication-agent-1[1104]: Failed to create wl_display (No such file or directory)
Aug 01 16:11:18 LenovoP16v kdeconnectd[1087]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:18 LenovoP16v kdeconnectd[1087]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:18 LenovoP16v msm_kde_notifier[1085]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:18 LenovoP16v polkit-kde-authentication-agent-1[1104]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:18 LenovoP16v polkit-kde-authentication-agent-1[1104]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:18 LenovoP16v keepassxc[1088]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:18 LenovoP16v systemd[890]: plasma-polkit-agent.service: Main process exited, code=killed, status=6/ABRT
Aug 01 16:11:18 LenovoP16v systemd[890]: plasma-polkit-agent.service: Failed with result 'signal'.
Aug 01 16:11:18 LenovoP16v systemd[890]: Failed to start KDE PolicyKit Authentication Agent.
Aug 01 16:11:18 LenovoP16v xapp-sn-watcher[1122]: XDG_CURRENT_DESKTOP not set, unable to check against enabled desktop list. Starting anyway...
Aug 01 16:11:18 LenovoP16v xapp-sn-watcher[1122]: cannot open display: :0
Aug 01 16:11:18 LenovoP16v systemd[890]: app-xapp\x2dsn\x2dwatcher@autostart.service: Failed with result 'exit-code'.
Aug 01 16:11:18 LenovoP16v pamac-tray[1115]: cannot open display: :0
Aug 01 16:11:18 LenovoP16v org_kde_powerdevil[1106]: Failed to create wl_display (No such file or directory)
Aug 01 16:11:18 LenovoP16v systemd[890]: app-pamac\x2dtray@autostart.service: Failed with result 'exit-code'.
Aug 01 16:11:18 LenovoP16v plasmashell[1102]: Failed to create wl_display (No such file or directory)
Aug 01 16:11:18 LenovoP16v org_kde_powerdevil[1106]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:18 LenovoP16v org_kde_powerdevil[1106]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:18 LenovoP16v plasmashell[1102]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:18 LenovoP16v plasmashell[1102]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:19 LenovoP16v systemd-coredump[1144]: [🡕] Process 1109 (xembedsniproxy) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1109:
                                                   #0  0x00007f86eeca8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x00007f86eec50a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x00007f86eec384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007f86ef28c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007f86ef28cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007f86ef8daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007f86ef97b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007f86ef348c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007f86ef97b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007f86ef973cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x0000614ac792d24e n/a (xembedsniproxy + 0x624e)
                                                   #11 0x00007f86eec39c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x00007f86eec39d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x0000614ac792d5b5 n/a (xembedsniproxy + 0x65b5)
                                                   
                                                   Stack trace of thread 1129:
                                                   #0  0x00007f86eed1c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x00007f86eea4992d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007f86ee9e6fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007f86ef5a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007f86ef34f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007f86ef43a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007f86f0168e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007f86ef4c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007f86eeca6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x00007f86eed2a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:19 LenovoP16v systemd-coredump[1137]: [🡕] Process 1099 (gmenudbusmenupr) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1099:
                                                   #0  0x000071af27ea8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000071af27e50a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000071af27e384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000071af2848c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x000071af2848cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x000071af28adaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x000071af28b7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x000071af28548c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x000071af28b7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x000071af28b73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x000057b7a3b74c6e n/a (gmenudbusmenuproxy + 0x9c6e)
                                                   #11 0x000071af27e39c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x000071af27e39d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x000057b7a3b74f45 n/a (gmenudbusmenuproxy + 0x9f45)
                                                   
                                                   Stack trace of thread 1117:
                                                   #0  0x000071af27f1c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000071af27bf692d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000071af27b93fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x000071af287a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x000071af2854f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x000071af2863a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x000071af29345e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x000071af286c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x000071af27ea6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000071af27f2a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-xembedsniproxy.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-xembedsniproxy.service: Failed with result 'core-dump'.
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-gmenudbusmenuproxy.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-gmenudbusmenuproxy.service: Failed with result 'core-dump'.
Aug 01 16:11:19 LenovoP16v systemd-coredump[1164]: [🡕] Process 1085 (msm_kde_notifie) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1085:
                                                   #0  0x000079de390a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000079de39050a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000079de390384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000079de39698143 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x98143)
                                                   #4  0x000079de39d32da7 _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt5Gui.so.5 + 0x132da7)
                                                   #5  0x000079de39d33451 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt5Gui.so.5 + 0x133451)
                                                   #6  0x000079de398b337d _ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5 + 0x2b337d)
                                                   #7  0x000079de39d33507 _ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5 + 0x133507)
                                                   #8  0x000079de3a553586 _ZN19QApplicationPrivate4initEv (libQt5Widgets.so.5 + 0x153586)
                                                   #9  0x000060658f95f52c n/a (msm_kde_notifier + 0xa52c)
                                                   #10 0x000079de39039c88 n/a (libc.so.6 + 0x25c88)
                                                   #11 0x000079de39039d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #12 0x000060658f95fe95 _start (msm_kde_notifier + 0xae95)
                                                   
                                                   Stack trace of thread 1153:
                                                   #0  0x000079de3911c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000079de3849792d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000079de38434fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x000079de398fa37f _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2fa37f)
                                                   #4  0x000079de398a382c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2a382c)
                                                   #5  0x000079de396f277d _ZN7QThread4execEv (libQt5Core.so.5 + 0xf277d)
                                                   #6  0x000079de39b98b23 n/a (libQt5DBus.so.5 + 0x17b23)
                                                   #7  0x000079de396f261b n/a (libQt5Core.so.5 + 0xf261b)
                                                   #8  0x000079de390a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000079de3912a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:19 LenovoP16v systemd[890]: app-msm_kde_notifier@autostart.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:19 LenovoP16v systemd[890]: app-msm_kde_notifier@autostart.service: Failed with result 'core-dump'.
Aug 01 16:11:19 LenovoP16v systemd-coredump[1154]: [🡕] Process 1087 (kdeconnectd) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1087:
                                                   #0  0x0000782a952a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x0000782a95250a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x0000782a952384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x0000782a9588c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x0000782a9588cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x0000782a95edaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x0000782a95f7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x0000782a95948c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x0000782a95f7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x0000782a968f70b6 _ZN19QApplicationPrivate4initEv (libQt6Widgets.so.6 + 0xf70b6)
                                                   #10 0x00005bb4a5b2b411 n/a (kdeconnectd + 0x3411)
                                                   #11 0x0000782a95239c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x0000782a95239d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00005bb4a5b2bb85 n/a (kdeconnectd + 0x3b85)
                                                   
                                                   Stack trace of thread 1147:
                                                   #0  0x0000782a9531c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x0000782a9486f92d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x0000782a9480cfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x0000782a95ba2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x0000782a9594f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x0000782a95a3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x0000782a96fe7e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x0000782a95ac9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x0000782a952a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x0000782a9532a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:19 LenovoP16v systemd[890]: app-org.kde.kdeconnect.daemon@autostart.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:19 LenovoP16v systemd[890]: app-org.kde.kdeconnect.daemon@autostart.service: Failed with result 'core-dump'.
Aug 01 16:11:19 LenovoP16v systemd-coredump[1170]: [🡕] Process 1088 (keepassxc) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1088:
                                                   #0  0x000074f8856a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000074f885650a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000074f8856384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000074f885c98143 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x98143)
                                                   #4  0x000074f886332da7 _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt5Gui.so.5 + 0x132da7)
                                                   #5  0x000074f886333451 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt5Gui.so.5 + 0x133451)
                                                   #6  0x000074f885eb337d _ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5 + 0x2b337d)
                                                   #7  0x000074f886333507 _ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5 + 0x133507)
                                                   #8  0x000074f887353586 _ZN19QApplicationPrivate4initEv (libQt5Widgets.so.5 + 0x153586)
                                                   #9  0x000060307d4e97e0 n/a (keepassxc + 0xca7e0)
                                                   #10 0x000074f885639c88 n/a (libc.so.6 + 0x25c88)
                                                   #11 0x000074f885639d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #12 0x000060307d4f3365 _start (keepassxc + 0xd4365)
                                                   
                                                   Stack trace of thread 1160:
                                                   #0  0x000074f88571c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000074f88460592d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000074f8845a2fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x000074f885efa37f _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2fa37f)
                                                   #4  0x000074f885ea382c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2a382c)
                                                   #5  0x000074f885cf277d _ZN7QThread4execEv (libQt5Core.so.5 + 0xf277d)
                                                   #6  0x000074f887909b23 n/a (libQt5DBus.so.5 + 0x17b23)
                                                   #7  0x000074f885cf261b n/a (libQt5Core.so.5 + 0xf261b)
                                                   #8  0x000074f8856a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000074f88572a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:19 LenovoP16v systemd[890]: app-org.keepassxc.KeePassXC@autostart.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:19 LenovoP16v systemd[890]: app-org.keepassxc.KeePassXC@autostart.service: Failed with result 'core-dump'.
Aug 01 16:11:19 LenovoP16v polkit-kde-authentication-agent-1[1194]: Failed to create wl_display (No such file or directory)
Aug 01 16:11:19 LenovoP16v nextcloud[1080]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:19 LenovoP16v polkit-kde-authentication-agent-1[1194]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:19 LenovoP16v polkit-kde-authentication-agent-1[1194]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-polkit-agent.service: Main process exited, code=killed, status=6/ABRT
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-polkit-agent.service: Failed with result 'signal'.
Aug 01 16:11:19 LenovoP16v systemd[890]: Failed to start KDE PolicyKit Authentication Agent.
Aug 01 16:11:19 LenovoP16v systemd-coredump[1181]: [🡕] Process 1106 (org_kde_powerde) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1106:
                                                   #0  0x000070cabf8a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000070cabf850a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000070cabf8384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000070cabfe8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x000070cabfe8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x000070cac04daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x000070cac057b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x000070cabff48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x000070cac057b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x000070cac0573cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x0000574140a320ac n/a (org_kde_powerdevil + 0x70ac)
                                                   #11 0x000070cabf839c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x000070cabf839d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x0000574140a330d5 n/a (org_kde_powerdevil + 0x80d5)
                                                   
                                                   Stack trace of thread 1177:
                                                   #0  0x000070cabf91c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000070cabe57092d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000070cabe50dfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x000070cac01a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x000070cabff4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x000070cac003a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x000070cac0c98e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x000070cac00c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x000070cabf8a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000070cabf92a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-powerdevil.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-powerdevil.service: Failed with result 'core-dump'.
Aug 01 16:11:19 LenovoP16v systemd[890]: Failed to start Powerdevil.
Aug 01 16:11:19 LenovoP16v systemd-coredump[1186]: [🡕] Process 1102 (plasmashell) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1102:
                                                   #0  0x000072952f8a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000072952f850a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000072952f8384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000072952fe8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x000072952fe8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007295304daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x000072953057b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x000072952ff48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x000072953057b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x0000729531ef70b6 _ZN19QApplicationPrivate4initEv (libQt6Widgets.so.6 + 0xf70b6)
                                                   #10 0x00005c0c2f71b4fb n/a (plasmashell + 0x244fb)
                                                   #11 0x000072952f839c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x000072952f839d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00005c0c2f71ea65 n/a (plasmashell + 0x27a65)
                                                   
                                                   Stack trace of thread 1182:
                                                   #0  0x000072952f91c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000072952eb4a92d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000072952eae7fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007295301a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x000072952ff4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x000072953003a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x0000729530db9e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007295300c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x000072952f8a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000072952f92a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-plasmashell.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-plasmashell.service: Failed with result 'core-dump'.
Aug 01 16:11:19 LenovoP16v systemd[890]: Failed to start KDE Plasma Workspace.
Aug 01 16:11:19 LenovoP16v xembedsniproxy[1222]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:19 LenovoP16v xembedsniproxy[1222]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:19 LenovoP16v gmenudbusmenuproxy[1221]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:19 LenovoP16v gmenudbusmenuproxy[1221]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:19 LenovoP16v systemd-coredump[1256]: [🡕] Process 1221 (gmenudbusmenupr) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1221:
                                                   #0  0x000074a1f50a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000074a1f5050a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000074a1f50384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000074a1f568c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x000074a1f568cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x000074a1f5cdaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x000074a1f5d7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x000074a1f5748c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x000074a1f5d7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x000074a1f5d73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x0000618a46dacc6e n/a (gmenudbusmenuproxy + 0x9c6e)
                                                   #11 0x000074a1f5039c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x000074a1f5039d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x0000618a46dacf45 n/a (gmenudbusmenuproxy + 0x9f45)
                                                   
                                                   Stack trace of thread 1250:
                                                   #0  0x000074a1f511c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000074a1f4ed192d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000074a1f4e6efc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x000074a1f59a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x000074a1f574f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x000074a1f583a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x000074a1f65d7e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x000074a1f58c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x000074a1f50a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000074a1f512a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:19 LenovoP16v systemd-coredump[1255]: [🡕] Process 1222 (xembedsniproxy) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1222:
                                                   #0  0x00007dd71c0a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x00007dd71c050a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x00007dd71c0384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007dd71c68c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007dd71c68cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007dd71ccdaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007dd71cd7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007dd71c748c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007dd71cd7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007dd71cd73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x0000651aca68a24e n/a (xembedsniproxy + 0x624e)
                                                   #11 0x00007dd71c039c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x00007dd71c039d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x0000651aca68a5b5 n/a (xembedsniproxy + 0x65b5)
                                                   
                                                   Stack trace of thread 1248:
                                                   #0  0x00007dd71c11c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x00007dd71bdf892d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007dd71bd95fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007dd71c9a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007dd71c74f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007dd71c83a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007dd71d4e2e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007dd71c8c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007dd71c0a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x00007dd71c12a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-gmenudbusmenuproxy.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-gmenudbusmenuproxy.service: Failed with result 'core-dump'.
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-xembedsniproxy.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-xembedsniproxy.service: Failed with result 'core-dump'.
Aug 01 16:11:19 LenovoP16v polkit-kde-authentication-agent-1[1273]: Failed to create wl_display (No such file or directory)
Aug 01 16:11:19 LenovoP16v systemd-coredump[1223]: [🡕] Process 1080 (nextcloud) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1080:
                                                   #0  0x000079ae1b2a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000079ae1b250a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000079ae1b2384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000079ae1b898143 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x98143)
                                                   #4  0x000079ae1bf32da7 _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt5Gui.so.5 + 0x132da7)
                                                   #5  0x000079ae1bf33451 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt5Gui.so.5 + 0x133451)
                                                   #6  0x000079ae1bab337d _ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5 + 0x2b337d)
                                                   #7  0x000079ae1bf33507 _ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5 + 0x133507)
                                                   #8  0x000079ae1c753586 _ZN19QApplicationPrivate4initEv (libQt5Widgets.so.5 + 0x153586)
                                                   #9  0x000058d0b20da176 n/a (nextcloud + 0xa5176)
                                                   #10 0x000079ae1b239c88 n/a (libc.so.6 + 0x25c88)
                                                   #11 0x000079ae1b239d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #12 0x000058d0b2122fa5 n/a (nextcloud + 0xedfa5)
                                                   
                                                   Stack trace of thread 1214:
                                                   #0  0x000079ae1b31c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000079ae1c57092d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000079ae1c50dfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x000079ae1bafa37f _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2fa37f)
                                                   #4  0x000079ae1baa382c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2a382c)
                                                   #5  0x000079ae1b8f277d _ZN7QThread4execEv (libQt5Core.so.5 + 0xf277d)
                                                   #6  0x000079ae25798b23 n/a (libQt5DBus.so.5 + 0x17b23)
                                                   #7  0x000079ae1b8f261b n/a (libQt5Core.so.5 + 0xf261b)
                                                   #8  0x000079ae1b2a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000079ae1b32a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:19 LenovoP16v systemd[890]: app-Nextcloud@autostart.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:19 LenovoP16v systemd[890]: app-Nextcloud@autostart.service: Failed with result 'core-dump'.
Aug 01 16:11:19 LenovoP16v polkit-kde-authentication-agent-1[1273]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:19 LenovoP16v polkit-kde-authentication-agent-1[1273]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-polkit-agent.service: Main process exited, code=killed, status=6/ABRT
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-polkit-agent.service: Failed with result 'signal'.
Aug 01 16:11:19 LenovoP16v plasmashell[1271]: Failed to create wl_display (No such file or directory)
Aug 01 16:11:19 LenovoP16v org_kde_powerdevil[1275]: Failed to create wl_display (No such file or directory)
Aug 01 16:11:19 LenovoP16v systemd[890]: Failed to start KDE PolicyKit Authentication Agent.
Aug 01 16:11:19 LenovoP16v org_kde_powerdevil[1275]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:19 LenovoP16v org_kde_powerdevil[1275]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:19 LenovoP16v plasmashell[1271]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:19 LenovoP16v plasmashell[1271]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:19 LenovoP16v xembedsniproxy[1289]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:19 LenovoP16v xembedsniproxy[1289]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:19 LenovoP16v gmenudbusmenuproxy[1288]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:19 LenovoP16v gmenudbusmenuproxy[1288]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:19 LenovoP16v kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
Aug 01 16:11:19 LenovoP16v systemd-coredump[1307]: [🡕] Process 1289 (xembedsniproxy) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1289:
                                                   #0  0x000074ad2c6a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000074ad2c650a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000074ad2c6384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000074ad2cc8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x000074ad2cc8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x000074ad2d2daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x000074ad2d37b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x000074ad2cd48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x000074ad2d37b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x000074ad2d373cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x000062cf6f87b24e n/a (xembedsniproxy + 0x624e)
                                                   #11 0x000074ad2c639c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x000074ad2c639d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x000062cf6f87b5b5 n/a (xembedsniproxy + 0x65b5)
                                                   
                                                   Stack trace of thread 1296:
                                                   #0  0x000074ad2c71c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000074ad2c49992d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000074ad2c436fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x000074ad2cfa2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x000074ad2cd4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x000074ad2ce3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x000074ad2db7ee4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x000074ad2cec9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x000074ad2c6a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000074ad2c72a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-xembedsniproxy.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-xembedsniproxy.service: Failed with result 'core-dump'.
Aug 01 16:11:19 LenovoP16v systemd-coredump[1310]: [🡕] Process 1288 (gmenudbusmenupr) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1288:
                                                   #0  0x00007488b4ca8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x00007488b4c50a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x00007488b4c384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007488b528c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007488b528cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007488b58daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007488b597b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007488b5348c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007488b597b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007488b5973cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x00005c056ed28c6e n/a (gmenudbusmenuproxy + 0x9c6e)
                                                   #11 0x00007488b4c39c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x00007488b4c39d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00005c056ed28f45 n/a (gmenudbusmenuproxy + 0x9f45)
                                                   
                                                   Stack trace of thread 1301:
                                                   #0  0x00007488b4d1c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x00007488b4b3492d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007488b4ad1fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007488b55a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007488b534f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007488b543a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007488b626ae4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007488b54c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007488b4ca6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x00007488b4d2a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-gmenudbusmenuproxy.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-gmenudbusmenuproxy.service: Failed with result 'core-dump'.
Aug 01 16:11:19 LenovoP16v systemd-coredump[1308]: [🡕] Process 1275 (org_kde_powerde) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1275:
                                                   #0  0x00007e1b314a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x00007e1b31450a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x00007e1b314384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007e1b31a8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007e1b31a8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007e1b320daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007e1b3217b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007e1b31b48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007e1b3217b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007e1b32173cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x0000582bb89ad0ac n/a (org_kde_powerdevil + 0x70ac)
                                                   #11 0x00007e1b31439c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x00007e1b31439d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x0000582bb89ae0d5 n/a (org_kde_powerdevil + 0x80d5)
                                                   
                                                   Stack trace of thread 1294:
                                                   #0  0x00007e1b3151c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x00007e1b3017092d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007e1b3010dfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007e1b31da2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007e1b31b4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007e1b31c3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007e1b32891e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007e1b31cc9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007e1b314a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x00007e1b3152a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:19 LenovoP16v systemd-coredump[1306]: [🡕] Process 1271 (plasmashell) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1271:
                                                   #0  0x0000731b7aea8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x0000731b7ae50a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x0000731b7ae384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x0000731b7b48c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x0000731b7b48cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x0000731b7badaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x0000731b7bb7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x0000731b7b548c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x0000731b7bb7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x0000731b7d2f70b6 _ZN19QApplicationPrivate4initEv (libQt6Widgets.so.6 + 0xf70b6)
                                                   #10 0x00005d17cd2c74fb n/a (plasmashell + 0x244fb)
                                                   #11 0x0000731b7ae39c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x0000731b7ae39d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00005d17cd2caa65 n/a (plasmashell + 0x27a65)
                                                   
                                                   Stack trace of thread 1295:
                                                   #0  0x0000731b7af1c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x0000731b7a04f92d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x0000731b79fecfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x0000731b7b7a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x0000731b7b54f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x0000731b7b63a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x0000731b7c297e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x0000731b7b6c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x0000731b7aea6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x0000731b7af2a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-powerdevil.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-powerdevil.service: Failed with result 'core-dump'.
Aug 01 16:11:19 LenovoP16v systemd[890]: Failed to start Powerdevil.
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-plasmashell.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-plasmashell.service: Failed with result 'core-dump'.
Aug 01 16:11:19 LenovoP16v systemd[890]: Failed to start KDE Plasma Workspace.
Aug 01 16:11:19 LenovoP16v polkit-kde-authentication-agent-1[1318]: Failed to create wl_display (No such file or directory)
Aug 01 16:11:19 LenovoP16v polkit-kde-authentication-agent-1[1318]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:19 LenovoP16v polkit-kde-authentication-agent-1[1318]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-polkit-agent.service: Main process exited, code=killed, status=6/ABRT
Aug 01 16:11:19 LenovoP16v systemd[890]: plasma-polkit-agent.service: Failed with result 'signal'.
Aug 01 16:11:19 LenovoP16v systemd[890]: Failed to start KDE PolicyKit Authentication Agent.
Aug 01 16:11:19 LenovoP16v xembedsniproxy[1343]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:19 LenovoP16v xembedsniproxy[1343]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:19 LenovoP16v gmenudbusmenuproxy[1347]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:19 LenovoP16v gmenudbusmenuproxy[1347]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:20 LenovoP16v systemd-coredump[1359]: [🡕] Process 1343 (xembedsniproxy) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1343:
                                                   #0  0x00007c4d6fca8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x00007c4d6fc50a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x00007c4d6fc384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007c4d7028c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007c4d7028cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007c4d708daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007c4d7097b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007c4d70348c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007c4d7097b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007c4d70973cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x00005eed0190524e n/a (xembedsniproxy + 0x624e)
                                                   #11 0x00007c4d6fc39c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x00007c4d6fc39d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00005eed019055b5 n/a (xembedsniproxy + 0x65b5)
                                                   
                                                   Stack trace of thread 1353:
                                                   #0  0x00007c4d6fd1c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x00007c4d6fb3492d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007c4d6fad1fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007c4d705a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007c4d7034f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007c4d7043a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007c4d7120ce4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007c4d704c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007c4d6fca6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x00007c4d6fd2a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-xembedsniproxy.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-xembedsniproxy.service: Failed with result 'core-dump'.
Aug 01 16:11:20 LenovoP16v systemd-coredump[1363]: [🡕] Process 1347 (gmenudbusmenupr) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1347:
                                                   #0  0x000073bfc68a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000073bfc6850a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000073bfc68384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000073bfc6e8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x000073bfc6e8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x000073bfc74daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x000073bfc757b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x000073bfc6f48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x000073bfc757b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x000073bfc7573cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x00005a00049c4c6e n/a (gmenudbusmenuproxy + 0x9c6e)
                                                   #11 0x000073bfc6839c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x000073bfc6839d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00005a00049c4f45 n/a (gmenudbusmenuproxy + 0x9f45)
                                                   
                                                   Stack trace of thread 1357:
                                                   #0  0x000073bfc691c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000073bfc65e492d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000073bfc6581fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x000073bfc71a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x000073bfc6f4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x000073bfc703a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x000073bfc7ce7e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x000073bfc70c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x000073bfc68a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000073bfc692a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-gmenudbusmenuproxy.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-gmenudbusmenuproxy.service: Failed with result 'core-dump'.
Aug 01 16:11:20 LenovoP16v polkit-kde-authentication-agent-1[1374]: Failed to create wl_display (No such file or directory)
Aug 01 16:11:20 LenovoP16v polkit-kde-authentication-agent-1[1374]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:20 LenovoP16v polkit-kde-authentication-agent-1[1374]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-polkit-agent.service: Main process exited, code=killed, status=6/ABRT
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-polkit-agent.service: Failed with result 'signal'.
Aug 01 16:11:20 LenovoP16v systemd[890]: Failed to start KDE PolicyKit Authentication Agent.
Aug 01 16:11:20 LenovoP16v org_kde_powerdevil[1377]: Failed to create wl_display (No such file or directory)
Aug 01 16:11:20 LenovoP16v plasmashell[1371]: Failed to create wl_display (No such file or directory)
Aug 01 16:11:20 LenovoP16v gmenudbusmenuproxy[1387]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:20 LenovoP16v gmenudbusmenuproxy[1387]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:20 LenovoP16v org_kde_powerdevil[1377]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:20 LenovoP16v org_kde_powerdevil[1377]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:20 LenovoP16v xembedsniproxy[1388]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:20 LenovoP16v xembedsniproxy[1388]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:20 LenovoP16v plasmashell[1371]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:20 LenovoP16v plasmashell[1371]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:20 LenovoP16v systemd-coredump[1407]: [🡕] Process 1387 (gmenudbusmenupr) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1387:
                                                   #0  0x0000721075aa8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x0000721075a50a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x0000721075a384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000072107608c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x000072107608cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007210766daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x000072107677b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x0000721076148c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x000072107677b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x0000721076773cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x0000598a5e524c6e n/a (gmenudbusmenuproxy + 0x9c6e)
                                                   #11 0x0000721075a39c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x0000721075a39d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x0000598a5e524f45 n/a (gmenudbusmenuproxy + 0x9f45)
                                                   
                                                   Stack trace of thread 1392:
                                                   #0  0x0000721075b1c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000072107584692d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007210757e3fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007210763a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x000072107614f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x000072107623a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x0000721076f6de4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007210762c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x0000721075aa6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x0000721075b2a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-gmenudbusmenuproxy.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-gmenudbusmenuproxy.service: Failed with result 'core-dump'.
Aug 01 16:11:20 LenovoP16v systemd-coredump[1408]: [🡕] Process 1388 (xembedsniproxy) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1388:
                                                   #0  0x000077e92c0a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000077e92c050a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000077e92c0384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000077e92c68c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x000077e92c68cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x000077e92ccdaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x000077e92cd7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x000077e92c748c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x000077e92cd7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x000077e92cd73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x000057726621424e n/a (xembedsniproxy + 0x624e)
                                                   #11 0x000077e92c039c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x000077e92c039d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00005772662145b5 n/a (xembedsniproxy + 0x65b5)
                                                   
                                                   Stack trace of thread 1395:
                                                   #0  0x000077e92c11c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000077e92bdf892d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000077e92bd95fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x000077e92c9a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x000077e92c74f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x000077e92c83a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x000077e92d4b6e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x000077e92c8c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x000077e92c0a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000077e92c12a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-polkit-agent.service: Start request repeated too quickly.
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-polkit-agent.service: Failed with result 'signal'.
Aug 01 16:11:20 LenovoP16v systemd[890]: Failed to start KDE PolicyKit Authentication Agent.
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-xembedsniproxy.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-xembedsniproxy.service: Failed with result 'core-dump'.
Aug 01 16:11:20 LenovoP16v systemd-coredump[1406]: [🡕] Process 1377 (org_kde_powerde) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1377:
                                                   #0  0x0000763feaaa8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x0000763feaa50a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x0000763feaa384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x0000763feb08c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x0000763feb08cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x0000763feb6daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x0000763feb77b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x0000763feb148c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x0000763feb77b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x0000763feb773cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x000063e3db0cd0ac n/a (org_kde_powerdevil + 0x70ac)
                                                   #11 0x0000763feaa39c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x0000763feaa39d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x000063e3db0ce0d5 n/a (org_kde_powerdevil + 0x80d5)
                                                   
                                                   Stack trace of thread 1394:
                                                   #0  0x0000763feab1c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x0000763fe98cf92d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x0000763fe986cfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x0000763feb3a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x0000763feb14f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x0000763feb23a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x0000763febfdee4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x0000763feb2c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x0000763feaaa6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x0000763feab2a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-powerdevil.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-powerdevil.service: Failed with result 'core-dump'.
Aug 01 16:11:20 LenovoP16v systemd[890]: Failed to start Powerdevil.
Aug 01 16:11:20 LenovoP16v systemd-coredump[1409]: [🡕] Process 1371 (plasmashell) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1371:
                                                   #0  0x00007fa119ca8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x00007fa119c50a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x00007fa119c384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007fa11a28c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007fa11a28cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007fa11a8daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007fa11a97b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007fa11a348c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007fa11a97b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007fa11c2f70b6 _ZN19QApplicationPrivate4initEv (libQt6Widgets.so.6 + 0xf70b6)
                                                   #10 0x000057ecd0bb54fb n/a (plasmashell + 0x244fb)
                                                   #11 0x00007fa119c39c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x00007fa119c39d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x000057ecd0bb8a65 n/a (plasmashell + 0x27a65)
                                                   
                                                   Stack trace of thread 1402:
                                                   #0  0x00007fa119d1c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x00007fa118f1c92d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007fa118eb9fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007fa11a5a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007fa11a34f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007fa11a43a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007fa11b1b9e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007fa11a4c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007fa119ca6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x00007fa119d2a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-plasmashell.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-plasmashell.service: Failed with result 'core-dump'.
Aug 01 16:11:20 LenovoP16v systemd[890]: Failed to start KDE Plasma Workspace.
Aug 01 16:11:20 LenovoP16v kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-gmenudbusmenuproxy.service: Start request repeated too quickly.
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-gmenudbusmenuproxy.service: Failed with result 'core-dump'.
Aug 01 16:11:20 LenovoP16v systemd[890]: Failed to start Proxies GTK DBus menus to a Plasma readable format.
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-plasmashell.service: Start request repeated too quickly.
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-plasmashell.service: Failed with result 'core-dump'.
Aug 01 16:11:20 LenovoP16v systemd[890]: Failed to start KDE Plasma Workspace.
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-xembedsniproxy.service: Start request repeated too quickly.
Aug 01 16:11:20 LenovoP16v systemd[890]: plasma-xembedsniproxy.service: Failed with result 'core-dump'.
Aug 01 16:11:20 LenovoP16v systemd[890]: Failed to start Handle legacy xembed system tray icons.
Aug 01 16:11:20 LenovoP16v org_kde_powerdevil[1442]: Failed to create wl_display (No such file or directory)
Aug 01 16:11:20 LenovoP16v org_kde_powerdevil[1442]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:20 LenovoP16v org_kde_powerdevil[1442]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:21 LenovoP16v systemd-coredump[1449]: [🡕] Process 1442 (org_kde_powerde) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1442:
                                                   #0  0x0000756f1b2a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x0000756f1b250a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x0000756f1b2384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x0000756f1b88c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x0000756f1b88cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x0000756f1bedaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x0000756f1bf7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x0000756f1b948c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x0000756f1bf7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x0000756f1bf73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x000059aa511c80ac n/a (org_kde_powerdevil + 0x70ac)
                                                   #11 0x0000756f1b239c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x0000756f1b239d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x000059aa511c90d5 n/a (org_kde_powerdevil + 0x80d5)
                                                   
                                                   Stack trace of thread 1445:
                                                   #0  0x0000756f1b31c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x0000756f19f7092d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x0000756f19f0dfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x0000756f1bba2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x0000756f1b94f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x0000756f1ba3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x0000756f1c6f4e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x0000756f1bac9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x0000756f1b2a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x0000756f1b32a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:21 LenovoP16v systemd[890]: plasma-powerdevil.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:21 LenovoP16v systemd[890]: plasma-powerdevil.service: Failed with result 'core-dump'.
Aug 01 16:11:21 LenovoP16v systemd[890]: Failed to start Powerdevil.
Aug 01 16:11:21 LenovoP16v sddm[858]: Auth: sddm-helper exited with 1
Aug 01 16:11:21 LenovoP16v baloo_file_extractor[1467]: qt.qpa.xcb: could not connect to display
Aug 01 16:11:21 LenovoP16v baloo_file_extractor[1467]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:21 LenovoP16v org_kde_powerdevil[1465]: Failed to create wl_display (No such file or directory)
Aug 01 16:11:21 LenovoP16v org_kde_powerdevil[1465]: qt.qpa.xcb: could not connect to display :0
Aug 01 16:11:21 LenovoP16v org_kde_powerdevil[1465]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:21 LenovoP16v systemd-coredump[1472]: [🡕] Process 1467 (baloo_file_extr) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1467:
                                                   #0  0x00007ce5604a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x00007ce560450a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x00007ce5604384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007ce560a8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007ce560a8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007ce5610daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007ce56117b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007ce560b48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007ce56117b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007ce561173cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x00005a4ba1912227 n/a (baloo_file_extractor + 0x8227)
                                                   #11 0x00007ce560439c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x00007ce560439d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00005a4ba1912575 n/a (baloo_file_extractor + 0x8575)
                                                   
                                                   Stack trace of thread 1468:
                                                   #0  0x00007ce56051c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x00007ce56011192d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007ce5600aefc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007ce560da2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007ce560b4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007ce560c3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007ce560389e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007ce560cc9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007ce5604a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x00007ce56052a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:21 LenovoP16v baloo_file[941]: kf.baloo: Extractor crashed
Aug 01 16:11:21 LenovoP16v systemd-coredump[1477]: [🡕] Process 1465 (org_kde_powerde) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1465:
                                                   #0  0x00007efdc84a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x00007efdc8450a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x00007efdc84384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007efdc8a8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007efdc8a8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007efdc90daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007efdc917b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007efdc8b48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007efdc917b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007efdc9173cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x00005d163e02a0ac n/a (org_kde_powerdevil + 0x70ac)
                                                   #11 0x00007efdc8439c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x00007efdc8439d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00005d163e02b0d5 n/a (org_kde_powerdevil + 0x80d5)
                                                   
                                                   Stack trace of thread 1473:
                                                   #0  0x00007efdc851c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x00007efdc717092d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007efdc710dfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007efdc8da2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007efdc8b4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007efdc8c3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007efdc9905e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007efdc8cc9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007efdc84a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x00007efdc852a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:21 LenovoP16v systemd[890]: plasma-powerdevil.service: Main process exited, code=dumped, status=6/ABRT
Aug 01 16:11:21 LenovoP16v systemd[890]: plasma-powerdevil.service: Failed with result 'core-dump'.
Aug 01 16:11:21 LenovoP16v systemd[890]: Failed to start Powerdevil.
Aug 01 16:11:21 LenovoP16v baloo_file_extractor[1482]: qt.qpa.xcb: could not connect to display
Aug 01 16:11:21 LenovoP16v baloo_file_extractor[1482]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Aug 01 16:11:21 LenovoP16v systemd-coredump[1494]: [🡕] Process 1482 (baloo_file_extr) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1482:
                                                   #0  0x00007156016a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x0000715601650a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x00007156016384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x0000715601c8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x0000715601c8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007156022daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x000071560237b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x0000715601d48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x000071560237b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x0000715602373cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x00005ae8dfd85227 n/a (baloo_file_extractor + 0x8227)
                                                   #11 0x0000715601639c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x0000715601639d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00005ae8dfd85575 n/a (baloo_file_extractor + 0x8575)
                                                   
                                                   Stack trace of thread 1488:
                                                   #0  0x000071560171c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x00007156013e492d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x0000715601381fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x0000715601fa2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x0000715601d4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x0000715601e3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x0000715601b75e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x0000715601ec9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007156016a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000071560172a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
Aug 01 16:11:21 LenovoP16v baloo_file[941]: kf.baloo: Extractor crashed
Aug 01 16:11:21 LenovoP16v baloo_file_extractor[1503]: qt.qpa.xcb: could not connect to display

So if I understand everyone correctly it’s a false = random correlation that every time SDDM failed to start for me it was when I had the “splash” feature disabled, and the true cause must be something else?

I again had 2 failed boots as described as #2 & #4 in the first post, and only succeeded the 3rd time after manually adding “quiet splash” to the boot parameter list in grub. are you 100% certain that this correlation can’t really exist?

successful boot with “quiet splash”:

LenovoP16v kernel:   #1  #3  #5  #7  #9 #11
LenovoP16v kernel: pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: pnp 00:05: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000e0000-0x000e3fff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000e8000-0x000ebfff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000f0000-0x000fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x00100000-0xa07fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x00000000-0x0009ffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000e0000-0x000e3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000e8000-0x000ebfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000f0000-0x000fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x00100000-0xa07fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: hpet_acpi_add: no address or irqs in _CRS
LenovoP16v kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
LenovoP16v kernel: i8042: Warning: Keylock active
LenovoP16v kernel: resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcffff], which spans more than pnp 00:05 [mem 0xfedc0000-0xfedc7fff]
LenovoP16v kernel: caller igen6_probe+0x15e/0x7c0 [igen6_edac] mapping multiple BARs
LenovoP16v kernel: spi-nor spi0.0: unrecognized JEDEC id bytes: f7 f0 30 09 03 00
LenovoP16v (udev-worker)[593]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
LenovoP16v kernel: ACPI Warning: \_SB.PC00.XHCI.RHUB.HS10._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20240322/nsarguments-61)
LenovoP16v kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
LenovoP16v kernel: nvidia: loading out-of-tree module taints kernel.
LenovoP16v kernel: nvidia: module license 'NVIDIA' taints kernel.
LenovoP16v kernel: Disabling lock debugging due to kernel taint
LenovoP16v kernel: nvidia: module license taints kernel.
LenovoP16v kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
LenovoP16v kernel: ucsi_acpi USBC000:00: UCSI_GET_PDOS failed (-95)
LenovoP16v kernel: ucsi_acpi USBC000:00: UCSI_GET_PDOS failed (-95)
LenovoP16v kernel: 
LenovoP16v kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  555.58.02  Tue Jun 25 01:39:15 UTC 2024
LenovoP16v kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
LenovoP16v systemd-journald[484]: File /var/log/journal/9f7ffba5e6ee4a1085efd0fe69a13b61/system.journal corrupted or uncleanly shut down, renaming and replacing.
LenovoP16v kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
LenovoP16v kernel: ucsi_acpi USBC000:00: UCSI_GET_PDOS failed (-95)
LenovoP16v kernel: ucsi_acpi USBC000:00: UCSI_GET_PDOS failed (-95)
LenovoP16v bluetoothd[768]: src/plugin.c:init_plugin() System does not support bap plugin
LenovoP16v bluetoothd[768]: src/plugin.c:init_plugin() System does not support bass plugin
LenovoP16v bluetoothd[768]: src/plugin.c:init_plugin() System does not support mcp plugin
LenovoP16v bluetoothd[768]: src/plugin.c:init_plugin() System does not support vcp plugin
LenovoP16v bluetoothd[768]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
LenovoP16v bluetoothd[768]: src/plugin.c:init_plugin() System does not support micp plugin
LenovoP16v bluetoothd[768]: src/plugin.c:init_plugin() System does not support ccp plugin
LenovoP16v bluetoothd[768]: src/plugin.c:init_plugin() System does not support csip plugin
LenovoP16v bluetoothd[768]: src/plugin.c:init_plugin() System does not support asha plugin
LenovoP16v kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
LenovoP16v kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
LenovoP16v boltd[805]: [e9c28780-a0a5-domain0                    ] udev: failed to determine if uid is stable: unknown NHI PCI id '0xa73e'
LenovoP16v boltd[805]: [d7da8780-a100-domain1                    ] udev: failed to determine if uid is stable: unknown NHI PCI id '0xa76d'
LenovoP16v kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
LenovoP16v kernel: ACPI Warning: \_SB.NPCF._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20240322/nsarguments-61)
LenovoP16v kernel: ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20240322/nsarguments-61)
LenovoP16v kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
LenovoP16v kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
LenovoP16v dbus-broker-launch[764]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
LenovoP16v NetworkManager[767]: <warn>  [1722547338.1439] device (wlp0s20f3): no secrets: No agents were available for this request.
LenovoP16v NetworkManager[767]: <warn>  [1722547338.1443] device (wlp0s20f3): Activation: failed for connection 'yNtZH33'
LenovoP16v systemd-journald[484]: File /var/log/journal/9f7ffba5e6ee4a1085efd0fe69a13b61/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
LenovoP16v dbus-broker-launch[909]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
LenovoP16v dbus-broker-launch[909]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
LenovoP16v dbus-broker-launch[909]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
LenovoP16v systemd[879]: /run/user/1000/systemd/generator.late/app-syncthing@autostart.service:18: WorkingDirectory= path is not absolute, ignoring: 
LenovoP16v wireplumber[974]: default: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner
LenovoP16v kded6[1055]: QDBusObjectPath: invalid path "/modules/plasma-session-shortcuts"
LenovoP16v kded6[1055]: kf.dbusaddons: The kded module name "plasma-session-shortcuts" is invalid!
LenovoP16v kconf_update[1153]: kf.config.kconf_update: /usr/share/kconf_update/ark.upd defined Version=5 but Version=6 was expected
LenovoP16v kconf_update[1153]: kf.config.kconf_update: /usr/share/kconf_update/breath2tobreath.upd defined Version=5 but Version=6 was expected
LenovoP16v kconf_update[1153]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_detailsmodesettings.upd defined Version=5 but Version=6 was expected
LenovoP16v kconf_update[1153]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_directorysizemode.upd defined Version=5 but Version=6 was expected
LenovoP16v kconf_update[1153]: kf.config.kconf_update: /usr/share/kconf_update/filepicker.upd defined Version=5 but Version=6 was expected
LenovoP16v kconf_update[1153]: kf.config.kconf_update: /usr/share/kconf_update/konsole.upd defined Version=5 but Version=6 was expected
LenovoP16v kconf_update[1153]: kf.config.kconf_update: /usr/share/kconf_update/okular.upd defined Version=5 but Version=6 was expected
LenovoP16v plasmashell[1090]: kde.plasmashell: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
LenovoP16v plasmashell[1090]: kde.plasmashell: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
LenovoP16v kactivitymanagerd[1139]: kf.windowsystem: virtual void KX11Extras::connectNotify(const QMetaMethod&) may only be used on X11
LenovoP16v kactivitymanagerd[1139]: kf.windowsystem: virtual void KX11Extras::connectNotify(const QMetaMethod&) may only be used on X11
LenovoP16v plasmashell[1090]: kde.plasmashell: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
LenovoP16v plasmashell[1090]: kde.plasmashell: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
LenovoP16v kded6[1055]: kf.bluezqt: PendingCall Error: "The name is not activatable"
LenovoP16v xdg-desktop-por[934]: Choosing kwallet.portal for org.freedesktop.impl.portal.Secret via the deprecated UseIn key
LenovoP16v xdg-desktop-por[934]: The preferred method to match portal implementations to desktop environments is to use the portals.conf(5) configuration file
LenovoP16v plasmashell[1090]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:195:25: QML FolderViewDropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
LenovoP16v plasmashell[1090]: Toolbox not loading, toolbox package is either invalid or disabled.
LenovoP16v org_kde_powerdevil[1145]: qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter
LenovoP16v org_kde_powerdevil[1145]: qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter
LenovoP16v kernel: block nvme0n1: No UUID available providing old NGUID
LenovoP16v kded6[1055]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
LenovoP16v plasmashell[1090]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:162:21: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
LenovoP16v plasmashell[1090]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:162:21: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
LenovoP16v dbus-broker-launch[764]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
LenovoP16v kernel: warning: `kdeconnectd' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
LenovoP16v kdeconnectd[1307]: 2024-08-01T23:22:23 kdeconnect.core: Failed to send mDNS query: Cannot assign requested address
LenovoP16v org_kde_powerdevil[1145]: org.kde.powerdevil: [DDCutilDetector]: Failed to initialize callback
LenovoP16v plasmashell[1090]: qt.dbus.integration: Could not connect "org.cups.cupsd.Notifier" to PrinterFinishingsChanged(QString, QString, QString, uint, QString, bool) :
LenovoP16v org_kde_powerdevil[1145]: org.kde.powerdevil: Handle button events action could not check for screen configuration
LenovoP16v kded6[1055]: org.kde.plasma.appmenu: Got an error
LenovoP16v kded6[1055]: org.kde.plasma.appmenu: Got an error
LenovoP16v nextcloud[1352]: nextcloud.gui.application: Failed to move the old config directory to its new location ( "/home/user/.local/share/Nextcloud" to "/home/user/.config/Nextcloud" )
LenovoP16v nextcloud[1352]: nextcloud.gui.application: Fallback move of  "Nextcloud_sync.log" also failed
LenovoP16v nextcloud[1352]: nextcloud.gui.application: Fallback move of  "Nextcloud_sync.log.1" also failed
LenovoP16v plasmashell[1090]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
LenovoP16v plasmashell[1090]: file:///usr/share/plasma/plasmoids/org.kde.plasma.keyboardindicator/contents/ui/main.qml:61:13: Unable to assign [undefined] to bool
LenovoP16v plasmashell[1090]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
LenovoP16v plasmashell[1090]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
LenovoP16v plasmashell[1090]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
LenovoP16v plasmashell[1090]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
LenovoP16v kernel: ------------[ cut here ]------------
LenovoP16v kernel: WARNING: CPU: 16 PID: 865 at include/linux/rwsem.h:80 follow_pte+0x1de/0x200
LenovoP16v kernel: Modules linked in: ccm snd_seq_dummy rfcomm snd_hrtimer snd_seq snd_seq_device cmac algif_hash algif_skcipher af_alg qrtr bnep nvidia_uvm(POE) nvidia_drm(POE) nvidia_modeset(POE) vfat fat snd_ctl_led snd_soc_skl_hda_dsp snd_soc_hdac_hdmi snd_sof_probes snd_soc_intel_hda_dsp_common nvidia(POE) snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_scodec_component snd_soc_dmic snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_hdac_hda intel_uncore_frequency snd_soc_acpi_intel_match soundwire_generic_allocation intel_uncore_frequency_common snd_soc_acpi intel_tcc_cooling soundwire_bus x86_pkg_temp_thermal joydev mousedev intel_powerclamp snd_soc_avs snd_soc_hda_codec coretemp snd_hda_ext_core snd_soc_core iwlmvm kvm_intel snd_compress ac97_bus uvcvideo snd_pcm_dmaengine kvm snd_hda_intel videobuf2_vmalloc btusb
LenovoP16v kernel:  mac80211 snd_intel_dspcfg uvc btrtl snd_intel_sdw_acpi videobuf2_memops hid_multitouch btintel rapl iTCO_wdt hid_generic intel_pmc_bxt btbcm videobuf2_v4l2 libarc4 snd_hda_codec btmtk iTCO_vendor_support processor_thermal_device_pci ptp processor_thermal_device intel_cstate pps_core videodev processor_thermal_wt_hint mei_pxp mei_hdcp intel_rapl_msr iwlwifi spi_nor i2c_i801 snd_hda_core processor_thermal_rfim intel_uncore videobuf2_common think_lmi bluetooth mc firmware_attributes_class pcspkr psmouse wmi_bmof mtd snd_hwdep i2c_smbus crc16 ucsi_acpi processor_thermal_rapl snd_pcm cfg80211 i2c_mux mei_me intel_lpss_pci typec_ucsi intel_rapl_common processor_thermal_wt_req intel_lpss snd_timer mei typec processor_thermal_power_floor idma64 thunderbolt processor_thermal_mbox roles igen6_edac int3403_thermal intel_pmc_core i2c_hid_acpi int340x_thermal_zone intel_vsec i2c_hid int3400_thermal intel_hid pmt_telemetry acpi_tad acpi_pad acpi_thermal_rel pmt_class pinctrl_tigerlake mac_hid i2c_dev crypto_user loop
LenovoP16v kernel:  nfnetlink ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq dm_crypt cbc encrypted_keys trusted asn1_encoder tee dm_mod xe drm_ttm_helper gpu_sched drm_suballoc_helper drm_gpuvm drm_exec i915 crct10dif_pclmul crc32_pclmul polyval_clmulni polyval_generic gf128mul thinkpad_acpi ghash_clmulni_intel i2c_algo_bit drm_buddy serio_raw sparse_keymap sha512_ssse3 ttm atkbd sha256_ssse3 platform_profile intel_gtt rtsx_pci_sdmmc libps2 sha1_ssse3 mmc_core vivaldi_fmap aesni_intel snd drm_display_helper nvme crypto_simd soundcore cryptd rtsx_pci nvme_core rfkill spi_intel_pci cec xhci_pci spi_intel xhci_pci_renesas nvme_auth i8042 video serio wmi crc32c_intel
LenovoP16v kernel: CPU: 16 PID: 865 Comm: nv_queue Tainted: P           OE      6.10.2-1-MANJARO #1 2a35b2bfefadc0903106c9850547e877695ac9e0
LenovoP16v kernel: Hardware name: LENOVO 21FC000QGE/21FC000QGE, BIOS N3UET22W (1.09 ) 11/15/2023
LenovoP16v kernel: RIP: 0010:follow_pte+0x1de/0x200
LenovoP16v kernel: Code: cc cc cc 48 81 e2 00 00 00 c0 48 09 c2 48 f7 d2 48 85 fa 75 20 e8 b2 f5 ff ff 48 8b 35 4b 94 5d 01 48 81 e6 00 00 00 c0 eb 8d <0f> 0b 48 3b 1f 0f 83 50 fe ff ff bd ea ff ff ff eb b6 49 8b 3c 24
LenovoP16v kernel: RSP: 0018:ffffab15c20fbb60 EFLAGS: 00010246
LenovoP16v kernel: RAX: 0000000000000000 RBX: 0000783cd5a2a000 RCX: ffffab15c20fbba0
LenovoP16v kernel: RDX: ffffab15c20fbb98 RSI: 0000783cd5a2a000 RDI: ffff97a0d191d590
LenovoP16v kernel: RBP: ffffab15c20fbbe0 R08: ffffab15c20fbd38 R09: 0000000000000000
LenovoP16v kernel: R10: 0000000000000001 R11: 0000000000000003 R12: ffffab15c20fbba0
LenovoP16v kernel: R13: ffffab15c20fbb98 R14: ffff97a0d3133700 R15: 0000000000000000
LenovoP16v kernel: FS:  0000000000000000(0000) GS:ffff97a7ff600000(0000) knlGS:0000000000000000
LenovoP16v kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
LenovoP16v kernel: CR2: 0000768a54ec0010 CR3: 000000075c220000 CR4: 0000000000f50ef0
LenovoP16v kernel: PKRU: 55555554
LenovoP16v kernel: Call Trace:
LenovoP16v kernel:  <TASK>
LenovoP16v kernel:  ? follow_pte+0x1de/0x200
LenovoP16v kernel:  ? __warn.cold+0x8e/0xe8
LenovoP16v kernel:  ? follow_pte+0x1de/0x200
LenovoP16v kernel:  ? report_bug+0xff/0x140
LenovoP16v kernel:  ? handle_bug+0x3c/0x80
LenovoP16v kernel:  ? exc_invalid_op+0x17/0x70
LenovoP16v kernel:  ? asm_exc_invalid_op+0x1a/0x20
LenovoP16v kernel:  ? follow_pte+0x1de/0x200
LenovoP16v kernel:  follow_phys+0x49/0x110
LenovoP16v kernel:  untrack_pfn+0x55/0x120
LenovoP16v kernel:  unmap_single_vma+0xa6/0xe0
LenovoP16v kernel:  zap_page_range_single+0x122/0x1d0
LenovoP16v kernel:  unmap_mapping_range+0x116/0x140
LenovoP16v kernel:  ? __pfx__main_loop+0x10/0x10 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
LenovoP16v kernel:  nv_revoke_gpu_mappings+0x67/0xb0 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
LenovoP16v kernel:  _nv000711rm+0x35/0x100 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
LenovoP16v kernel:  rm_execute_work_item+0x110/0x170 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
LenovoP16v kernel:  os_execute_work_item+0x5e/0x80 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
LenovoP16v kernel:  _main_loop+0x95/0x150 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
LenovoP16v kernel:  kthread+0xcf/0x100
LenovoP16v kernel:  ? __pfx_kthread+0x10/0x10
LenovoP16v kernel:  ret_from_fork+0x31/0x50
LenovoP16v kernel:  ? __pfx_kthread+0x10/0x10
LenovoP16v kernel:  ret_from_fork_asm+0x1a/0x30
LenovoP16v kernel:  </TASK>
LenovoP16v kernel: ---[ end trace 0000000000000000 ]---
LenovoP16v kernel: ------------[ cut here ]------------
LenovoP16v kernel: WARNING: CPU: 16 PID: 865 at include/linux/rwsem.h:80 follow_pte+0x1de/0x200
LenovoP16v kernel: Modules linked in: ccm snd_seq_dummy rfcomm snd_hrtimer snd_seq snd_seq_device cmac algif_hash algif_skcipher af_alg qrtr bnep nvidia_uvm(POE) nvidia_drm(POE) nvidia_modeset(POE) vfat fat snd_ctl_led snd_soc_skl_hda_dsp snd_soc_hdac_hdmi snd_sof_probes snd_soc_intel_hda_dsp_common nvidia(POE) snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_scodec_component snd_soc_dmic snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_hdac_hda intel_uncore_frequency snd_soc_acpi_intel_match soundwire_generic_allocation intel_uncore_frequency_common snd_soc_acpi intel_tcc_cooling soundwire_bus x86_pkg_temp_thermal joydev mousedev intel_powerclamp snd_soc_avs snd_soc_hda_codec coretemp snd_hda_ext_core snd_soc_core iwlmvm kvm_intel snd_compress ac97_bus uvcvideo snd_pcm_dmaengine kvm snd_hda_intel videobuf2_vmalloc btusb
LenovoP16v kernel:  mac80211 snd_intel_dspcfg uvc btrtl snd_intel_sdw_acpi videobuf2_memops hid_multitouch btintel rapl iTCO_wdt hid_generic intel_pmc_bxt btbcm videobuf2_v4l2 libarc4 snd_hda_codec btmtk iTCO_vendor_support processor_thermal_device_pci ptp processor_thermal_device intel_cstate pps_core videodev processor_thermal_wt_hint mei_pxp mei_hdcp intel_rapl_msr iwlwifi spi_nor i2c_i801 snd_hda_core processor_thermal_rfim intel_uncore videobuf2_common think_lmi bluetooth mc firmware_attributes_class pcspkr psmouse wmi_bmof mtd snd_hwdep i2c_smbus crc16 ucsi_acpi processor_thermal_rapl snd_pcm cfg80211 i2c_mux mei_me intel_lpss_pci typec_ucsi intel_rapl_common processor_thermal_wt_req intel_lpss snd_timer mei typec processor_thermal_power_floor idma64 thunderbolt processor_thermal_mbox roles igen6_edac int3403_thermal intel_pmc_core i2c_hid_acpi int340x_thermal_zone intel_vsec i2c_hid int3400_thermal intel_hid pmt_telemetry acpi_tad acpi_pad acpi_thermal_rel pmt_class pinctrl_tigerlake mac_hid i2c_dev crypto_user loop
LenovoP16v kernel:  nfnetlink ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq dm_crypt cbc encrypted_keys trusted asn1_encoder tee dm_mod xe drm_ttm_helper gpu_sched drm_suballoc_helper drm_gpuvm drm_exec i915 crct10dif_pclmul crc32_pclmul polyval_clmulni polyval_generic gf128mul thinkpad_acpi ghash_clmulni_intel i2c_algo_bit drm_buddy serio_raw sparse_keymap sha512_ssse3 ttm atkbd sha256_ssse3 platform_profile intel_gtt rtsx_pci_sdmmc libps2 sha1_ssse3 mmc_core vivaldi_fmap aesni_intel snd drm_display_helper nvme crypto_simd soundcore cryptd rtsx_pci nvme_core rfkill spi_intel_pci cec xhci_pci spi_intel xhci_pci_renesas nvme_auth i8042 video serio wmi crc32c_intel
LenovoP16v kernel: CPU: 16 PID: 865 Comm: nv_queue Tainted: P        W  OE      6.10.2-1-MANJARO #1 2a35b2bfefadc0903106c9850547e877695ac9e0
LenovoP16v kernel: Hardware name: LENOVO 21FC000QGE/21FC000QGE, BIOS N3UET22W (1.09 ) 11/15/2023
LenovoP16v kernel: RIP: 0010:follow_pte+0x1de/0x200
LenovoP16v kernel: Code: cc cc cc 48 81 e2 00 00 00 c0 48 09 c2 48 f7 d2 48 85 fa 75 20 e8 b2 f5 ff ff 48 8b 35 4b 94 5d 01 48 81 e6 00 00 00 c0 eb 8d <0f> 0b 48 3b 1f 0f 83 50 fe ff ff bd ea ff ff ff eb b6 49 8b 3c 24
LenovoP16v kernel: RSP: 0018:ffffab15c20fbb60 EFLAGS: 00010246
LenovoP16v kernel: RAX: 0000000000000000 RBX: 0000783ce45d7000 RCX: ffffab15c20fbba0
LenovoP16v kernel: RDX: ffffab15c20fbb98 RSI: 0000783ce45d7000 RDI: ffff97a0d93baac8
LenovoP16v kernel: RBP: ffffab15c20fbbe0 R08: ffffab15c20fbd38 R09: 0000000000000000
LenovoP16v kernel: R10: 0000000000000200 R11: 0000000000000003 R12: ffffab15c20fbba0
LenovoP16v kernel: R13: ffffab15c20fbb98 R14: ffff97a0d3133700 R15: 0000000000000000
LenovoP16v kernel: FS:  0000000000000000(0000) GS:ffff97a7ff600000(0000) knlGS:0000000000000000
LenovoP16v kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
LenovoP16v kernel: CR2: 0000768a54ec0010 CR3: 000000075c220000 CR4: 0000000000f50ef0
LenovoP16v kernel: PKRU: 55555554
LenovoP16v kernel: Call Trace:
LenovoP16v kernel:  <TASK>
LenovoP16v kernel:  ? follow_pte+0x1de/0x200
LenovoP16v kernel:  ? __warn.cold+0x8e/0xe8
LenovoP16v kernel:  ? follow_pte+0x1de/0x200
LenovoP16v kernel:  ? report_bug+0xff/0x140
LenovoP16v kernel:  ? handle_bug+0x3c/0x80
LenovoP16v kernel:  ? exc_invalid_op+0x17/0x70
LenovoP16v kernel:  ? asm_exc_invalid_op+0x1a/0x20
LenovoP16v kernel:  ? follow_pte+0x1de/0x200
LenovoP16v kernel:  follow_phys+0x49/0x110
LenovoP16v kernel:  untrack_pfn+0x55/0x120
LenovoP16v kernel:  unmap_single_vma+0xa6/0xe0
LenovoP16v kernel:  zap_page_range_single+0x122/0x1d0
LenovoP16v kernel:  unmap_mapping_range+0x116/0x140
LenovoP16v kernel:  ? __pfx__main_loop+0x10/0x10 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
LenovoP16v kernel:  nv_revoke_gpu_mappings+0x67/0xb0 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
LenovoP16v kernel:  _nv000711rm+0x35/0x100 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
LenovoP16v kernel:  rm_execute_work_item+0x110/0x170 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
LenovoP16v kernel:  os_execute_work_item+0x5e/0x80 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
LenovoP16v kernel:  _main_loop+0x95/0x150 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
LenovoP16v kernel:  kthread+0xcf/0x100
LenovoP16v kernel:  ? __pfx_kthread+0x10/0x10
LenovoP16v kernel:  ret_from_fork+0x31/0x50
LenovoP16v kernel:  ? __pfx_kthread+0x10/0x10
LenovoP16v kernel:  ret_from_fork_asm+0x1a/0x30
LenovoP16v kernel:  </TASK>
LenovoP16v kernel: ---[ end trace 0000000000000000 ]---
LenovoP16v kernel: ------------[ cut here ]------------
LenovoP16v kernel: WARNING: CPU: 16 PID: 865 at include/linux/rwsem.h:80 follow_pte+0x1de/0x200
LenovoP16v kernel: Modules linked in: ccm snd_seq_dummy rfcomm snd_hrtimer snd_seq snd_seq_device cmac algif_hash algif_skcipher af_alg qrtr bnep nvidia_uvm(POE) nvidia_drm(POE) nvidia_modeset(POE) vfat fat snd_ctl_led snd_soc_skl_hda_dsp snd_soc_hdac_hdmi snd_sof_probes snd_soc_intel_hda_dsp_common nvidia(POE) snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_scodec_component snd_soc_dmic snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_hdac_hda intel_uncore_frequency snd_soc_acpi_intel_match soundwire_generic_allocation intel_uncore_frequency_common snd_soc_acpi intel_tcc_cooling soundwire_bus x86_pkg_temp_thermal joydev mousedev intel_powerclamp snd_soc_avs snd_soc_hda_codec coretemp snd_hda_ext_core snd_soc_core iwlmvm kvm_intel snd_compress ac97_bus uvcvideo snd_pcm_dmaengine kvm snd_hda_intel videobuf2_vmalloc btusb
LenovoP16v kernel:  mac80211 snd_intel_dspcfg uvc btrtl snd_intel_sdw_acpi videobuf2_memops hid_multitouch btintel rapl iTCO_wdt hid_generic intel_pmc_bxt btbcm videobuf2_v4l2 libarc4 snd_hda_codec btmtk iTCO_vendor_support processor_thermal_device_pci ptp processor_thermal_device intel_cstate pps_core videodev processor_thermal_wt_hint mei_pxp mei_hdcp intel_rapl_msr iwlwifi spi_nor i2c_i801 snd_hda_core processor_thermal_rfim intel_uncore videobuf2_common think_lmi bluetooth mc firmware_attributes_class pcspkr psmouse wmi_bmof mtd snd_hwdep i2c_smbus crc16 ucsi_acpi processor_thermal_rapl snd_pcm cfg80211 i2c_mux mei_me intel_lpss_pci typec_ucsi intel_rapl_common processor_thermal_wt_req intel_lpss snd_timer mei typec processor_thermal_power_floor idma64 thunderbolt processor_thermal_mbox roles igen6_edac int3403_thermal intel_pmc_core i2c_hid_acpi int340x_thermal_zone intel_vsec i2c_hid int3400_thermal intel_hid pmt_telemetry acpi_tad acpi_pad acpi_thermal_rel pmt_class pinctrl_tigerlake mac_hid i2c_dev crypto_user loop
LenovoP16v kernel:  nfnetlink ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq dm_crypt cbc encrypted_keys trusted asn1_encoder tee dm_mod xe drm_ttm_helper gpu_sched drm_suballoc_helper drm_gpuvm drm_exec i915 crct10dif_pclmul crc32_pclmul polyval_clmulni polyval_generic gf128mul thinkpad_acpi ghash_clmulni_intel i2c_algo_bit drm_buddy serio_raw sparse_keymap sha512_ssse3 ttm atkbd sha256_ssse3 platform_profile intel_gtt rtsx_pci_sdmmc libps2 sha1_ssse3 mmc_core vivaldi_fmap aesni_intel snd drm_display_helper nvme crypto_simd soundcore cryptd rtsx_pci nvme_core rfkill spi_intel_pci cec xhci_pci spi_intel xhci_pci_renesas nvme_auth i8042 video serio wmi crc32c_intel
LenovoP16v kernel: CPU: 16 PID: 865 Comm: nv_queue Tainted: P        W  OE      6.10.2-1-MANJARO #1 2a35b2bfefadc0903106c9850547e877695ac9e0
LenovoP16v kernel: Hardware name: LENOVO 21FC000QGE/21FC000QGE, BIOS N3UET22W (1.09 ) 11/15/2023
LenovoP16v kernel: RIP: 0010:follow_pte+0x1de/0x200
LenovoP16v kernel: Code: cc cc cc 48 81 e2 00 00 00 c0 48 09 c2 48 f7 d2 48 85 fa 75 20 e8 b2 f5 ff ff 48 8b 35 4b 94 5d 01 48 81 e6 00 00 00 c0 eb 8d <0f> 0b 48 3b 1f 0f 83 50 fe ff ff bd ea ff ff ff eb b6 49 8b 3c 24
LenovoP16v kernel: RSP: 0018:ffffab15c20fbb60 EFLAGS: 00010246
LenovoP16v kernel: RAX: 0000000000000000 RBX: 0000783ce45d9000 RCX: ffffab15c20fbba0
LenovoP16v kernel: RDX: ffffab15c20fbb98 RSI: 0000783ce45d9000 RDI: ffff97a0d93be678
LenovoP16v kernel: RBP: ffffab15c20fbbe0 R08: ffffab15c20fbd38 R09: 0000000000000000
LenovoP16v kernel: R10: 0000000000000200 R11: 0000000000000003 R12: ffffab15c20fbba0
LenovoP16v kernel: R13: ffffab15c20fbb98 R14: ffff97a0d3133700 R15: 0000000000000000
LenovoP16v kernel: FS:  0000000000000000(0000) GS:ffff97a7ff600000(0000) knlGS:0000000000000000
LenovoP16v kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
LenovoP16v kernel: CR2: 0000768a54ec0010 CR3: 000000075c220000 CR4: 0000000000f50ef0
LenovoP16v kernel: PKRU: 55555554
LenovoP16v kernel: Call Trace:
LenovoP16v kernel:  <TASK>
LenovoP16v kernel:  ? follow_pte+0x1de/0x200
LenovoP16v kernel:  ? __warn.cold+0x8e/0xe8
LenovoP16v kernel:  ? follow_pte+0x1de/0x200
LenovoP16v kernel:  ? report_bug+0xff/0x140
LenovoP16v kernel:  ? handle_bug+0x3c/0x80
LenovoP16v kernel:  ? exc_invalid_op+0x17/0x70
LenovoP16v kernel:  ? asm_exc_invalid_op+0x1a/0x20
LenovoP16v kernel:  ? follow_pte+0x1de/0x200
LenovoP16v kernel:  follow_phys+0x49/0x110
LenovoP16v kernel:  untrack_pfn+0x55/0x120
LenovoP16v kernel:  unmap_single_vma+0xa6/0xe0
LenovoP16v kernel:  zap_page_range_single+0x122/0x1d0
LenovoP16v kernel:  unmap_mapping_range+0x116/0x140
LenovoP16v kernel:  ? __pfx__main_loop+0x10/0x10 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
LenovoP16v kernel:  nv_revoke_gpu_mappings+0x67/0xb0 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
LenovoP16v kernel:  _nv000711rm+0x35/0x100 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
LenovoP16v kernel:  rm_execute_work_item+0x110/0x170 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
LenovoP16v kernel:  os_execute_work_item+0x5e/0x80 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
LenovoP16v kernel:  _main_loop+0x95/0x150 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
LenovoP16v kernel:  kthread+0xcf/0x100
LenovoP16v kernel:  ? __pfx_kthread+0x10/0x10
LenovoP16v kernel:  ret_from_fork+0x31/0x50
LenovoP16v kernel:  ? __pfx_kthread+0x10/0x10
LenovoP16v kernel:  ret_from_fork_asm+0x1a/0x30
LenovoP16v kernel:  </TASK>
LenovoP16v kernel: ---[ end trace 0000000000000000 ]---
LenovoP16v kded6[1055]: org.kde.plasma.appmenu: Got an error
LenovoP16v kded6[1055]: org.kde.plasma.appmenu: Got an error
LenovoP16v kded6[1055]: org.kde.plasma.appmenu: Got an error
LenovoP16v kded6[1055]: org.kde.plasma.appmenu: Got an error
LenovoP16v plasmashell[1090]: org.kde.plasma.keyboardindicator: Unknown key Qt::Key_Alt
LenovoP16v plasmashell[1090]: org.kde.plasma.keyboardindicator: Unknown key Qt::Key_Alt

failed boot without:

LenovoP16v kernel:   #1  #3  #5  #7  #9 #11
LenovoP16v kernel: pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: pnp 00:05: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000e0000-0x000e3fff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000e8000-0x000ebfff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000f0000-0x000fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x00100000-0xa07fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x00000000-0x0009ffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000e0000-0x000e3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000e8000-0x000ebfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x000f0000-0x000fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: pnp 00:08: disabling [mem 0x00100000-0xa07fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
LenovoP16v kernel: hpet_acpi_add: no address or irqs in _CRS
LenovoP16v kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
LenovoP16v kernel: i8042: Warning: Keylock active
LenovoP16v kernel: resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcffff], which spans more than pnp 00:05 [mem 0xfedc0000-0xfedc7fff]
LenovoP16v kernel: caller igen6_probe+0x15e/0x7c0 [igen6_edac] mapping multiple BARs
LenovoP16v kernel: spi-nor spi0.0: unrecognized JEDEC id bytes: f7 f0 30 09 03 00
LenovoP16v kernel: ACPI Warning: \_SB.PC00.XHCI.RHUB.HS10._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20240322/nsarguments-61)
LenovoP16v kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
LenovoP16v (udev-worker)[549]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
LenovoP16v kernel: ucsi_acpi USBC000:00: UCSI_GET_PDOS failed (-95)
LenovoP16v kernel: nvidia: loading out-of-tree module taints kernel.
LenovoP16v kernel: nvidia: module license 'NVIDIA' taints kernel.
LenovoP16v kernel: Disabling lock debugging due to kernel taint
LenovoP16v kernel: nvidia: module license taints kernel.
LenovoP16v kernel: ucsi_acpi USBC000:00: UCSI_GET_PDOS failed (-95)
LenovoP16v kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
LenovoP16v kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
LenovoP16v systemd-journald[487]: File /var/log/journal/9f7ffba5e6ee4a1085efd0fe69a13b61/system.journal corrupted or uncleanly shut down, renaming and replacing.
LenovoP16v kernel: 
LenovoP16v kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  550.100  Thu Jun 27 19:04:00 UTC 2024
LenovoP16v kernel: ucsi_acpi USBC000:00: UCSI_GET_PDOS failed (-95)
LenovoP16v kernel: ucsi_acpi USBC000:00: UCSI_GET_PDOS failed (-95)
LenovoP16v kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
LenovoP16v kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
LenovoP16v bluetoothd[772]: src/plugin.c:init_plugin() System does not support bap plugin
LenovoP16v bluetoothd[772]: src/plugin.c:init_plugin() System does not support bass plugin
LenovoP16v bluetoothd[772]: src/plugin.c:init_plugin() System does not support mcp plugin
LenovoP16v bluetoothd[772]: src/plugin.c:init_plugin() System does not support vcp plugin
LenovoP16v bluetoothd[772]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
LenovoP16v bluetoothd[772]: src/plugin.c:init_plugin() System does not support micp plugin
LenovoP16v bluetoothd[772]: src/plugin.c:init_plugin() System does not support ccp plugin
LenovoP16v bluetoothd[772]: src/plugin.c:init_plugin() System does not support csip plugin
LenovoP16v bluetoothd[772]: src/plugin.c:init_plugin() System does not support asha plugin
LenovoP16v kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
LenovoP16v boltd[815]: [5e938780-a047-domain0                    ] udev: failed to determine if uid is stable: unknown NHI PCI id '0xa73e'
LenovoP16v boltd[815]: [11d48780-31da-domain1                    ] udev: failed to determine if uid is stable: unknown NHI PCI id '0xa76d'
LenovoP16v kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
LenovoP16v kernel: ACPI Warning: \_SB.NPCF._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20240322/nsarguments-61)
LenovoP16v kernel: ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20240322/nsarguments-61)
LenovoP16v kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
LenovoP16v kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
LenovoP16v systemd-coredump[878]: [🡕] Process 859 (Xorg) of user 0 dumped core.
                                                  
                                                  Stack trace of thread 859:
                                                  #0  0x000070036f72ce44 n/a (libc.so.6 + 0x94e44)
                                                  #1  0x000070036f6d4a30 raise (libc.so.6 + 0x3ca30)
                                                  #2  0x000070036f6bc4c3 abort (libc.so.6 + 0x244c3)
                                                  #3  0x00005867aa56612e OsAbort (Xorg + 0x14b12e)
                                                  #4  0x00005867aa5675e7 FatalError (Xorg + 0x14c5e7)
                                                  #5  0x00005867aa56e268 n/a (Xorg + 0x153268)
                                                  #6  0x000070036f6d4ae0 n/a (libc.so.6 + 0x3cae0)
                                                  #7  0x00005867aa4ca089 RRTellChanged (Xorg + 0xaf089)
                                                  #8  0x00005867aa5c5134 n/a (Xorg + 0x1aa134)
                                                  #9  0x00005867aa5ebbbe n/a (Xorg + 0x1d0bbe)
                                                  #10 0x00005867aa5ebcc8 n/a (Xorg + 0x1d0cc8)
                                                  #11 0x00005867aa565d8a n/a (Xorg + 0x14ad8a)
                                                  #12 0x00005867aa56116f WaitForSomething (Xorg + 0x14616f)
                                                  #13 0x00005867aa44a667 n/a (Xorg + 0x2f667)
                                                  #14 0x000070036f6bdc88 n/a (libc.so.6 + 0x25c88)
                                                  #15 0x000070036f6bdd4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                  #16 0x00005867aa44b7c5 _start (Xorg + 0x307c5)
                                                  
                                                  Stack trace of thread 862:
                                                  #0  0x000070036f7274e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000070036f729ed9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000070036be9bfae n/a (iris_dri.so + 0x9bfae)
                                                  #3  0x000070036be79d5c n/a (iris_dri.so + 0x79d5c)
                                                  #4  0x000070036be9bedd n/a (iris_dri.so + 0x9bedd)
                                                  #5  0x000070036f72aded n/a (libc.so.6 + 0x92ded)
                                                  #6  0x000070036f7ae0dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 864:
                                                  #0  0x000070036f7274e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000070036f729ed9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000070036be9bfae n/a (iris_dri.so + 0x9bfae)
                                                  #3  0x000070036be79d5c n/a (iris_dri.so + 0x79d5c)
                                                  #4  0x000070036be9bedd n/a (iris_dri.so + 0x9bedd)
                                                  #5  0x000070036f72aded n/a (libc.so.6 + 0x92ded)
                                                  #6  0x000070036f7ae0dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 872:
                                                  #0  0x000070036f7274e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000070036f729ed9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000070036be9bfae n/a (iris_dri.so + 0x9bfae)
                                                  #3  0x000070036be79d5c n/a (iris_dri.so + 0x79d5c)
                                                  #4  0x000070036be9bedd n/a (iris_dri.so + 0x9bedd)
                                                  #5  0x000070036f72aded n/a (libc.so.6 + 0x92ded)
                                                  #6  0x000070036f7ae0dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 875:
                                                  #0  0x000070036f7ae4e2 epoll_wait (libc.so.6 + 0x1164e2)
                                                  #1  0x00005867aa565d40 n/a (Xorg + 0x14ad40)
                                                  #2  0x00005867aa569449 n/a (Xorg + 0x14e449)
                                                  #3  0x000070036f72aded n/a (libc.so.6 + 0x92ded)
                                                  #4  0x000070036f7ae0dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 863:
                                                  #0  0x000070036f7274e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000070036f729ed9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000070036be9bfae n/a (iris_dri.so + 0x9bfae)
                                                  #3  0x000070036be79d5c n/a (iris_dri.so + 0x79d5c)
                                                  #4  0x000070036be9bedd n/a (iris_dri.so + 0x9bedd)
                                                  #5  0x000070036f72aded n/a (libc.so.6 + 0x92ded)
                                                  #6  0x000070036f7ae0dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 871:
                                                  #0  0x000070036f7274e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000070036f729ed9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000070036be9bfae n/a (iris_dri.so + 0x9bfae)
                                                  #3  0x000070036be79d5c n/a (iris_dri.so + 0x79d5c)
                                                  #4  0x000070036be9bedd n/a (iris_dri.so + 0x9bedd)
                                                  #5  0x000070036f72aded n/a (libc.so.6 + 0x92ded)
                                                  #6  0x000070036f7ae0dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 865:
                                                  #0  0x000070036f7274e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000070036f729ed9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000070036be9bfae n/a (iris_dri.so + 0x9bfae)
                                                  #3  0x000070036be79d5c n/a (iris_dri.so + 0x79d5c)
                                                  #4  0x000070036be9bedd n/a (iris_dri.so + 0x9bedd)
                                                  #5  0x000070036f72aded n/a (libc.so.6 + 0x92ded)
                                                  #6  0x000070036f7ae0dc n/a (libc.so.6 + 0x1160dc)
                                                  ELF object binary architecture: AMD x86-64
LenovoP16v dbus-broker-launch[768]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
LenovoP16v systemd-journald[487]: File /var/log/journal/9f7ffba5e6ee4a1085efd0fe69a13b61/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
LenovoP16v NetworkManager[770]: <warn>  [1722547148.7345] device (wlp0s20f3): no secrets: No agents were available for this request.
LenovoP16v NetworkManager[770]: <warn>  [1722547148.7348] device (wlp0s20f3): Activation: failed for connection 'yNtZH33'
LenovoP16v dbus-broker-launch[920]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
LenovoP16v dbus-broker-launch[920]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
LenovoP16v dbus-broker-launch[920]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
LenovoP16v sddm-helper[886]: Signal received: SIGTERM
LenovoP16v systemd[891]: /run/user/1000/systemd/generator.late/app-syncthing@autostart.service:18: WorkingDirectory= path is not absolute, ignoring: 
LenovoP16v sddm[857]: Auth: sddm-helper exited with 255
LenovoP16v xdg-desktop-por[950]: No skeleton to export
LenovoP16v kwin_wayland[943]: kwin_core: Could not determine the active graphical session
LenovoP16v kwin_wayland[943]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
LenovoP16v kwin_wayland[943]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
LenovoP16v kwin_wayland[943]: kwin_wayland_drm: No suitable DRM devices have been found
LenovoP16v kwin_wayland[982]: kwin_core: Could not determine the active graphical session
LenovoP16v kwin_wayland[982]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
LenovoP16v kwin_wayland[982]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
LenovoP16v kwin_wayland[982]: kwin_wayland_drm: No suitable DRM devices have been found
LenovoP16v kwin_wayland[986]: kwin_core: Could not determine the active graphical session
LenovoP16v kwin_wayland[986]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
LenovoP16v kwin_wayland[986]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
LenovoP16v kwin_wayland[986]: kwin_wayland_drm: No suitable DRM devices have been found
LenovoP16v kwin_wayland[988]: kwin_core: Could not determine the active graphical session
LenovoP16v kwin_wayland[988]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
LenovoP16v kwin_wayland[988]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
LenovoP16v kwin_wayland[988]: kwin_wayland_drm: No suitable DRM devices have been found
LenovoP16v kwin_wayland[990]: kwin_core: Could not determine the active graphical session
LenovoP16v kwin_wayland[990]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
LenovoP16v kwin_wayland[990]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
LenovoP16v kwin_wayland[990]: kwin_wayland_drm: No suitable DRM devices have been found
LenovoP16v kwin_wayland[992]: kwin_core: Could not determine the active graphical session
LenovoP16v kwin_wayland[992]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
LenovoP16v kwin_wayland[992]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
LenovoP16v kwin_wayland[992]: kwin_wayland_drm: No suitable DRM devices have been found
LenovoP16v kwin_wayland[994]: kwin_core: Could not determine the active graphical session
LenovoP16v kwin_wayland[994]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
LenovoP16v kwin_wayland[994]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
LenovoP16v kwin_wayland[994]: kwin_wayland_drm: No suitable DRM devices have been found
LenovoP16v kwin_wayland[996]: kwin_core: Could not determine the active graphical session
LenovoP16v kwin_wayland[996]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
LenovoP16v kwin_wayland[996]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
LenovoP16v kwin_wayland[996]: kwin_wayland_drm: No suitable DRM devices have been found
LenovoP16v kwin_wayland[998]: kwin_core: Could not determine the active graphical session
LenovoP16v kwin_wayland[998]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
LenovoP16v kwin_wayland[998]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
LenovoP16v kwin_wayland[998]: kwin_wayland_drm: No suitable DRM devices have been found
LenovoP16v kwin_wayland[1000]: kwin_core: Could not determine the active graphical session
LenovoP16v kwin_wayland[1000]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
LenovoP16v kwin_wayland[1000]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
LenovoP16v kwin_wayland[1000]: kwin_wayland_drm: No suitable DRM devices have been found
LenovoP16v kwin_wayland[1002]: kwin_core: Could not determine the active graphical session
LenovoP16v kwin_wayland[1002]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
LenovoP16v kwin_wayland[1002]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
LenovoP16v kwin_wayland[1002]: kwin_wayland_drm: No suitable DRM devices have been found
LenovoP16v kcminit_startup[947]: qt.qpa.wayland: "wl-shell" is a deprecated shell extension, prefer using "xdg-shell" if supported by the compositor by setting the environment variable QT_WAYLAND_SHELL_INTEGRATION
LenovoP16v ksplashqml[946]: qt.qpa.wayland: "wl-shell" is a deprecated shell extension, prefer using "xdg-shell" if supported by the compositor by setting the environment variable QT_WAYLAND_SHELL_INTEGRATION
LenovoP16v kcminit_startup[947]: qt.qpa.wayland: Loading shell integration failed.
LenovoP16v kcminit_startup[947]: qt.qpa.wayland: Attempted to load the following shells QList("xdg-shell", "wl-shell", "ivi-shell", "qt-shell")
LenovoP16v ksplashqml[946]: qt.qpa.wayland: Loading shell integration failed.
LenovoP16v ksplashqml[946]: qt.qpa.wayland: Attempted to load the following shells QList("xdg-shell", "wl-shell", "ivi-shell", "qt-shell")
LenovoP16v ksplashqml[946]: qt.qpa.xcb: could not connect to display :0
LenovoP16v ksplashqml[946]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v kcminit_startup[947]: qt.qpa.xcb: could not connect to display :0
LenovoP16v kcminit_startup[947]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v systemd-coredump[1012]: [🡕] Process 946 (ksplashqml) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 946:
                                                   #0  0x0000793597aa8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x0000793597a50a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x0000793597a384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000079359808c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x000079359808cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007935986daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x000079359877b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x0000793598148c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x000079359877b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x0000793598773cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x00006407f279e668 n/a (ksplashqml + 0x5668)
                                                   #11 0x0000793597a39c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x0000793597a39d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00006407f279f325 n/a (ksplashqml + 0x6325)
                                                   
                                                   Stack trace of thread 959:
                                                   #0  0x0000793597b1c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x00007935967d092d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000079359676dfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007935983a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x000079359814f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x000079359823a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x0000793599da5e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007935982c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x0000793597aa6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x0000793597b2a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd[891]: plasma-ksplash.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: plasma-ksplash.service: Failed with result 'core-dump'.
LenovoP16v systemd[891]: Failed to start Splash screen shown during boot.
LenovoP16v systemd-coredump[1021]: [🡕] Process 947 (kcminit_startup) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 947:
                                                   #0  0x0000745c120a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x0000745c12050a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x0000745c120384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x0000745c1268c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x0000745c1268cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x0000745c12cdaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x0000745c12d7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x0000745c12748c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x0000745c12d7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x0000745c12d73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x000061a16b227198 n/a (kcminit + 0x3198)
                                                   #11 0x0000745c12039c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x0000745c12039d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x000061a16b228675 n/a (kcminit + 0x4675)
                                                   
                                                   Stack trace of thread 949:
                                                   #0  0x0000745c1211c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x0000745c11e4692d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x0000745c11de3fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x0000745c129a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x0000745c1274f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x0000745c1283a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x0000745c135bae4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x0000745c128c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x0000745c120a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x0000745c1212a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v kded6[1041]: Failed to create wl_display (No such file or directory)
LenovoP16v kded6[1041]: qt.qpa.xcb: could not connect to display :0
LenovoP16v kded6[1041]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v ksmserver[1039]: qt.qpa.xcb: could not connect to display :0
LenovoP16v ksmserver[1039]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v systemd-coredump[1047]: [🡕] Process 1041 (kded6) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1041:
                                                   #0  0x000075e0e38a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000075e0e3850a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000075e0e38384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000075e0e3e8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x000075e0e3e8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x000075e0e44daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x000075e0e457b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x000075e0e3f48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x000075e0e457b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x000075e0e4ef70b6 _ZN19QApplicationPrivate4initEv (libQt6Widgets.so.6 + 0xf70b6)
                                                   #10 0x00005ea176e84e73 n/a (kded6 + 0x5e73)
                                                   #11 0x000075e0e3839c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x000075e0e3839d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00005ea176e84ed5 n/a (kded6 + 0x5ed5)
                                                   
                                                   Stack trace of thread 1043:
                                                   #0  0x000075e0e391c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000075e0e35a592d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000075e0e3542fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x000075e0e41a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x000075e0e3f4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x000075e0e403a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x000075e0e4c97e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x000075e0e40c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x000075e0e38a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000075e0e392a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd[891]: plasma-kded6.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: plasma-kded6.service: Failed with result 'core-dump'.
LenovoP16v systemd[891]: Failed to start KDE Daemon 6.
LenovoP16v systemd-coredump[1052]: [🡕] Process 1039 (ksmserver) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1039:
                                                   #0  0x0000762ff28a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x0000762ff2850a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x0000762ff28384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x0000762ff2e8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x0000762ff2e8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x0000762ff34daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x0000762ff357b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x0000762ff2f48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x0000762ff357b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x0000762ff3573cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x00005f290091c4bd n/a (ksmserver + 0x94bd)
                                                   #11 0x0000762ff2839c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x0000762ff2839d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00005f290091ece5 n/a (ksmserver + 0xbce5)
                                                   
                                                   Stack trace of thread 1048:
                                                   #0  0x0000762ff291c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x0000762ff22a892d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x0000762ff2245fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x0000762ff31a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x0000762ff2f4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x0000762ff303a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x0000762ff3d20e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x0000762ff30c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x0000762ff28a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x0000762ff292a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd[891]: plasma-ksmserver.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: plasma-ksmserver.service: Failed with result 'core-dump'.
LenovoP16v systemd[891]: Failed to start KDE Session Management Server.
LenovoP16v systemd[891]: Dependency failed for KDE Plasma Workspace Core.
LenovoP16v systemd[891]: Dependency failed for KDE Plasma Workspace.
LenovoP16v systemd[891]: Dependency failed for plasma-workspace-wayland.target.
LenovoP16v systemd[891]: graphical-session.target: Failed to enqueue stop job, ignoring: Transaction for graphical-session.target/stop is destructive (app-pamac\x2dtray@autostart.service has 'start' job queued, but 'stop' is included in transaction).
LenovoP16v systemd[891]: plasma-kcminit-phase1.service: Failed with result 'exit-code'.
LenovoP16v systemd[891]: Failed to start KDE Configuration Module Initialization (Phase 1).
LenovoP16v gmenudbusmenuproxy[1088]: qt.qpa.xcb: could not connect to display :0
LenovoP16v gmenudbusmenuproxy[1088]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v kdeconnectd[1076]: Failed to create wl_display (No such file or directory)
LenovoP16v xembedsniproxy[1098]: qt.qpa.xcb: could not connect to display :0
LenovoP16v xembedsniproxy[1098]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v polkit-kde-authentication-agent-1[1094]: Failed to create wl_display (No such file or directory)
LenovoP16v kdeconnectd[1076]: qt.qpa.xcb: could not connect to display :0
LenovoP16v kdeconnectd[1076]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v msm_kde_notifier[1074]: qt.qpa.xcb: could not connect to display :0
LenovoP16v polkit-kde-authentication-agent-1[1094]: qt.qpa.xcb: could not connect to display :0
LenovoP16v polkit-kde-authentication-agent-1[1094]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v systemd[891]: plasma-polkit-agent.service: Main process exited, code=killed, status=6/ABRT
LenovoP16v systemd[891]: plasma-polkit-agent.service: Failed with result 'signal'.
LenovoP16v systemd[891]: Failed to start KDE PolicyKit Authentication Agent.
LenovoP16v org_kde_powerdevil[1095]: Failed to create wl_display (No such file or directory)
LenovoP16v keepassxc[1077]: qt.qpa.xcb: could not connect to display :0
LenovoP16v xapp-sn-watcher[1105]: XDG_CURRENT_DESKTOP not set, unable to check against enabled desktop list. Starting anyway...
LenovoP16v xapp-sn-watcher[1105]: cannot open display: :0
LenovoP16v systemd[891]: app-xapp\x2dsn\x2dwatcher@autostart.service: Failed with result 'exit-code'.
LenovoP16v pamac-tray[1102]: cannot open display: :0
LenovoP16v org_kde_powerdevil[1095]: qt.qpa.xcb: could not connect to display :0
LenovoP16v org_kde_powerdevil[1095]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v plasmashell[1091]: Failed to create wl_display (No such file or directory)
LenovoP16v systemd[891]: app-pamac\x2dtray@autostart.service: Failed with result 'exit-code'.
LenovoP16v plasmashell[1091]: qt.qpa.xcb: could not connect to display :0
LenovoP16v plasmashell[1091]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v systemd-coredump[1126]: [🡕] Process 1088 (gmenudbusmenupr) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1088:
                                                   #0  0x00007f4e8aea8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x00007f4e8ae50a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x00007f4e8ae384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007f4e8b48c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007f4e8b48cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007f4e8badaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007f4e8bb7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007f4e8b548c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007f4e8bb7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007f4e8bb73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x00006352b47bec6e n/a (gmenudbusmenuproxy + 0x9c6e)
                                                   #11 0x00007f4e8ae39c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x00007f4e8ae39d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00006352b47bef45 n/a (gmenudbusmenuproxy + 0x9f45)
                                                   
                                                   Stack trace of thread 1107:
                                                   #0  0x00007f4e8af1c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x00007f4e8abe492d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007f4e8ab81fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007f4e8b7a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007f4e8b54f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007f4e8b63a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007f4e8c2dce4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007f4e8b6c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007f4e8aea6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x00007f4e8af2a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd[891]: plasma-gmenudbusmenuproxy.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: plasma-gmenudbusmenuproxy.service: Failed with result 'core-dump'.
LenovoP16v systemd-coredump[1128]: [🡕] Process 1098 (xembedsniproxy) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1098:
                                                   #0  0x000076bb28ca8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000076bb28c50a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000076bb28c384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000076bb2928c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x000076bb2928cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x000076bb298daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x000076bb2997b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x000076bb29348c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x000076bb2997b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x000076bb29973cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x000056f9f802624e n/a (xembedsniproxy + 0x624e)
                                                   #11 0x000076bb28c39c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x000076bb28c39d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x000056f9f80265b5 n/a (xembedsniproxy + 0x65b5)
                                                   
                                                   Stack trace of thread 1121:
                                                   #0  0x000076bb28d1c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000076bb28ae392d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000076bb28a80fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x000076bb295a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x000076bb2934f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x000076bb2943a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x000076bb2a1c3e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x000076bb294c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x000076bb28ca6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000076bb28d2a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd[891]: plasma-xembedsniproxy.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: plasma-xembedsniproxy.service: Failed with result 'core-dump'.
LenovoP16v polkit-kde-authentication-agent-1[1178]: Failed to create wl_display (No such file or directory)
LenovoP16v systemd-coredump[1149]: [🡕] Process 1074 (msm_kde_notifie) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1074:
                                                   #0  0x000071abd18a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000071abd1850a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000071abd18384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000071abd1e98143 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x98143)
                                                   #4  0x000071abd2532da7 _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt5Gui.so.5 + 0x132da7)
                                                   #5  0x000071abd2533451 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt5Gui.so.5 + 0x133451)
                                                   #6  0x000071abd20b337d _ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5 + 0x2b337d)
                                                   #7  0x000071abd2533507 _ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5 + 0x133507)
                                                   #8  0x000071abd2d53586 _ZN19QApplicationPrivate4initEv (libQt5Widgets.so.5 + 0x153586)
                                                   #9  0x000055b9ff39352c n/a (msm_kde_notifier + 0xa52c)
                                                   #10 0x000071abd1839c88 n/a (libc.so.6 + 0x25c88)
                                                   #11 0x000071abd1839d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #12 0x000055b9ff393e95 _start (msm_kde_notifier + 0xae95)
                                                   
                                                   Stack trace of thread 1137:
                                                   #0  0x000071abd191c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000071abd0e0592d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000071abd0da2fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x000071abd20fa37f _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2fa37f)
                                                   #4  0x000071abd20a382c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2a382c)
                                                   #5  0x000071abd1ef277d _ZN7QThread4execEv (libQt5Core.so.5 + 0xf277d)
                                                   #6  0x000071abd2398b23 n/a (libQt5DBus.so.5 + 0x17b23)
                                                   #7  0x000071abd1ef261b n/a (libQt5Core.so.5 + 0xf261b)
                                                   #8  0x000071abd18a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000071abd192a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd[891]: app-msm_kde_notifier@autostart.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: app-msm_kde_notifier@autostart.service: Failed with result 'core-dump'.
LenovoP16v polkit-kde-authentication-agent-1[1178]: qt.qpa.xcb: could not connect to display :0
LenovoP16v polkit-kde-authentication-agent-1[1178]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v systemd[891]: plasma-polkit-agent.service: Main process exited, code=killed, status=6/ABRT
LenovoP16v systemd[891]: plasma-polkit-agent.service: Failed with result 'signal'.
LenovoP16v systemd-coredump[1165]: [🡕] Process 1077 (keepassxc) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1077:
                                                   #0  0x00007173ab0a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x00007173ab050a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x00007173ab0384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007173ab698143 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x98143)
                                                   #4  0x00007173abd32da7 _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt5Gui.so.5 + 0x132da7)
                                                   #5  0x00007173abd33451 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt5Gui.so.5 + 0x133451)
                                                   #6  0x00007173ab8b337d _ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5 + 0x2b337d)
                                                   #7  0x00007173abd33507 _ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5 + 0x133507)
                                                   #8  0x00007173acd53586 _ZN19QApplicationPrivate4initEv (libQt5Widgets.so.5 + 0x153586)
                                                   #9  0x0000645ae12207e0 n/a (keepassxc + 0xca7e0)
                                                   #10 0x00007173ab039c88 n/a (libc.so.6 + 0x25c88)
                                                   #11 0x00007173ab039d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #12 0x0000645ae122a365 _start (keepassxc + 0xd4365)
                                                   
                                                   Stack trace of thread 1150:
                                                   #0  0x00007173ab11c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x00007173a9f7692d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007173a9f13fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007173ab8fa37f _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2fa37f)
                                                   #4  0x00007173ab8a382c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2a382c)
                                                   #5  0x00007173ab6f277d _ZN7QThread4execEv (libQt5Core.so.5 + 0xf277d)
                                                   #6  0x00007173acb98b23 n/a (libQt5DBus.so.5 + 0x17b23)
                                                   #7  0x00007173ab6f261b n/a (libQt5Core.so.5 + 0xf261b)
                                                   #8  0x00007173ab0a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x00007173ab12a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd[891]: Failed to start KDE PolicyKit Authentication Agent.
LenovoP16v systemd[891]: app-org.keepassxc.KeePassXC@autostart.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: app-org.keepassxc.KeePassXC@autostart.service: Failed with result 'core-dump'.
LenovoP16v systemd-coredump[1154]: [🡕] Process 1076 (kdeconnectd) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1076:
                                                   #0  0x000074955bea8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000074955be50a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000074955be384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000074955c48c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x000074955c48cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x000074955cadaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x000074955cb7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x000074955c548c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x000074955cb7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x000074955d4f70b6 _ZN19QApplicationPrivate4initEv (libQt6Widgets.so.6 + 0xf70b6)
                                                   #10 0x000060353a85f411 n/a (kdeconnectd + 0x3411)
                                                   #11 0x000074955be39c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x000074955be39d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x000060353a85fb85 n/a (kdeconnectd + 0x3b85)
                                                   
                                                   Stack trace of thread 1138:
                                                   #0  0x000074955bf1c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000074955b46f92d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000074955b40cfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x000074955c7a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x000074955c54f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x000074955c63a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x000074955db4de4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x000074955c6c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x000074955bea6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000074955bf2a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v xembedsniproxy[1195]: qt.qpa.xcb: could not connect to display :0
LenovoP16v xembedsniproxy[1195]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v gmenudbusmenuproxy[1194]: qt.qpa.xcb: could not connect to display :0
LenovoP16v gmenudbusmenuproxy[1194]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v systemd[891]: app-org.kde.kdeconnect.daemon@autostart.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: app-org.kde.kdeconnect.daemon@autostart.service: Failed with result 'core-dump'.
LenovoP16v nextcloud[1069]: qt.qpa.xcb: could not connect to display :0
LenovoP16v systemd-coredump[1167]: [🡕] Process 1095 (org_kde_powerde) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1095:
                                                   #0  0x00007c4fba8a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x00007c4fba850a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x00007c4fba8384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007c4fbae8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007c4fbae8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007c4fbb4daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007c4fbb57b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007c4fbaf48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007c4fbb57b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007c4fbb573cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x00005e069531d0ac n/a (org_kde_powerdevil + 0x70ac)
                                                   #11 0x00007c4fba839c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x00007c4fba839d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00005e069531e0d5 n/a (org_kde_powerdevil + 0x80d5)
                                                   
                                                   Stack trace of thread 1161:
                                                   #0  0x00007c4fba91c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x00007c4fb957092d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007c4fb950dfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007c4fbb1a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007c4fbaf4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007c4fbb03a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007c4fbbcdce4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007c4fbb0c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007c4fba8a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x00007c4fba92a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd[891]: plasma-powerdevil.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: plasma-powerdevil.service: Failed with result 'core-dump'.
LenovoP16v systemd[891]: Failed to start Powerdevil.
LenovoP16v systemd-coredump[1172]: [🡕] Process 1091 (plasmashell) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1091:
                                                   #0  0x000073a08a2a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000073a08a250a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000073a08a2384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000073a08a88c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x000073a08a88cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x000073a08aedaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x000073a08af7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x000073a08a948c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x000073a08af7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x000073a08c8f70b6 _ZN19QApplicationPrivate4initEv (libQt6Widgets.so.6 + 0xf70b6)
                                                   #10 0x00005bfec36f34fb n/a (plasmashell + 0x244fb)
                                                   #11 0x000073a08a239c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x000073a08a239d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00005bfec36f6a65 n/a (plasmashell + 0x27a65)
                                                   
                                                   Stack trace of thread 1168:
                                                   #0  0x000073a08a31c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000073a08961192d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000073a0895aefc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x000073a08aba2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x000073a08a94f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x000073a08aa3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x000073a08b823e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x000073a08aac9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x000073a08a2a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000073a08a32a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd[891]: plasma-plasmashell.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: plasma-plasmashell.service: Failed with result 'core-dump'.
LenovoP16v systemd[891]: Failed to start KDE Plasma Workspace.
LenovoP16v kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
LenovoP16v polkit-kde-authentication-agent-1[1227]: Failed to create wl_display (No such file or directory)
LenovoP16v polkit-kde-authentication-agent-1[1227]: qt.qpa.xcb: could not connect to display :0
LenovoP16v polkit-kde-authentication-agent-1[1227]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v systemd[891]: plasma-polkit-agent.service: Main process exited, code=killed, status=6/ABRT
LenovoP16v systemd[891]: plasma-polkit-agent.service: Failed with result 'signal'.
LenovoP16v systemd[891]: Failed to start KDE PolicyKit Authentication Agent.
LenovoP16v systemd-coredump[1221]: [🡕] Process 1194 (gmenudbusmenupr) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1194:
                                                   #0  0x00007c7d902a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x00007c7d90250a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x00007c7d902384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007c7d9088c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007c7d9088cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007c7d90edaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007c7d90f7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007c7d90948c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007c7d90f7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007c7d90f73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x000060a253d45c6e n/a (gmenudbusmenuproxy + 0x9c6e)
                                                   #11 0x00007c7d90239c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x00007c7d90239d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x000060a253d45f45 n/a (gmenudbusmenuproxy + 0x9f45)
                                                   
                                                   Stack trace of thread 1202:
                                                   #0  0x00007c7d9031c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x00007c7d8fff692d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007c7d8ff93fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007c7d90ba2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007c7d9094f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007c7d90a3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007c7d916f4e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007c7d90ac9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007c7d902a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x00007c7d9032a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd[891]: plasma-gmenudbusmenuproxy.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: plasma-gmenudbusmenuproxy.service: Failed with result 'core-dump'.
LenovoP16v systemd-coredump[1220]: [🡕] Process 1195 (xembedsniproxy) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1195:
                                                   #0  0x000076c7986a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000076c798650a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000076c7986384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000076c798c8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x000076c798c8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x000076c7992daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x000076c79937b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x000076c798d48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x000076c79937b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x000076c799373cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x000060503a70624e n/a (xembedsniproxy + 0x624e)
                                                   #11 0x000076c798639c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x000076c798639d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x000060503a7065b5 n/a (xembedsniproxy + 0x65b5)
                                                   
                                                   Stack trace of thread 1204:
                                                   #0  0x000076c79871c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000076c7984e392d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000076c798480fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x000076c798fa2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x000076c798d4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x000076c798e3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x000076c799baae4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x000076c798ec9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x000076c7986a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000076c79872a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd[891]: plasma-xembedsniproxy.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: plasma-xembedsniproxy.service: Failed with result 'core-dump'.
LenovoP16v org_kde_powerdevil[1250]: Failed to create wl_display (No such file or directory)
LenovoP16v plasmashell[1253]: Failed to create wl_display (No such file or directory)
LenovoP16v org_kde_powerdevil[1250]: qt.qpa.xcb: could not connect to display :0
LenovoP16v org_kde_powerdevil[1250]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v plasmashell[1253]: qt.qpa.xcb: could not connect to display :0
LenovoP16v plasmashell[1253]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v systemd-coredump[1225]: [🡕] Process 1069 (nextcloud) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1069:
                                                   #0  0x000074813daa8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000074813da50a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000074813da384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000074813e098143 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x98143)
                                                   #4  0x000074813e932da7 _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt5Gui.so.5 + 0x132da7)
                                                   #5  0x000074813e933451 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt5Gui.so.5 + 0x133451)
                                                   #6  0x000074813e2b337d _ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5 + 0x2b337d)
                                                   #7  0x000074813e933507 _ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5 + 0x133507)
                                                   #8  0x000074813f153586 _ZN19QApplicationPrivate4initEv (libQt5Widgets.so.5 + 0x153586)
                                                   #9  0x00005582399e3176 n/a (nextcloud + 0xa5176)
                                                   #10 0x000074813da39c88 n/a (libc.so.6 + 0x25c88)
                                                   #11 0x000074813da39d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #12 0x0000558239a2bfa5 n/a (nextcloud + 0xedfa5)
                                                   
                                                   Stack trace of thread 1214:
                                                   #0  0x000074813db1c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000074813f77092d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000074813f70dfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x000074813e2fa37f _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2fa37f)
                                                   #4  0x000074813e2a382c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2a382c)
                                                   #5  0x000074813e0f277d _ZN7QThread4execEv (libQt5Core.so.5 + 0xf277d)
                                                   #6  0x0000748140198b23 n/a (libQt5DBus.so.5 + 0x17b23)
                                                   #7  0x000074813e0f261b n/a (libQt5Core.so.5 + 0xf261b)
                                                   #8  0x000074813daa6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000074813db2a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd[891]: app-Nextcloud@autostart.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: app-Nextcloud@autostart.service: Failed with result 'core-dump'.
LenovoP16v gmenudbusmenuproxy[1287]: qt.qpa.xcb: could not connect to display :0
LenovoP16v gmenudbusmenuproxy[1287]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v xembedsniproxy[1289]: qt.qpa.xcb: could not connect to display :0
LenovoP16v xembedsniproxy[1289]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v polkit-kde-authentication-agent-1[1288]: Failed to create wl_display (No such file or directory)
LenovoP16v polkit-kde-authentication-agent-1[1288]: qt.qpa.xcb: could not connect to display :0
LenovoP16v polkit-kde-authentication-agent-1[1288]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v systemd[891]: plasma-polkit-agent.service: Main process exited, code=killed, status=6/ABRT
LenovoP16v systemd[891]: plasma-polkit-agent.service: Failed with result 'signal'.
LenovoP16v systemd[891]: Failed to start KDE PolicyKit Authentication Agent.
LenovoP16v systemd-coredump[1274]: [🡕] Process 1250 (org_kde_powerde) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1250:
                                                   #0  0x000079e838aa8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000079e838a50a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000079e838a384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000079e83908c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x000079e83908cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x000079e8396daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x000079e83977b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x000079e839148c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x000079e83977b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x000079e839773cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x00005bd66b3d40ac n/a (org_kde_powerdevil + 0x70ac)
                                                   #11 0x000079e838a39c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x000079e838a39d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00005bd66b3d50d5 n/a (org_kde_powerdevil + 0x80d5)
                                                   
                                                   Stack trace of thread 1269:
                                                   #0  0x000079e838b1c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000079e83792092d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000079e8378bdfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x000079e8393a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x000079e83914f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x000079e83923a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x000079e839ffde4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x000079e8392c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x000079e838aa6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000079e838b2a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd[891]: plasma-powerdevil.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: plasma-powerdevil.service: Failed with result 'core-dump'.
LenovoP16v systemd[891]: Failed to start Powerdevil.
LenovoP16v systemd-coredump[1279]: [🡕] Process 1253 (plasmashell) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1253:
                                                   #0  0x0000760dcc0a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x0000760dcc050a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x0000760dcc0384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x0000760dcc68c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x0000760dcc68cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x0000760dcccdaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x0000760dccd7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x0000760dcc748c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x0000760dccd7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x0000760dce4f70b6 _ZN19QApplicationPrivate4initEv (libQt6Widgets.so.6 + 0xf70b6)
                                                   #10 0x00006491d16614fb n/a (plasmashell + 0x244fb)
                                                   #11 0x0000760dcc039c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x0000760dcc039d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00006491d1664a65 n/a (plasmashell + 0x27a65)
                                                   
                                                   Stack trace of thread 1273:
                                                   #0  0x0000760dcc11c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x0000760dcb2e192d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x0000760dcb27efc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x0000760dcc9a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x0000760dcc74f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x0000760dcc83a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x0000760dcdb75e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x0000760dcc8c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x0000760dcc0a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x0000760dcc12a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd-coredump[1298]: [🡕] Process 1289 (xembedsniproxy) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1289:
                                                   #0  0x00007ad500ca8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x00007ad500c50a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x00007ad500c384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007ad50128c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007ad50128cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007ad5018daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007ad50197b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007ad501348c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007ad50197b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007ad501973cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x000060e804d5c24e n/a (xembedsniproxy + 0x624e)
                                                   #11 0x00007ad500c39c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x00007ad500c39d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x000060e804d5c5b5 n/a (xembedsniproxy + 0x65b5)
                                                   
                                                   Stack trace of thread 1294:
                                                   #0  0x00007ad500d1c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x00007ad500ae392d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007ad500a80fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007ad5015a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007ad50134f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007ad50143a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007ad5021b8e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007ad5014c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007ad500ca6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x00007ad500d2a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd[891]: plasma-plasmashell.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: plasma-plasmashell.service: Failed with result 'core-dump'.
LenovoP16v systemd[891]: Failed to start KDE Plasma Workspace.
LenovoP16v systemd[891]: plasma-xembedsniproxy.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: plasma-xembedsniproxy.service: Failed with result 'core-dump'.
LenovoP16v systemd-coredump[1297]: [🡕] Process 1287 (gmenudbusmenupr) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1287:
                                                   #0  0x00007f86a7ea8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x00007f86a7e50a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x00007f86a7e384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007f86a848c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007f86a848cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007f86a8adaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007f86a8b7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007f86a8548c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007f86a8b7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007f86a8b73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x00005fff8afb5c6e n/a (gmenudbusmenuproxy + 0x9c6e)
                                                   #11 0x00007f86a7e39c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x00007f86a7e39d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00005fff8afb5f45 n/a (gmenudbusmenuproxy + 0x9f45)
                                                   
                                                   Stack trace of thread 1290:
                                                   #0  0x00007f86a7f1c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x00007f86a7bf692d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007f86a7b93fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007f86a87a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007f86a854f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007f86a863a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007f86a9348e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007f86a86c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007f86a7ea6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x00007f86a7f2a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd[891]: plasma-gmenudbusmenuproxy.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: plasma-gmenudbusmenuproxy.service: Failed with result 'core-dump'.
LenovoP16v polkit-kde-authentication-agent-1[1317]: Failed to create wl_display (No such file or directory)
LenovoP16v polkit-kde-authentication-agent-1[1317]: qt.qpa.xcb: could not connect to display :0
LenovoP16v polkit-kde-authentication-agent-1[1317]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v systemd[891]: plasma-polkit-agent.service: Main process exited, code=killed, status=6/ABRT
LenovoP16v systemd[891]: plasma-polkit-agent.service: Failed with result 'signal'.
LenovoP16v systemd[891]: Failed to start KDE PolicyKit Authentication Agent.
LenovoP16v xembedsniproxy[1343]: qt.qpa.xcb: could not connect to display :0
LenovoP16v xembedsniproxy[1343]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v gmenudbusmenuproxy[1344]: qt.qpa.xcb: could not connect to display :0
LenovoP16v gmenudbusmenuproxy[1344]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v org_kde_powerdevil[1340]: Failed to create wl_display (No such file or directory)
LenovoP16v plasmashell[1342]: Failed to create wl_display (No such file or directory)
LenovoP16v org_kde_powerdevil[1340]: qt.qpa.xcb: could not connect to display :0
LenovoP16v org_kde_powerdevil[1340]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v plasmashell[1342]: qt.qpa.xcb: could not connect to display :0
LenovoP16v plasmashell[1342]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v systemd-coredump[1353]: [🡕] Process 1343 (xembedsniproxy) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1343:
                                                   #0  0x000079b59dea8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000079b59de50a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000079b59de384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000079b59e48c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x000079b59e48cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x000079b59eadaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x000079b59eb7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x000079b59e548c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x000079b59eb7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x000079b59eb73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x00005eb27358324e n/a (xembedsniproxy + 0x624e)
                                                   #11 0x000079b59de39c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x000079b59de39d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00005eb2735835b5 n/a (xembedsniproxy + 0x65b5)
                                                   
                                                   Stack trace of thread 1346:
                                                   #0  0x000079b59df1c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000079b59dc9992d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000079b59dc36fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x000079b59e7a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x000079b59e54f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x000079b59e63a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x000079b59f37fe4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x000079b59e6c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x000079b59dea6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000079b59df2a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd[891]: plasma-xembedsniproxy.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: plasma-xembedsniproxy.service: Failed with result 'core-dump'.
LenovoP16v systemd[891]: plasma-polkit-agent.service: Start request repeated too quickly.
LenovoP16v systemd[891]: plasma-polkit-agent.service: Failed with result 'signal'.
LenovoP16v systemd[891]: Failed to start KDE PolicyKit Authentication Agent.
LenovoP16v systemd-coredump[1354]: [🡕] Process 1344 (gmenudbusmenupr) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1344:
                                                   #0  0x000071de4a0a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000071de4a050a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000071de4a0384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000071de4a68c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x000071de4a68cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x000071de4acdaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x000071de4ad7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x000071de4a748c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x000071de4ad7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x000071de4ad73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x0000628cb1266c6e n/a (gmenudbusmenuproxy + 0x9c6e)
                                                   #11 0x000071de4a039c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x000071de4a039d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x0000628cb1266f45 n/a (gmenudbusmenuproxy + 0x9f45)
                                                   
                                                   Stack trace of thread 1347:
                                                   #0  0x000071de4a11c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000071de49df692d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000071de49d93fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x000071de4a9a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x000071de4a74f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x000071de4a83a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x000071de4b50ce4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x000071de4a8c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x000071de4a0a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000071de4a12a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd[891]: plasma-gmenudbusmenuproxy.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: plasma-gmenudbusmenuproxy.service: Failed with result 'core-dump'.
LenovoP16v systemd-coredump[1363]: [🡕] Process 1340 (org_kde_powerde) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1340:
                                                   #0  0x0000776e74ca8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x0000776e74c50a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x0000776e74c384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x0000776e7528c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x0000776e7528cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x0000776e758daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x0000776e7597b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x0000776e75348c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x0000776e7597b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x0000776e75973cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x00005da7242b30ac n/a (org_kde_powerdevil + 0x70ac)
                                                   #11 0x0000776e74c39c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x0000776e74c39d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00005da7242b40d5 n/a (org_kde_powerdevil + 0x80d5)
                                                   
                                                   Stack trace of thread 1355:
                                                   #0  0x0000776e74d1c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x0000776e7397092d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x0000776e7390dfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x0000776e755a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x0000776e7534f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x0000776e7543a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x0000776e760f8e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x0000776e754c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x0000776e74ca6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x0000776e74d2a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd[891]: plasma-powerdevil.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: plasma-powerdevil.service: Failed with result 'core-dump'.
LenovoP16v systemd[891]: Failed to start Powerdevil.
LenovoP16v systemd-coredump[1364]: [🡕] Process 1342 (plasmashell) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1342:
                                                   #0  0x00007fe7d9ea8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x00007fe7d9e50a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x00007fe7d9e384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007fe7da48c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007fe7da48cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007fe7daadaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007fe7dab7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007fe7da548c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007fe7dab7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007fe7dc4f70b6 _ZN19QApplicationPrivate4initEv (libQt6Widgets.so.6 + 0xf70b6)
                                                   #10 0x00005ea897bca4fb n/a (plasmashell + 0x244fb)
                                                   #11 0x00007fe7d9e39c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x00007fe7d9e39d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x00005ea897bcda65 n/a (plasmashell + 0x27a65)
                                                   
                                                   Stack trace of thread 1359:
                                                   #0  0x00007fe7d9f1c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x00007fe7d91f092d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007fe7d918dfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007fe7da7a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007fe7da54f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007fe7da63a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007fe7db423e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007fe7da6c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007fe7d9ea6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x00007fe7d9f2a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd[891]: plasma-plasmashell.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: plasma-plasmashell.service: Failed with result 'core-dump'.
LenovoP16v systemd[891]: Failed to start KDE Plasma Workspace.
LenovoP16v gmenudbusmenuproxy[1388]: qt.qpa.xcb: could not connect to display :0
LenovoP16v gmenudbusmenuproxy[1388]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v xembedsniproxy[1390]: qt.qpa.xcb: could not connect to display :0
LenovoP16v xembedsniproxy[1390]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
LenovoP16v systemd-coredump[1398]: [🡕] Process 1390 (xembedsniproxy) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1390:
                                                   #0  0x00007fd5694a8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x00007fd569450a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x00007fd5694384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007fd569a8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007fd569a8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007fd56a0daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007fd56a17b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007fd569b48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007fd56a17b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007fd56a173cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x0000623e0507224e n/a (xembedsniproxy + 0x624e)
                                                   #11 0x00007fd569439c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x00007fd569439d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x0000623e050725b5 n/a (xembedsniproxy + 0x65b5)
                                                   
                                                   Stack trace of thread 1392:
                                                   #0  0x00007fd56951c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x00007fd5691f892d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007fd569195fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007fd569da2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007fd569b4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007fd569c3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007fd56a900e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007fd569cc9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007fd5694a6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x00007fd56952a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd-coredump[1399]: [🡕] Process 1388 (gmenudbusmenupr) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1388:
                                                   #0  0x000073e7c9ea8e44 n/a (libc.so.6 + 0x94e44)
                                                   #1  0x000073e7c9e50a30 raise (libc.so.6 + 0x3ca30)
                                                   #2  0x000073e7c9e384c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x000073e7ca48c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x000073e7ca48cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x000073e7caadaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x000073e7cab7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x000073e7ca548c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x000073e7cab7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x000073e7cab73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x000061db2c16dc6e n/a (gmenudbusmenuproxy + 0x9c6e)
                                                   #11 0x000073e7c9e39c88 n/a (libc.so.6 + 0x25c88)
                                                   #12 0x000073e7c9e39d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                   #13 0x000061db2c16df45 n/a (gmenudbusmenuproxy + 0x9f45)
                                                   
                                                   Stack trace of thread 1393:
                                                   #0  0x000073e7c9f1c39d __poll (libc.so.6 + 0x10839d)
                                                   #1  0x000073e7c9d3492d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x000073e7c9cd1fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x000073e7ca7a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x000073e7ca54f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x000073e7ca63a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x000073e7cb45be4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x000073e7ca6c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x000073e7c9ea6ded n/a (libc.so.6 + 0x92ded)
                                                   #9  0x000073e7c9f2a0dc n/a (libc.so.6 + 0x1160dc)
                                                   ELF object binary architecture: AMD x86-64
LenovoP16v systemd[891]: plasma-xembedsniproxy.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: plasma-xembedsniproxy.service: Failed with result 'core-dump'.
LenovoP16v systemd[891]: plasma-gmenudbusmenuproxy.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: plasma-gmenudbusmenuproxy.service: Failed with result 'core-dump'.
LenovoP16v systemd[891]: plasma-plasmashell.service: Start request repeated too quickly.
LenovoP16v systemd[891]: plasma-plasmashell.service: Failed with result 'core-dump'.
LenovoP16v systemd[891]: Failed to start KDE Plasma Workspace.
LenovoP16v org_kde_powerdevil[1417]: Failed to create wl_display (No such file or directory)
LenovoP16v org_kde_powerdevil[1417]: qt.qpa.xcb: could not connect to display :0
LenovoP16v org_kde_powerdevil[1417]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
LenovoP16v systemd-coredump[1433]: [🡕] Process 1417 (org_kde_powerde) of user 1000 dumped core.
...
LenovoP16v systemd[891]: plasma-powerdevil.service: Main process exited, code=dumped, status=6/ABRT
LenovoP16v systemd[891]: plasma-powerdevil.service: Failed with result 'core-dump'.
LenovoP16v systemd[891]: Failed to start Powerdevil.
LenovoP16v systemd[891]: plasma-powerdevil.service: Start request repeated too quickly.
LenovoP16v systemd[891]: plasma-powerdevil.service: Failed with result 'core-dump'.
LenovoP16v systemd[891]: Failed to start Powerdevil.
LenovoP16v systemd[891]: dbus-:1.2-org.kde.KSplash@0.service: Failed with result 'exit-code'.

So something makes Xorg crash on my machine when I’m not using “quiet splash” that doesn’t when I do.

Another successful boot this time without “quiet splash” but with kernel 6.6.43.1 instead of 6.9.12-1 like the previous two:

Aug 01 23:22:07 LenovoP16v kernel:   #1  #3  #5  #7  #9 #11
Aug 01 23:22:07 LenovoP16v kernel: pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:05: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x000e0000-0x000e3fff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x000e8000-0x000ebfff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x000f0000-0x000fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x00100000-0xa07fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x00000000-0x0009ffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x000e0000-0x000e3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x000e8000-0x000ebfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x000f0000-0x000fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Aug 01 23:22:08 LenovoP16v kernel: pnp 00:08: disabling [mem 0x00100000-0xa07fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Aug 01 23:22:08 LenovoP16v kernel: hpet_acpi_add: no address or irqs in _CRS
Aug 01 23:22:08 LenovoP16v kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 01 23:22:08 LenovoP16v kernel: i8042: Warning: Keylock active
Aug 01 23:22:08 LenovoP16v kernel: resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcffff], which spans more than pnp 00:05 [mem 0xfedc0000-0xfedc7fff]
Aug 01 23:22:08 LenovoP16v kernel: caller igen6_probe+0x15e/0x7c0 [igen6_edac] mapping multiple BARs
Aug 01 23:22:08 LenovoP16v kernel: spi-nor spi0.0: unrecognized JEDEC id bytes: f7 f0 30 09 03 00
Aug 01 23:22:08 LenovoP16v (udev-worker)[593]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
Aug 01 23:22:08 LenovoP16v kernel: ACPI Warning: \_SB.PC00.XHCI.RHUB.HS10._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20240322/nsarguments-61)
Aug 01 23:22:08 LenovoP16v kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Aug 01 23:22:08 LenovoP16v kernel: nvidia: loading out-of-tree module taints kernel.
Aug 01 23:22:08 LenovoP16v kernel: nvidia: module license 'NVIDIA' taints kernel.
Aug 01 23:22:08 LenovoP16v kernel: Disabling lock debugging due to kernel taint
Aug 01 23:22:08 LenovoP16v kernel: nvidia: module license taints kernel.
Aug 01 23:22:08 LenovoP16v kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
Aug 01 23:22:09 LenovoP16v kernel: ucsi_acpi USBC000:00: UCSI_GET_PDOS failed (-95)
Aug 01 23:22:09 LenovoP16v kernel: ucsi_acpi USBC000:00: UCSI_GET_PDOS failed (-95)
Aug 01 23:22:09 LenovoP16v kernel: 
Aug 01 23:22:09 LenovoP16v kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  555.58.02  Tue Jun 25 01:39:15 UTC 2024
Aug 01 23:22:09 LenovoP16v kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
Aug 01 23:22:09 LenovoP16v systemd-journald[484]: File /var/log/journal/9f7ffba5e6ee4a1085efd0fe69a13b61/system.journal corrupted or uncleanly shut down, renaming and replacing.
Aug 01 23:22:09 LenovoP16v kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Aug 01 23:22:09 LenovoP16v kernel: ucsi_acpi USBC000:00: UCSI_GET_PDOS failed (-95)
Aug 01 23:22:10 LenovoP16v kernel: ucsi_acpi USBC000:00: UCSI_GET_PDOS failed (-95)
Aug 01 23:22:10 LenovoP16v bluetoothd[768]: src/plugin.c:init_plugin() System does not support bap plugin
Aug 01 23:22:10 LenovoP16v bluetoothd[768]: src/plugin.c:init_plugin() System does not support bass plugin
Aug 01 23:22:10 LenovoP16v bluetoothd[768]: src/plugin.c:init_plugin() System does not support mcp plugin
Aug 01 23:22:10 LenovoP16v bluetoothd[768]: src/plugin.c:init_plugin() System does not support vcp plugin
Aug 01 23:22:10 LenovoP16v bluetoothd[768]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Aug 01 23:22:10 LenovoP16v bluetoothd[768]: src/plugin.c:init_plugin() System does not support micp plugin
Aug 01 23:22:10 LenovoP16v bluetoothd[768]: src/plugin.c:init_plugin() System does not support ccp plugin
Aug 01 23:22:10 LenovoP16v bluetoothd[768]: src/plugin.c:init_plugin() System does not support csip plugin
Aug 01 23:22:10 LenovoP16v bluetoothd[768]: src/plugin.c:init_plugin() System does not support asha plugin
Aug 01 23:22:10 LenovoP16v kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Aug 01 23:22:10 LenovoP16v kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
Aug 01 23:22:10 LenovoP16v boltd[805]: [e9c28780-a0a5-domain0                    ] udev: failed to determine if uid is stable: unknown NHI PCI id '0xa73e'
Aug 01 23:22:10 LenovoP16v boltd[805]: [d7da8780-a100-domain1                    ] udev: failed to determine if uid is stable: unknown NHI PCI id '0xa76d'
Aug 01 23:22:10 LenovoP16v kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Aug 01 23:22:15 LenovoP16v kernel: ACPI Warning: \_SB.NPCF._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20240322/nsarguments-61)
Aug 01 23:22:15 LenovoP16v kernel: ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20240322/nsarguments-61)
Aug 01 23:22:16 LenovoP16v kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
Aug 01 23:22:17 LenovoP16v kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
Aug 01 23:22:18 LenovoP16v dbus-broker-launch[764]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Aug 01 23:22:18 LenovoP16v NetworkManager[767]: <warn>  [1722547338.1439] device (wlp0s20f3): no secrets: No agents were available for this request.
Aug 01 23:22:18 LenovoP16v NetworkManager[767]: <warn>  [1722547338.1443] device (wlp0s20f3): Activation: failed for connection 'yNtZH33'
Aug 01 23:22:18 LenovoP16v systemd-journald[484]: File /var/log/journal/9f7ffba5e6ee4a1085efd0fe69a13b61/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
Aug 01 23:22:19 LenovoP16v dbus-broker-launch[909]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Aug 01 23:22:19 LenovoP16v dbus-broker-launch[909]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Aug 01 23:22:19 LenovoP16v dbus-broker-launch[909]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Aug 01 23:22:19 LenovoP16v systemd[879]: /run/user/1000/systemd/generator.late/app-syncthing@autostart.service:18: WorkingDirectory= path is not absolute, ignoring: 
Aug 01 23:22:20 LenovoP16v wireplumber[974]: default: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner
Aug 01 23:22:21 LenovoP16v kded6[1055]: QDBusObjectPath: invalid path "/modules/plasma-session-shortcuts"
Aug 01 23:22:21 LenovoP16v kded6[1055]: kf.dbusaddons: The kded module name "plasma-session-shortcuts" is invalid!
Aug 01 23:22:21 LenovoP16v kconf_update[1153]: kf.config.kconf_update: /usr/share/kconf_update/ark.upd defined Version=5 but Version=6 was expected
Aug 01 23:22:21 LenovoP16v kconf_update[1153]: kf.config.kconf_update: /usr/share/kconf_update/breath2tobreath.upd defined Version=5 but Version=6 was expected
Aug 01 23:22:21 LenovoP16v kconf_update[1153]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_detailsmodesettings.upd defined Version=5 but Version=6 was expected
Aug 01 23:22:21 LenovoP16v kconf_update[1153]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_directorysizemode.upd defined Version=5 but Version=6 was expected
Aug 01 23:22:21 LenovoP16v kconf_update[1153]: kf.config.kconf_update: /usr/share/kconf_update/filepicker.upd defined Version=5 but Version=6 was expected
Aug 01 23:22:21 LenovoP16v kconf_update[1153]: kf.config.kconf_update: /usr/share/kconf_update/konsole.upd defined Version=5 but Version=6 was expected
Aug 01 23:22:21 LenovoP16v kconf_update[1153]: kf.config.kconf_update: /usr/share/kconf_update/okular.upd defined Version=5 but Version=6 was expected
Aug 01 23:22:21 LenovoP16v plasmashell[1090]: kde.plasmashell: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Aug 01 23:22:21 LenovoP16v plasmashell[1090]: kde.plasmashell: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Aug 01 23:22:21 LenovoP16v kactivitymanagerd[1139]: kf.windowsystem: virtual void KX11Extras::connectNotify(const QMetaMethod&) may only be used on X11
Aug 01 23:22:21 LenovoP16v kactivitymanagerd[1139]: kf.windowsystem: virtual void KX11Extras::connectNotify(const QMetaMethod&) may only be used on X11
Aug 01 23:22:21 LenovoP16v plasmashell[1090]: kde.plasmashell: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Aug 01 23:22:21 LenovoP16v plasmashell[1090]: kde.plasmashell: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Aug 01 23:22:21 LenovoP16v kded6[1055]: kf.bluezqt: PendingCall Error: "The name is not activatable"
Aug 01 23:22:21 LenovoP16v xdg-desktop-por[934]: Choosing kwallet.portal for org.freedesktop.impl.portal.Secret via the deprecated UseIn key
Aug 01 23:22:21 LenovoP16v xdg-desktop-por[934]: The preferred method to match portal implementations to desktop environments is to use the portals.conf(5) configuration file
Aug 01 23:22:21 LenovoP16v plasmashell[1090]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:195:25: QML FolderViewDropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
Aug 01 23:22:21 LenovoP16v plasmashell[1090]: Toolbox not loading, toolbox package is either invalid or disabled.
Aug 01 23:22:21 LenovoP16v org_kde_powerdevil[1145]: qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter
Aug 01 23:22:21 LenovoP16v org_kde_powerdevil[1145]: qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter
Aug 01 23:22:22 LenovoP16v kernel: block nvme0n1: No UUID available providing old NGUID
Aug 01 23:22:23 LenovoP16v kded6[1055]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Aug 01 23:22:23 LenovoP16v plasmashell[1090]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:162:21: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
Aug 01 23:22:23 LenovoP16v plasmashell[1090]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:162:21: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
Aug 01 23:22:23 LenovoP16v dbus-broker-launch[764]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Aug 01 23:22:23 LenovoP16v kernel: warning: `kdeconnectd' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Aug 01 23:22:23 LenovoP16v kdeconnectd[1307]: 2024-08-01T23:22:23 kdeconnect.core: Failed to send mDNS query: Cannot assign requested address
Aug 01 23:22:23 LenovoP16v org_kde_powerdevil[1145]: org.kde.powerdevil: [DDCutilDetector]: Failed to initialize callback
Aug 01 23:22:23 LenovoP16v plasmashell[1090]: qt.dbus.integration: Could not connect "org.cups.cupsd.Notifier" to PrinterFinishingsChanged(QString, QString, QString, uint, QString, bool) :
Aug 01 23:22:24 LenovoP16v org_kde_powerdevil[1145]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Aug 01 23:22:24 LenovoP16v kded6[1055]: org.kde.plasma.appmenu: Got an error
Aug 01 23:22:24 LenovoP16v kded6[1055]: org.kde.plasma.appmenu: Got an error
Aug 01 23:22:24 LenovoP16v nextcloud[1352]: nextcloud.gui.application: Failed to move the old config directory to its new location ( "/home/user/.local/share/Nextcloud" to "/home/user/.config/Nextcloud" )
Aug 01 23:22:24 LenovoP16v nextcloud[1352]: nextcloud.gui.application: Fallback move of  "Nextcloud_sync.log" also failed
Aug 01 23:22:24 LenovoP16v nextcloud[1352]: nextcloud.gui.application: Fallback move of  "Nextcloud_sync.log.1" also failed
Aug 01 23:22:25 LenovoP16v plasmashell[1090]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Aug 01 23:22:25 LenovoP16v plasmashell[1090]: file:///usr/share/plasma/plasmoids/org.kde.plasma.keyboardindicator/contents/ui/main.qml:61:13: Unable to assign [undefined] to bool
Aug 01 23:22:25 LenovoP16v plasmashell[1090]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Aug 01 23:22:25 LenovoP16v plasmashell[1090]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Aug 01 23:22:26 LenovoP16v plasmashell[1090]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Aug 01 23:22:30 LenovoP16v plasmashell[1090]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Aug 01 23:22:37 LenovoP16v kernel: ------------[ cut here ]------------
Aug 01 23:22:37 LenovoP16v kernel: WARNING: CPU: 16 PID: 865 at include/linux/rwsem.h:80 follow_pte+0x1de/0x200
Aug 01 23:22:37 LenovoP16v kernel: Modules linked in: ccm snd_seq_dummy rfcomm snd_hrtimer snd_seq snd_seq_device cmac algif_hash algif_skcipher af_alg qrtr bnep nvidia_uvm(POE) nvidia_drm(POE) nvidia_modeset(POE) vfat fat snd_ctl_led snd_soc_skl_hda_dsp snd_soc_hdac_hdmi snd_sof_probes snd_soc_intel_hda_dsp_common nvidia(POE) snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_scodec_component snd_soc_dmic snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_hdac_hda intel_uncore_frequency snd_soc_acpi_intel_match soundwire_generic_allocation intel_uncore_frequency_common snd_soc_acpi intel_tcc_cooling soundwire_bus x86_pkg_temp_thermal joydev mousedev intel_powerclamp snd_soc_avs snd_soc_hda_codec coretemp snd_hda_ext_core snd_soc_core iwlmvm kvm_intel snd_compress ac97_bus uvcvideo snd_pcm_dmaengine kvm snd_hda_intel videobuf2_vmalloc btusb
Aug 01 23:22:37 LenovoP16v kernel:  mac80211 snd_intel_dspcfg uvc btrtl snd_intel_sdw_acpi videobuf2_memops hid_multitouch btintel rapl iTCO_wdt hid_generic intel_pmc_bxt btbcm videobuf2_v4l2 libarc4 snd_hda_codec btmtk iTCO_vendor_support processor_thermal_device_pci ptp processor_thermal_device intel_cstate pps_core videodev processor_thermal_wt_hint mei_pxp mei_hdcp intel_rapl_msr iwlwifi spi_nor i2c_i801 snd_hda_core processor_thermal_rfim intel_uncore videobuf2_common think_lmi bluetooth mc firmware_attributes_class pcspkr psmouse wmi_bmof mtd snd_hwdep i2c_smbus crc16 ucsi_acpi processor_thermal_rapl snd_pcm cfg80211 i2c_mux mei_me intel_lpss_pci typec_ucsi intel_rapl_common processor_thermal_wt_req intel_lpss snd_timer mei typec processor_thermal_power_floor idma64 thunderbolt processor_thermal_mbox roles igen6_edac int3403_thermal intel_pmc_core i2c_hid_acpi int340x_thermal_zone intel_vsec i2c_hid int3400_thermal intel_hid pmt_telemetry acpi_tad acpi_pad acpi_thermal_rel pmt_class pinctrl_tigerlake mac_hid i2c_dev crypto_user loop
Aug 01 23:22:37 LenovoP16v kernel:  nfnetlink ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq dm_crypt cbc encrypted_keys trusted asn1_encoder tee dm_mod xe drm_ttm_helper gpu_sched drm_suballoc_helper drm_gpuvm drm_exec i915 crct10dif_pclmul crc32_pclmul polyval_clmulni polyval_generic gf128mul thinkpad_acpi ghash_clmulni_intel i2c_algo_bit drm_buddy serio_raw sparse_keymap sha512_ssse3 ttm atkbd sha256_ssse3 platform_profile intel_gtt rtsx_pci_sdmmc libps2 sha1_ssse3 mmc_core vivaldi_fmap aesni_intel snd drm_display_helper nvme crypto_simd soundcore cryptd rtsx_pci nvme_core rfkill spi_intel_pci cec xhci_pci spi_intel xhci_pci_renesas nvme_auth i8042 video serio wmi crc32c_intel
Aug 01 23:22:37 LenovoP16v kernel: CPU: 16 PID: 865 Comm: nv_queue Tainted: P           OE      6.10.2-1-MANJARO #1 2a35b2bfefadc0903106c9850547e877695ac9e0
Aug 01 23:22:37 LenovoP16v kernel: Hardware name: LENOVO 21FC000QGE/21FC000QGE, BIOS N3UET22W (1.09 ) 11/15/2023
Aug 01 23:22:37 LenovoP16v kernel: RIP: 0010:follow_pte+0x1de/0x200
Aug 01 23:22:37 LenovoP16v kernel: Code: cc cc cc 48 81 e2 00 00 00 c0 48 09 c2 48 f7 d2 48 85 fa 75 20 e8 b2 f5 ff ff 48 8b 35 4b 94 5d 01 48 81 e6 00 00 00 c0 eb 8d <0f> 0b 48 3b 1f 0f 83 50 fe ff ff bd ea ff ff ff eb b6 49 8b 3c 24
Aug 01 23:22:37 LenovoP16v kernel: RSP: 0018:ffffab15c20fbb60 EFLAGS: 00010246
Aug 01 23:22:37 LenovoP16v kernel: RAX: 0000000000000000 RBX: 0000783cd5a2a000 RCX: ffffab15c20fbba0
Aug 01 23:22:37 LenovoP16v kernel: RDX: ffffab15c20fbb98 RSI: 0000783cd5a2a000 RDI: ffff97a0d191d590
Aug 01 23:22:37 LenovoP16v kernel: RBP: ffffab15c20fbbe0 R08: ffffab15c20fbd38 R09: 0000000000000000
Aug 01 23:22:37 LenovoP16v kernel: R10: 0000000000000001 R11: 0000000000000003 R12: ffffab15c20fbba0
Aug 01 23:22:37 LenovoP16v kernel: R13: ffffab15c20fbb98 R14: ffff97a0d3133700 R15: 0000000000000000
Aug 01 23:22:37 LenovoP16v kernel: FS:  0000000000000000(0000) GS:ffff97a7ff600000(0000) knlGS:0000000000000000
Aug 01 23:22:37 LenovoP16v kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Aug 01 23:22:37 LenovoP16v kernel: CR2: 0000768a54ec0010 CR3: 000000075c220000 CR4: 0000000000f50ef0
Aug 01 23:22:37 LenovoP16v kernel: PKRU: 55555554
Aug 01 23:22:37 LenovoP16v kernel: Call Trace:
Aug 01 23:22:37 LenovoP16v kernel:  <TASK>
Aug 01 23:22:37 LenovoP16v kernel:  ? follow_pte+0x1de/0x200
Aug 01 23:22:37 LenovoP16v kernel:  ? __warn.cold+0x8e/0xe8
Aug 01 23:22:37 LenovoP16v kernel:  ? follow_pte+0x1de/0x200
Aug 01 23:22:37 LenovoP16v kernel:  ? report_bug+0xff/0x140
Aug 01 23:22:37 LenovoP16v kernel:  ? handle_bug+0x3c/0x80
Aug 01 23:22:37 LenovoP16v kernel:  ? exc_invalid_op+0x17/0x70
Aug 01 23:22:37 LenovoP16v kernel:  ? asm_exc_invalid_op+0x1a/0x20
Aug 01 23:22:37 LenovoP16v kernel:  ? follow_pte+0x1de/0x200
Aug 01 23:22:37 LenovoP16v kernel:  follow_phys+0x49/0x110
Aug 01 23:22:37 LenovoP16v kernel:  untrack_pfn+0x55/0x120
Aug 01 23:22:37 LenovoP16v kernel:  unmap_single_vma+0xa6/0xe0
Aug 01 23:22:37 LenovoP16v kernel:  zap_page_range_single+0x122/0x1d0
Aug 01 23:22:37 LenovoP16v kernel:  unmap_mapping_range+0x116/0x140
Aug 01 23:22:37 LenovoP16v kernel:  ? __pfx__main_loop+0x10/0x10 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
Aug 01 23:22:37 LenovoP16v kernel:  nv_revoke_gpu_mappings+0x67/0xb0 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
Aug 01 23:22:37 LenovoP16v kernel:  _nv000711rm+0x35/0x100 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
Aug 01 23:22:37 LenovoP16v kernel:  rm_execute_work_item+0x110/0x170 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
Aug 01 23:22:37 LenovoP16v kernel:  os_execute_work_item+0x5e/0x80 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
Aug 01 23:22:37 LenovoP16v kernel:  _main_loop+0x95/0x150 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
Aug 01 23:22:37 LenovoP16v kernel:  kthread+0xcf/0x100
Aug 01 23:22:37 LenovoP16v kernel:  ? __pfx_kthread+0x10/0x10
Aug 01 23:22:37 LenovoP16v kernel:  ret_from_fork+0x31/0x50
Aug 01 23:22:37 LenovoP16v kernel:  ? __pfx_kthread+0x10/0x10
Aug 01 23:22:37 LenovoP16v kernel:  ret_from_fork_asm+0x1a/0x30
Aug 01 23:22:37 LenovoP16v kernel:  </TASK>
Aug 01 23:22:37 LenovoP16v kernel: ---[ end trace 0000000000000000 ]---
Aug 01 23:22:37 LenovoP16v kernel: ------------[ cut here ]------------
Aug 01 23:22:37 LenovoP16v kernel: WARNING: CPU: 16 PID: 865 at include/linux/rwsem.h:80 follow_pte+0x1de/0x200
Aug 01 23:22:37 LenovoP16v kernel: Modules linked in: ccm snd_seq_dummy rfcomm snd_hrtimer snd_seq snd_seq_device cmac algif_hash algif_skcipher af_alg qrtr bnep nvidia_uvm(POE) nvidia_drm(POE) nvidia_modeset(POE) vfat fat snd_ctl_led snd_soc_skl_hda_dsp snd_soc_hdac_hdmi snd_sof_probes snd_soc_intel_hda_dsp_common nvidia(POE) snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_scodec_component snd_soc_dmic snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_hdac_hda intel_uncore_frequency snd_soc_acpi_intel_match soundwire_generic_allocation intel_uncore_frequency_common snd_soc_acpi intel_tcc_cooling soundwire_bus x86_pkg_temp_thermal joydev mousedev intel_powerclamp snd_soc_avs snd_soc_hda_codec coretemp snd_hda_ext_core snd_soc_core iwlmvm kvm_intel snd_compress ac97_bus uvcvideo snd_pcm_dmaengine kvm snd_hda_intel videobuf2_vmalloc btusb
Aug 01 23:22:37 LenovoP16v kernel:  mac80211 snd_intel_dspcfg uvc btrtl snd_intel_sdw_acpi videobuf2_memops hid_multitouch btintel rapl iTCO_wdt hid_generic intel_pmc_bxt btbcm videobuf2_v4l2 libarc4 snd_hda_codec btmtk iTCO_vendor_support processor_thermal_device_pci ptp processor_thermal_device intel_cstate pps_core videodev processor_thermal_wt_hint mei_pxp mei_hdcp intel_rapl_msr iwlwifi spi_nor i2c_i801 snd_hda_core processor_thermal_rfim intel_uncore videobuf2_common think_lmi bluetooth mc firmware_attributes_class pcspkr psmouse wmi_bmof mtd snd_hwdep i2c_smbus crc16 ucsi_acpi processor_thermal_rapl snd_pcm cfg80211 i2c_mux mei_me intel_lpss_pci typec_ucsi intel_rapl_common processor_thermal_wt_req intel_lpss snd_timer mei typec processor_thermal_power_floor idma64 thunderbolt processor_thermal_mbox roles igen6_edac int3403_thermal intel_pmc_core i2c_hid_acpi int340x_thermal_zone intel_vsec i2c_hid int3400_thermal intel_hid pmt_telemetry acpi_tad acpi_pad acpi_thermal_rel pmt_class pinctrl_tigerlake mac_hid i2c_dev crypto_user loop
Aug 01 23:22:37 LenovoP16v kernel:  nfnetlink ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq dm_crypt cbc encrypted_keys trusted asn1_encoder tee dm_mod xe drm_ttm_helper gpu_sched drm_suballoc_helper drm_gpuvm drm_exec i915 crct10dif_pclmul crc32_pclmul polyval_clmulni polyval_generic gf128mul thinkpad_acpi ghash_clmulni_intel i2c_algo_bit drm_buddy serio_raw sparse_keymap sha512_ssse3 ttm atkbd sha256_ssse3 platform_profile intel_gtt rtsx_pci_sdmmc libps2 sha1_ssse3 mmc_core vivaldi_fmap aesni_intel snd drm_display_helper nvme crypto_simd soundcore cryptd rtsx_pci nvme_core rfkill spi_intel_pci cec xhci_pci spi_intel xhci_pci_renesas nvme_auth i8042 video serio wmi crc32c_intel
Aug 01 23:22:37 LenovoP16v kernel: CPU: 16 PID: 865 Comm: nv_queue Tainted: P        W  OE      6.10.2-1-MANJARO #1 2a35b2bfefadc0903106c9850547e877695ac9e0
Aug 01 23:22:37 LenovoP16v kernel: Hardware name: LENOVO 21FC000QGE/21FC000QGE, BIOS N3UET22W (1.09 ) 11/15/2023
Aug 01 23:22:37 LenovoP16v kernel: RIP: 0010:follow_pte+0x1de/0x200
Aug 01 23:22:37 LenovoP16v kernel: Code: cc cc cc 48 81 e2 00 00 00 c0 48 09 c2 48 f7 d2 48 85 fa 75 20 e8 b2 f5 ff ff 48 8b 35 4b 94 5d 01 48 81 e6 00 00 00 c0 eb 8d <0f> 0b 48 3b 1f 0f 83 50 fe ff ff bd ea ff ff ff eb b6 49 8b 3c 24
Aug 01 23:22:37 LenovoP16v kernel: RSP: 0018:ffffab15c20fbb60 EFLAGS: 00010246
Aug 01 23:22:37 LenovoP16v kernel: RAX: 0000000000000000 RBX: 0000783ce45d7000 RCX: ffffab15c20fbba0
Aug 01 23:22:37 LenovoP16v kernel: RDX: ffffab15c20fbb98 RSI: 0000783ce45d7000 RDI: ffff97a0d93baac8
Aug 01 23:22:37 LenovoP16v kernel: RBP: ffffab15c20fbbe0 R08: ffffab15c20fbd38 R09: 0000000000000000
Aug 01 23:22:37 LenovoP16v kernel: R10: 0000000000000200 R11: 0000000000000003 R12: ffffab15c20fbba0
Aug 01 23:22:37 LenovoP16v kernel: R13: ffffab15c20fbb98 R14: ffff97a0d3133700 R15: 0000000000000000
Aug 01 23:22:37 LenovoP16v kernel: FS:  0000000000000000(0000) GS:ffff97a7ff600000(0000) knlGS:0000000000000000
Aug 01 23:22:37 LenovoP16v kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Aug 01 23:22:37 LenovoP16v kernel: CR2: 0000768a54ec0010 CR3: 000000075c220000 CR4: 0000000000f50ef0
Aug 01 23:22:37 LenovoP16v kernel: PKRU: 55555554
Aug 01 23:22:37 LenovoP16v kernel: Call Trace:
Aug 01 23:22:37 LenovoP16v kernel:  <TASK>
Aug 01 23:22:37 LenovoP16v kernel:  ? follow_pte+0x1de/0x200
Aug 01 23:22:37 LenovoP16v kernel:  ? __warn.cold+0x8e/0xe8
Aug 01 23:22:37 LenovoP16v kernel:  ? follow_pte+0x1de/0x200
Aug 01 23:22:37 LenovoP16v kernel:  ? report_bug+0xff/0x140
Aug 01 23:22:37 LenovoP16v kernel:  ? handle_bug+0x3c/0x80
Aug 01 23:22:37 LenovoP16v kernel:  ? exc_invalid_op+0x17/0x70
Aug 01 23:22:37 LenovoP16v kernel:  ? asm_exc_invalid_op+0x1a/0x20
Aug 01 23:22:37 LenovoP16v kernel:  ? follow_pte+0x1de/0x200
Aug 01 23:22:37 LenovoP16v kernel:  follow_phys+0x49/0x110
Aug 01 23:22:37 LenovoP16v kernel:  untrack_pfn+0x55/0x120
Aug 01 23:22:37 LenovoP16v kernel:  unmap_single_vma+0xa6/0xe0
Aug 01 23:22:37 LenovoP16v kernel:  zap_page_range_single+0x122/0x1d0
Aug 01 23:22:37 LenovoP16v kernel:  unmap_mapping_range+0x116/0x140
Aug 01 23:22:37 LenovoP16v kernel:  ? __pfx__main_loop+0x10/0x10 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
Aug 01 23:22:37 LenovoP16v kernel:  nv_revoke_gpu_mappings+0x67/0xb0 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
Aug 01 23:22:37 LenovoP16v kernel:  _nv000711rm+0x35/0x100 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
Aug 01 23:22:37 LenovoP16v kernel:  rm_execute_work_item+0x110/0x170 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
Aug 01 23:22:37 LenovoP16v kernel:  os_execute_work_item+0x5e/0x80 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
Aug 01 23:22:37 LenovoP16v kernel:  _main_loop+0x95/0x150 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
Aug 01 23:22:37 LenovoP16v kernel:  kthread+0xcf/0x100
Aug 01 23:22:37 LenovoP16v kernel:  ? __pfx_kthread+0x10/0x10
Aug 01 23:22:37 LenovoP16v kernel:  ret_from_fork+0x31/0x50
Aug 01 23:22:37 LenovoP16v kernel:  ? __pfx_kthread+0x10/0x10
Aug 01 23:22:37 LenovoP16v kernel:  ret_from_fork_asm+0x1a/0x30
Aug 01 23:22:37 LenovoP16v kernel:  </TASK>
Aug 01 23:22:37 LenovoP16v kernel: ---[ end trace 0000000000000000 ]---
Aug 01 23:22:37 LenovoP16v kernel: ------------[ cut here ]------------
Aug 01 23:22:37 LenovoP16v kernel: WARNING: CPU: 16 PID: 865 at include/linux/rwsem.h:80 follow_pte+0x1de/0x200
Aug 01 23:22:37 LenovoP16v kernel: Modules linked in: ccm snd_seq_dummy rfcomm snd_hrtimer snd_seq snd_seq_device cmac algif_hash algif_skcipher af_alg qrtr bnep nvidia_uvm(POE) nvidia_drm(POE) nvidia_modeset(POE) vfat fat snd_ctl_led snd_soc_skl_hda_dsp snd_soc_hdac_hdmi snd_sof_probes snd_soc_intel_hda_dsp_common nvidia(POE) snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_scodec_component snd_soc_dmic snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_hdac_hda intel_uncore_frequency snd_soc_acpi_intel_match soundwire_generic_allocation intel_uncore_frequency_common snd_soc_acpi intel_tcc_cooling soundwire_bus x86_pkg_temp_thermal joydev mousedev intel_powerclamp snd_soc_avs snd_soc_hda_codec coretemp snd_hda_ext_core snd_soc_core iwlmvm kvm_intel snd_compress ac97_bus uvcvideo snd_pcm_dmaengine kvm snd_hda_intel videobuf2_vmalloc btusb
Aug 01 23:22:37 LenovoP16v kernel:  mac80211 snd_intel_dspcfg uvc btrtl snd_intel_sdw_acpi videobuf2_memops hid_multitouch btintel rapl iTCO_wdt hid_generic intel_pmc_bxt btbcm videobuf2_v4l2 libarc4 snd_hda_codec btmtk iTCO_vendor_support processor_thermal_device_pci ptp processor_thermal_device intel_cstate pps_core videodev processor_thermal_wt_hint mei_pxp mei_hdcp intel_rapl_msr iwlwifi spi_nor i2c_i801 snd_hda_core processor_thermal_rfim intel_uncore videobuf2_common think_lmi bluetooth mc firmware_attributes_class pcspkr psmouse wmi_bmof mtd snd_hwdep i2c_smbus crc16 ucsi_acpi processor_thermal_rapl snd_pcm cfg80211 i2c_mux mei_me intel_lpss_pci typec_ucsi intel_rapl_common processor_thermal_wt_req intel_lpss snd_timer mei typec processor_thermal_power_floor idma64 thunderbolt processor_thermal_mbox roles igen6_edac int3403_thermal intel_pmc_core i2c_hid_acpi int340x_thermal_zone intel_vsec i2c_hid int3400_thermal intel_hid pmt_telemetry acpi_tad acpi_pad acpi_thermal_rel pmt_class pinctrl_tigerlake mac_hid i2c_dev crypto_user loop
Aug 01 23:22:37 LenovoP16v kernel:  nfnetlink ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq dm_crypt cbc encrypted_keys trusted asn1_encoder tee dm_mod xe drm_ttm_helper gpu_sched drm_suballoc_helper drm_gpuvm drm_exec i915 crct10dif_pclmul crc32_pclmul polyval_clmulni polyval_generic gf128mul thinkpad_acpi ghash_clmulni_intel i2c_algo_bit drm_buddy serio_raw sparse_keymap sha512_ssse3 ttm atkbd sha256_ssse3 platform_profile intel_gtt rtsx_pci_sdmmc libps2 sha1_ssse3 mmc_core vivaldi_fmap aesni_intel snd drm_display_helper nvme crypto_simd soundcore cryptd rtsx_pci nvme_core rfkill spi_intel_pci cec xhci_pci spi_intel xhci_pci_renesas nvme_auth i8042 video serio wmi crc32c_intel
Aug 01 23:22:37 LenovoP16v kernel: CPU: 16 PID: 865 Comm: nv_queue Tainted: P        W  OE      6.10.2-1-MANJARO #1 2a35b2bfefadc0903106c9850547e877695ac9e0
Aug 01 23:22:37 LenovoP16v kernel: Hardware name: LENOVO 21FC000QGE/21FC000QGE, BIOS N3UET22W (1.09 ) 11/15/2023
Aug 01 23:22:37 LenovoP16v kernel: RIP: 0010:follow_pte+0x1de/0x200
Aug 01 23:22:37 LenovoP16v kernel: Code: cc cc cc 48 81 e2 00 00 00 c0 48 09 c2 48 f7 d2 48 85 fa 75 20 e8 b2 f5 ff ff 48 8b 35 4b 94 5d 01 48 81 e6 00 00 00 c0 eb 8d <0f> 0b 48 3b 1f 0f 83 50 fe ff ff bd ea ff ff ff eb b6 49 8b 3c 24
Aug 01 23:22:37 LenovoP16v kernel: RSP: 0018:ffffab15c20fbb60 EFLAGS: 00010246
Aug 01 23:22:37 LenovoP16v kernel: RAX: 0000000000000000 RBX: 0000783ce45d9000 RCX: ffffab15c20fbba0
Aug 01 23:22:37 LenovoP16v kernel: RDX: ffffab15c20fbb98 RSI: 0000783ce45d9000 RDI: ffff97a0d93be678
Aug 01 23:22:37 LenovoP16v kernel: RBP: ffffab15c20fbbe0 R08: ffffab15c20fbd38 R09: 0000000000000000
Aug 01 23:22:37 LenovoP16v kernel: R10: 0000000000000200 R11: 0000000000000003 R12: ffffab15c20fbba0
Aug 01 23:22:37 LenovoP16v kernel: R13: ffffab15c20fbb98 R14: ffff97a0d3133700 R15: 0000000000000000
Aug 01 23:22:37 LenovoP16v kernel: FS:  0000000000000000(0000) GS:ffff97a7ff600000(0000) knlGS:0000000000000000
Aug 01 23:22:37 LenovoP16v kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Aug 01 23:22:37 LenovoP16v kernel: CR2: 0000768a54ec0010 CR3: 000000075c220000 CR4: 0000000000f50ef0
Aug 01 23:22:37 LenovoP16v kernel: PKRU: 55555554
Aug 01 23:22:37 LenovoP16v kernel: Call Trace:
Aug 01 23:22:37 LenovoP16v kernel:  <TASK>
Aug 01 23:22:37 LenovoP16v kernel:  ? follow_pte+0x1de/0x200
Aug 01 23:22:37 LenovoP16v kernel:  ? __warn.cold+0x8e/0xe8
Aug 01 23:22:37 LenovoP16v kernel:  ? follow_pte+0x1de/0x200
Aug 01 23:22:37 LenovoP16v kernel:  ? report_bug+0xff/0x140
Aug 01 23:22:37 LenovoP16v kernel:  ? handle_bug+0x3c/0x80
Aug 01 23:22:37 LenovoP16v kernel:  ? exc_invalid_op+0x17/0x70
Aug 01 23:22:37 LenovoP16v kernel:  ? asm_exc_invalid_op+0x1a/0x20
Aug 01 23:22:37 LenovoP16v kernel:  ? follow_pte+0x1de/0x200
Aug 01 23:22:37 LenovoP16v kernel:  follow_phys+0x49/0x110
Aug 01 23:22:37 LenovoP16v kernel:  untrack_pfn+0x55/0x120
Aug 01 23:22:37 LenovoP16v kernel:  unmap_single_vma+0xa6/0xe0
Aug 01 23:22:37 LenovoP16v kernel:  zap_page_range_single+0x122/0x1d0
Aug 01 23:22:37 LenovoP16v kernel:  unmap_mapping_range+0x116/0x140
Aug 01 23:22:37 LenovoP16v kernel:  ? __pfx__main_loop+0x10/0x10 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
Aug 01 23:22:37 LenovoP16v kernel:  nv_revoke_gpu_mappings+0x67/0xb0 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
Aug 01 23:22:37 LenovoP16v kernel:  _nv000711rm+0x35/0x100 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
Aug 01 23:22:37 LenovoP16v kernel:  rm_execute_work_item+0x110/0x170 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
Aug 01 23:22:37 LenovoP16v kernel:  os_execute_work_item+0x5e/0x80 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
Aug 01 23:22:37 LenovoP16v kernel:  _main_loop+0x95/0x150 [nvidia 6ac09193a4574f36d8f1a55e09f58ee2c1a980ee]
Aug 01 23:22:37 LenovoP16v kernel:  kthread+0xcf/0x100
Aug 01 23:22:37 LenovoP16v kernel:  ? __pfx_kthread+0x10/0x10
Aug 01 23:22:37 LenovoP16v kernel:  ret_from_fork+0x31/0x50
Aug 01 23:22:37 LenovoP16v kernel:  ? __pfx_kthread+0x10/0x10
Aug 01 23:22:37 LenovoP16v kernel:  ret_from_fork_asm+0x1a/0x30
Aug 01 23:22:37 LenovoP16v kernel:  </TASK>
Aug 01 23:22:37 LenovoP16v kernel: ---[ end trace 0000000000000000 ]---
Aug 01 23:24:25 LenovoP16v kded6[1055]: org.kde.plasma.appmenu: Got an error
Aug 01 23:24:25 LenovoP16v kded6[1055]: org.kde.plasma.appmenu: Got an error
Aug 01 23:24:25 LenovoP16v kded6[1055]: org.kde.plasma.appmenu: Got an error
Aug 01 23:24:25 LenovoP16v kded6[1055]: org.kde.plasma.appmenu: Got an error
Aug 01 23:24:25 LenovoP16v plasmashell[1090]: org.kde.plasma.keyboardindicator: Unknown key Qt::Key_Alt
Aug 01 23:24:25 LenovoP16v plasmashell[1090]: org.kde.plasma.keyboardindicator: Unknown key Qt::Key_Alt

You have a mix of plasma 5 and plasma 6 - this could have some significance.

You should really get in line with upstream Plasam - only available on Manjaro Edge.

When you are in line with upstream Plasma go over your packages and remove all those related to Plasma 5.

how do I do that? is that the same as the unstable repository mirrors? I did switch to those (by running sudo pacman-mirrors -aS unstable) which caused a lot of packages to upgrade to different versions.

If you switch to unstable - that is the Edge - as I see it - this is where Arch Linux packages enter the Manjaro eco-system.

To get an idea of what you have qt5 related

pacman -Qqn | grep -e '5'
1 Like
a52dec
attica5
breeze5
db5.3
frameworkintegration5
karchive5
kauth5
kbookmarks5
kcodecs5
kcompletion5
kconfig5
kconfigwidgets5
kcoreaddons5
kcrash5
kdbusaddons5
kded5
kglobalaccel5
kguiaddons5
ki18n5
kiconthemes5
kio5
kitemmodels5
kitemviews5
kjobwidgets5
knewstuff5
knotifications5
kpackage5
krb5
ksanecore5
kservice5
ktextwidgets5
kwallet5
kwayland5
kwidgetsaddons5
kwindowsystem5
kxmlgui5
lib32-krb5
libdbusmenu-qt5
libde265
libksane5
libmusicbrainz5
plasma5support
polkit-qt5
python-pyqt5
python-pyqt5-sip
qca-qt5
qt5-base
qt5-declarative
qt5-graphicaleffects
qt5-location
qt5-multimedia
qt5-quickcontrols
qt5-quickcontrols2
qt5-speech
qt5-svg
qt5-translations
qt5-wayland
qt5-webchannel
qt5-webengine
qt5-websockets
qt5-x11extras
qt6-5compat
qtkeychain-qt5
solid5
sonnet5
syndication5
x265

I am looking at it - I just realized there is more than I expected - I will have to check how my system reacts.

FOLLOWUP:

There will be applications which requires qt5 - among those are vlc - which can be removed - but consequences are unknown - I did remove vlc ignoring the dependency

sudo pacman -Rdd vlc

and manjaro-settings-manager

sudo pacman -Rns $(pacman -Qsq manjaro-settings-manager)

After that I removed the excess packages - hopefully not crippling it - I have yet to find out if I did :slight_smile: .

The result is the packages to keep

a52dec
db5.3
krb5
libdbusmenu-qt5
libde265
plasma5support
python-html5lib
qca-qt5
qt5-base
qt5-declarative
qt5-graphicaleffects
qt5-multimedia
qt5-quickcontrols
qt5-quickcontrols2
qt5-speech
qt5-svg
qt5-tools
qt5-translations
qt5-wayland
qt5-x11extras
qt6-5compat
x265

To deduce what the consequeses are I suggest run create a list and then feed the list to pacman remove command using the --print argument as this will do nothing but print what would have been done.

pacman -Qqn | grep -e '5' > pkg5-list.txt

Then edit the file, and remove the packages from the above output showing the packages to be kept, save the file and feed the result to pacman

sudo pacman -Rns --print - < pkg5-list.txt

Then deduce whether you are ready to remove the --print and execute the command for real

1 Like

thank you for investing so much time into my problem :smiley:
I’ve put your keep list into pkg5-keep.txt and generated the following list using:
comm -23 pkg5-list.txt pkg5-keep.txt > pkg5-remove.txt

attica5
breeze5
frameworkintegration5
karchive5
kauth5
kbookmarks5
kcodecs5
kcompletion5
kconfig5
kconfigwidgets5
kcoreaddons5
kcrash5
kdbusaddons5
kded5
kglobalaccel5
kguiaddons5
ki18n5
kiconthemes5
kio5
kitemmodels5
kitemviews5
kjobwidgets5
knewstuff5
knotifications5
kpackage5
ksanecore5
kservice5
ktextwidgets5
kwallet5
kwayland5
kwidgetsaddons5
kwindowsystem5
kxmlgui5
lib32-krb5
libksane5
libmusicbrainz5
polkit-qt5
python-pyqt5
python-pyqt5-sip
qt5-location
qt5-webchannel
qt5-webengine
qt5-websockets
qtkeychain-qt5
solid5
sonnet5
syndication5

let’s see what pacman wants to do when I ask him to remove those:
(UPDATE: after removing skanlite, don’t need it, I prefer simple-scan)

pacman -Rs --print - < pkg5-remove.txt`
:: removing kwayland5 breaks dependency 'kwayland5' required by kwayland-integration
:: removing kwindowsystem5 breaks dependency 'kwindowsystem5' required by kwayland-integration
:: removing lib32-krb5 breaks dependency 'lib32-krb5' required by lib32-curl
:: removing lib32-krb5 breaks dependency 'libgssapi_krb5.so=2-32' required by lib32-curl
:: removing lib32-krb5 breaks dependency 'lib32-krb5' required by lib32-libtirpc
:: removing libmusicbrainz5 breaks dependency 'libmusicbrainz5' required by libkcddb
:: removing kauth5 breaks dependency 'kauth5' required by manjaro-settings-manager
:: removing kcoreaddons5 breaks dependency 'kcoreaddons5' required by manjaro-settings-manager
:: removing kitemmodels5 breaks dependency 'kitemmodels5' required by manjaro-settings-manager
:: removing knotifications5 breaks dependency 'knotifications5' required by manjaro-settings-manager-knotifier
:: removing karchive5 breaks dependency 'karchive5' required by nextcloud-client
:: removing kguiaddons5 breaks dependency 'kguiaddons5' required by nextcloud-client
:: removing qt5-webengine breaks dependency 'qt5-webengine' required by nextcloud-client
:: removing qt5-websockets breaks dependency 'qt5-websockets' required by nextcloud-client
:: removing qtkeychain-qt5 breaks dependency 'qtkeychain-qt5' required by nextcloud-client
:: removing knotifications5 breaks dependency 'knotifications5' required by pamac-tray-icon-plasma

I definitely want to keep nextcloud-desktop…
manjaro-settings-manager has a nice gui to manage installed kernel versions, I also wouldn’t like to lose that…

I am fully aware that we have different priorities.

It was merely a suggestion - of course you adapt a suggestion to your actual use case :slight_smile:

okey, so I now reduced the list to remove down to this, let’s see how it goes. Wish me luck :wink:

attica5
breeze5
frameworkintegration5
kbookmarks5
kcodecs5
kcompletion5
kconfigwidgets5
kcrash5
kdbusaddons5
kded5
kglobalaccel5
ki18n5
kiconthemes5
kio5
kitemviews5
kjobwidgets5
knewstuff5
kpackage5
ksanecore5
kservice5
ktextwidgets5
kwallet5
kwidgetsaddons5
kxmlgui5
libksane5
libmusicbrainz5
python-pyqt5
python-pyqt5-sip
solid5
sonnet5
syndication5
2 Likes

well, this either didn’t help or made it worse. Had to try 3 times to boot and only on the 3rd try I was able to switch to a TTY and restart SDDM to get into KDE. Log of last (half-successful) boot:

kernel:   #1  #3  #5  #7  #9 #11
kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
kernel: pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
kernel: pnp 00:05: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
kernel: pnp 00:08: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
kernel: pnp 00:08: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
kernel: pnp 00:08: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
kernel: pnp 00:08: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
kernel: pnp 00:08: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
kernel: pnp 00:08: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
kernel: pnp 00:08: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
kernel: pnp 00:08: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
kernel: pnp 00:08: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
kernel: pnp 00:08: disabling [mem 0x000e0000-0x000e3fff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
kernel: pnp 00:08: disabling [mem 0x000e8000-0x000ebfff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
kernel: pnp 00:08: disabling [mem 0x000f0000-0x000fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
kernel: pnp 00:08: disabling [mem 0x00100000-0xa07fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
kernel: pnp 00:08: disabling [mem 0x00000000-0x0009ffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
kernel: pnp 00:08: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
kernel: pnp 00:08: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
kernel: pnp 00:08: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
kernel: pnp 00:08: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
kernel: pnp 00:08: disabling [mem 0x000e0000-0x000e3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
kernel: pnp 00:08: disabling [mem 0x000e8000-0x000ebfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
kernel: pnp 00:08: disabling [mem 0x000f0000-0x000fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
kernel: pnp 00:08: disabling [mem 0x00100000-0xa07fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
kernel: hpet_acpi_add: no address or irqs in _CRS
kernel: i8042: Warning: Keylock active
kernel: systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
kernel: nvidia: loading out-of-tree module taints kernel.
kernel: nvidia: module license 'NVIDIA' taints kernel.
kernel: Disabling lock debugging due to kernel taint
kernel: nvidia: module license taints kernel.
kernel: 
kernel: spi-nor spi0.0: unrecognized JEDEC id bytes: f7 f0 30 09 03 00
kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  555.58.02  Tue Jun 25 01:39:15 UTC 2024
kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
kernel: thermal thermal_zone6: failed to read out thermal zone (-61)
kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
kernel: ACPI Warning: \_SB.PC00.XHCI.RHUB.HS10._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20230628/nsarguments-61)
(udev-worker)[526]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
kernel: ucsi_acpi USBC000:00: UCSI_GET_PDOS failed (-95)
kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
kernel: ucsi_acpi USBC000:00: UCSI_GET_PDOS failed (-95)
bluetoothd[740]: src/plugin.c:init_plugin() System does not support bap plugin
bluetoothd[740]: src/plugin.c:init_plugin() System does not support bass plugin
bluetoothd[740]: src/plugin.c:init_plugin() System does not support mcp plugin
bluetoothd[740]: src/plugin.c:init_plugin() System does not support vcp plugin
bluetoothd[740]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
bluetoothd[740]: src/plugin.c:init_plugin() System does not support micp plugin
bluetoothd[740]: src/plugin.c:init_plugin() System does not support ccp plugin
bluetoothd[740]: src/plugin.c:init_plugin() System does not support csip plugin
bluetoothd[740]: src/plugin.c:init_plugin() System does not support asha plugin
kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
kernel: ucsi_acpi USBC000:00: UCSI_GET_PDOS failed (-95)
kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
(udev-worker)[576]: controlC0: Process '/usr/bin/alsactl restore /dev/snd/controlC0' failed with exit code 99.
kernel: ucsi_acpi USBC000:00: UCSI_GET_PDOS failed (-95)
kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
boltd[778]: [f9ef8780-9007-domain0                    ] udev: failed to determine if uid is stable: unknown NHI PCI id '0xa73e'
boltd[778]: [a2658780-21ea-domain1                    ] udev: failed to determine if uid is stable: unknown NHI PCI id '0xa76d'
kernel: ACPI Warning: \_SB.NPCF._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230628/nsarguments-61)
kernel: ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230628/nsarguments-61)
kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
systemd-coredump[851]: [🡕] Process 833 (Xorg) of user 0 dumped core.
                                                  
                                                  Stack trace of thread 833:
                                                  #0  0x00007f91c71da3f4 n/a (libc.so.6 + 0x963f4)
                                                  #1  0x00007f91c7181120 raise (libc.so.6 + 0x3d120)
                                                  #2  0x00007f91c71684c3 abort (libc.so.6 + 0x244c3)
                                                  #3  0x000055931d39512e OsAbort (Xorg + 0x14b12e)
                                                  #4  0x000055931d3965e7 FatalError (Xorg + 0x14c5e7)
                                                  #5  0x000055931d39d268 n/a (Xorg + 0x153268)
                                                  #6  0x00007f91c71811d0 n/a (libc.so.6 + 0x3d1d0)
                                                  #7  0x000055931d2f9089 RRTellChanged (Xorg + 0xaf089)
                                                  #8  0x000055931d3f4134 n/a (Xorg + 0x1aa134)
                                                  #9  0x000055931d41abbe n/a (Xorg + 0x1d0bbe)
                                                  #10 0x000055931d41acc8 n/a (Xorg + 0x1d0cc8)
                                                  #11 0x000055931d394d8a n/a (Xorg + 0x14ad8a)
                                                  #12 0x000055931d39016f WaitForSomething (Xorg + 0x14616f)
                                                  #13 0x000055931d279667 n/a (Xorg + 0x2f667)
                                                  #14 0x00007f91c7169e08 n/a (libc.so.6 + 0x25e08)
                                                  #15 0x00007f91c7169ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                  #16 0x000055931d27a7c5 _start (Xorg + 0x307c5)
                                                  
                                                  Stack trace of thread 845:
                                                  #0  0x00007f91c71d4a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007f91c71d7479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x00007f91c389bfae n/a (iris_dri.so + 0x9bfae)
                                                  #3  0x00007f91c3879d5c n/a (iris_dri.so + 0x79d5c)
                                                  #4  0x00007f91c389bedd n/a (iris_dri.so + 0x9bedd)
                                                  #5  0x00007f91c71d839d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007f91c725d49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 844:
                                                  #0  0x00007f91c71d4a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007f91c71d7479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x00007f91c389bfae n/a (iris_dri.so + 0x9bfae)
                                                  #3  0x00007f91c3879d5c n/a (iris_dri.so + 0x79d5c)
                                                  #4  0x00007f91c389bedd n/a (iris_dri.so + 0x9bedd)
                                                  #5  0x00007f91c71d839d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007f91c725d49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 848:
                                                  #0  0x00007f91c725d8b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                  #1  0x000055931d394d40 n/a (Xorg + 0x14ad40)
                                                  #2  0x000055931d398449 n/a (Xorg + 0x14e449)
                                                  #3  0x00007f91c71d839d n/a (libc.so.6 + 0x9439d)
                                                  #4  0x00007f91c725d49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 835:
                                                  #0  0x00007f91c71d4a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007f91c71d7479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x00007f91c389bfae n/a (iris_dri.so + 0x9bfae)
                                                  #3  0x00007f91c3879d5c n/a (iris_dri.so + 0x79d5c)
                                                  #4  0x00007f91c389bedd n/a (iris_dri.so + 0x9bedd)
                                                  #5  0x00007f91c71d839d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007f91c725d49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 837:
                                                  #0  0x00007f91c71d4a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007f91c71d7479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x00007f91c389bfae n/a (iris_dri.so + 0x9bfae)
                                                  #3  0x00007f91c3879d5c n/a (iris_dri.so + 0x79d5c)
                                                  #4  0x00007f91c389bedd n/a (iris_dri.so + 0x9bedd)
                                                  #5  0x00007f91c71d839d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007f91c725d49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 836:
                                                  #0  0x00007f91c71d4a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007f91c71d7479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x00007f91c389bfae n/a (iris_dri.so + 0x9bfae)
                                                  #3  0x00007f91c3879d5c n/a (iris_dri.so + 0x79d5c)
                                                  #4  0x00007f91c389bedd n/a (iris_dri.so + 0x9bedd)
                                                  #5  0x00007f91c71d839d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007f91c725d49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 838:
                                                  #0  0x00007f91c71d4a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007f91c71d7479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x00007f91c389bfae n/a (iris_dri.so + 0x9bfae)
                                                  #3  0x00007f91c3879d5c n/a (iris_dri.so + 0x79d5c)
                                                  #4  0x00007f91c389bedd n/a (iris_dri.so + 0x9bedd)
                                                  #5  0x00007f91c71d839d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007f91c725d49c n/a (libc.so.6 + 0x11949c)
                                                  ELF object binary architecture: AMD x86-64
dbus-broker-launch[737]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
NetworkManager[739]: <warn>  [1722604580.9847] device (wlp0s20f3): no secrets: No agents were available for this request.
NetworkManager[739]: <warn>  [1722604580.9854] device (wlp0s20f3): Activation: failed for connection 'yNtZH33'
dbus-broker-launch[894]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
dbus-broker-launch[894]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
dbus-broker-launch[894]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
systemd[864]: /run/user/1000/systemd/generator.late/app-syncthing@autostart.service:18: WorkingDirectory= path is not absolute, ignoring: 
sddm-helper[856]: Signal received: SIGTERM
sddm[823]: Auth: sddm-helper exited with 255
xdg-desktop-por[923]: No skeleton to export
kwin_wayland[915]: kwin_core: Could not determine the active graphical session
kwin_wayland[915]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
kwin_wayland[915]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
kwin_wayland[915]: kwin_wayland_drm: No suitable DRM devices have been found
kwin_wayland[956]: kwin_core: Could not determine the active graphical session
kwin_wayland[956]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
kwin_wayland[956]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
kwin_wayland[956]: kwin_wayland_drm: No suitable DRM devices have been found
kwin_wayland[958]: kwin_core: Could not determine the active graphical session
kwin_wayland[958]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
kwin_wayland[958]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
kwin_wayland[958]: kwin_wayland_drm: No suitable DRM devices have been found
kwin_wayland[960]: kwin_core: Could not determine the active graphical session
kwin_wayland[960]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
kwin_wayland[960]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
kwin_wayland[960]: kwin_wayland_drm: No suitable DRM devices have been found
kwin_wayland[962]: kwin_core: Could not determine the active graphical session
kwin_wayland[962]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
kwin_wayland[962]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
kwin_wayland[962]: kwin_wayland_drm: No suitable DRM devices have been found
kwin_wayland[964]: kwin_core: Could not determine the active graphical session
kwin_wayland[964]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
kwin_wayland[964]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
kwin_wayland[964]: kwin_wayland_drm: No suitable DRM devices have been found
kwin_wayland[966]: kwin_core: Could not determine the active graphical session
kwin_wayland[966]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
kwin_wayland[966]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
kwin_wayland[966]: kwin_wayland_drm: No suitable DRM devices have been found
kwin_wayland[968]: kwin_core: Could not determine the active graphical session
kwin_wayland[968]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
kwin_wayland[968]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
kwin_wayland[968]: kwin_wayland_drm: No suitable DRM devices have been found
kwin_wayland[970]: kwin_core: Could not determine the active graphical session
kwin_wayland[970]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
kwin_wayland[970]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
kwin_wayland[970]: kwin_wayland_drm: No suitable DRM devices have been found
kwin_wayland[972]: kwin_core: Could not determine the active graphical session
kwin_wayland[972]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
kwin_wayland[972]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
kwin_wayland[972]: kwin_wayland_drm: No suitable DRM devices have been found
kwin_wayland[974]: kwin_core: Could not determine the active graphical session
kwin_wayland[974]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card1"
kwin_wayland[974]: kwin_wayland_drm: failed to open drm device at "/dev/dri/card0"
kwin_wayland[974]: kwin_wayland_drm: No suitable DRM devices have been found
kcminit_startup[920]: qt.qpa.wayland: "wl-shell" is a deprecated shell extension, prefer using "xdg-shell" if supported by the compositor by setting the environment variable QT_WAYLAND_SHELL_INTEGRATION
ksplashqml[919]: qt.qpa.wayland: "wl-shell" is a deprecated shell extension, prefer using "xdg-shell" if supported by the compositor by setting the environment variable QT_WAYLAND_SHELL_INTEGRATION
kcminit_startup[920]: qt.qpa.wayland: Loading shell integration failed.
kcminit_startup[920]: qt.qpa.wayland: Attempted to load the following shells QList("xdg-shell", "wl-shell", "ivi-shell", "qt-shell")
ksplashqml[919]: qt.qpa.wayland: Loading shell integration failed.
ksplashqml[919]: qt.qpa.wayland: Attempted to load the following shells QList("xdg-shell", "wl-shell", "ivi-shell", "qt-shell")
kcminit_startup[920]: qt.qpa.xcb: could not connect to display :0
kcminit_startup[920]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
ksplashqml[919]: qt.qpa.xcb: could not connect to display :0
ksplashqml[919]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
systemd-coredump[986]: [🡕] Process 920 (kcminit_startup) of user 1000 dumped core.
                                                  
                                                  Stack trace of thread 920:
                                                  #0  0x00007fa2898a53f4 n/a (libc.so.6 + 0x963f4)
                                                  #1  0x00007fa28984c120 raise (libc.so.6 + 0x3d120)
                                                  #2  0x00007fa2898334c3 abort (libc.so.6 + 0x244c3)
                                                  #3  0x00007fa28928c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                  #4  0x00007fa28928cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                  #5  0x00007fa289adaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                  #6  0x00007fa289b7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                  #7  0x00007fa289348c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                  #8  0x00007fa289b7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                  #9  0x00007fa289b73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                  #10 0x000055c67e3f3198 n/a (kcminit + 0x3198)
                                                  #11 0x00007fa289834e08 n/a (libc.so.6 + 0x25e08)
                                                  #12 0x00007fa289834ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                  #13 0x000055c67e3f4675 n/a (kcminit + 0x4675)
                                                  
                                                  Stack trace of thread 921:
                                                  #0  0x00007fa28991a63d __poll (libc.so.6 + 0x10b63d)
                                                  #1  0x00007fa288be292d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                  #2  0x00007fa288b7ffc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                  #3  0x00007fa2895a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                  #4  0x00007fa28934f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                  #5  0x00007fa28943a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                  #6  0x00007fa28a309e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                  #7  0x00007fa2894c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                  #8  0x00007fa2898a339d n/a (libc.so.6 + 0x9439d)
                                                  #9  0x00007fa28992849c n/a (libc.so.6 + 0x11949c)
                                                  ELF object binary architecture: AMD x86-64
systemd-coredump[987]: [🡕] Process 919 (ksplashqml) of user 1000 dumped core.
                                                  
                                                  Stack trace of thread 919:
                                                  #0  0x00007f6508ea53f4 n/a (libc.so.6 + 0x963f4)
                                                  #1  0x00007f6508e4c120 raise (libc.so.6 + 0x3d120)
                                                  #2  0x00007f6508e334c3 abort (libc.so.6 + 0x244c3)
                                                  #3  0x00007f650888c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                  #4  0x00007f650888cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                  #5  0x00007f65090daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                  #6  0x00007f650917b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                  #7  0x00007f6508948c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                  #8  0x00007f650917b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                  #9  0x00007f6509173cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                  #10 0x0000555f1a56a668 n/a (ksplashqml + 0x5668)
                                                  #11 0x00007f6508e34e08 n/a (libc.so.6 + 0x25e08)
                                                  #12 0x00007f6508e34ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                  #13 0x0000555f1a56b325 n/a (ksplashqml + 0x6325)
                                                  
                                                  Stack trace of thread 930:
                                                  #0  0x00007f6508f1a63d __poll (libc.so.6 + 0x10b63d)
                                                  #1  0x00007f650717b92d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                  #2  0x00007f6507118fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                  #3  0x00007f6508ba2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                  #4  0x00007f650894f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                  #5  0x00007f6508a3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                  #6  0x00007f650a76be4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                  #7  0x00007f6508ac9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                  #8  0x00007f6508ea339d n/a (libc.so.6 + 0x9439d)
                                                  #9  0x00007f6508f2849c n/a (libc.so.6 + 0x11949c)
                                                  ELF object binary architecture: AMD x86-64
systemd[864]: plasma-ksplash.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: plasma-ksplash.service: Failed with result 'core-dump'.
systemd[864]: Failed to start Splash screen shown during boot.
kded6[994]: Failed to create wl_display (No such file or directory)
kded6[994]: qt.qpa.xcb: could not connect to display :0
kded6[994]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
ksmserver[991]: qt.qpa.xcb: could not connect to display :0
ksmserver[991]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
systemd-coredump[1012]: [🡕] Process 994 (kded6) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 994:
                                                   #0  0x00007f44eb2a53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007f44eb24c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007f44eb2334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007f44eac8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007f44eac8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007f44eb4daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007f44eb57b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007f44ead48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007f44eb57b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007f44ec0f70b6 _ZN19QApplicationPrivate4initEv (libQt6Widgets.so.6 + 0xf70b6)
                                                   #10 0x0000559897070e73 n/a (kded6 + 0x5e73)
                                                   #11 0x00007f44eb234e08 n/a (libc.so.6 + 0x25e08)
                                                   #12 0x00007f44eb234ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #13 0x0000559897070ed5 n/a (kded6 + 0x5ed5)
                                                   
                                                   Stack trace of thread 1008:
                                                   #0  0x00007f44eb31a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007f44ea68992d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007f44ea626fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007f44eafa2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007f44ead4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007f44eae3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007f44ebe03e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007f44eaec9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007f44eb2a339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007f44eb32849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd[864]: plasma-kded6.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: plasma-kded6.service: Failed with result 'core-dump'.
systemd[864]: Failed to start KDE Daemon 6.
systemd-coredump[1017]: [🡕] Process 991 (ksmserver) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 991:
                                                   #0  0x00007f449e2a53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007f449e24c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007f449e2334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007f449dc8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007f449dc8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007f449e4daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007f449e57b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007f449dd48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007f449e57b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007f449e573cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x0000557a54a684bd n/a (ksmserver + 0x94bd)
                                                   #11 0x00007f449e234e08 n/a (libc.so.6 + 0x25e08)
                                                   #12 0x00007f449e234ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #13 0x0000557a54a6ad05 n/a (ksmserver + 0xbd05)
                                                   
                                                   Stack trace of thread 1013:
                                                   #0  0x00007f449e31a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007f449d31792d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007f449d2b4fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007f449dfa2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007f449dd4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007f449de3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007f449ed8ae4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007f449dec9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007f449e2a339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007f449e32849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd[864]: plasma-ksmserver.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: plasma-ksmserver.service: Failed with result 'core-dump'.
systemd[864]: Failed to start KDE Session Management Server.
systemd[864]: Dependency failed for KDE Plasma Workspace Core.
systemd[864]: Dependency failed for KDE Plasma Workspace.
systemd[864]: Dependency failed for plasma-workspace-wayland.target.
systemd[864]: graphical-session.target: Failed to enqueue stop job, ignoring: Transaction for graphical-session.target/stop is destructive (plasma-kcminit-phase1.service has 'start' job queued, but 'stop' is included in transaction).
systemd[864]: plasma-kcminit-phase1.service: Failed with result 'exit-code'.
systemd[864]: Failed to start KDE Configuration Module Initialization (Phase 1).
gmenudbusmenuproxy[1046]: qt.qpa.xcb: could not connect to display :0
gmenudbusmenuproxy[1046]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
kdeconnectd[1032]: Failed to create wl_display (No such file or directory)
xembedsniproxy[1052]: qt.qpa.xcb: could not connect to display :0
xembedsniproxy[1052]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
kdeconnectd[1032]: qt.qpa.xcb: could not connect to display :0
kdeconnectd[1032]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
polkit-kde-authentication-agent-1[1049]: Failed to create wl_display (No such file or directory)
polkit-kde-authentication-agent-1[1049]: qt.qpa.xcb: could not connect to display :0
polkit-kde-authentication-agent-1[1049]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
xapp-sn-watcher[1065]: XDG_CURRENT_DESKTOP not set, unable to check against enabled desktop list. Starting anyway...
xapp-sn-watcher[1065]: cannot open display: :0
msm_kde_notifier[1030]: qt.qpa.xcb: could not connect to display :0
keepassxc[1034]: qt.qpa.xcb: could not connect to display :0
plasmashell[1048]: Failed to create wl_display (No such file or directory)
unknown[1057]: cannot open display: :0
plasmashell[1048]: qt.qpa.xcb: could not connect to display :0
plasmashell[1048]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
org_kde_powerdevil[1050]: Failed to create wl_display (No such file or directory)
systemd[864]: plasma-polkit-agent.service: Main process exited, code=killed, status=6/ABRT
systemd[864]: plasma-polkit-agent.service: Failed with result 'signal'.
systemd[864]: Failed to start KDE PolicyKit Authentication Agent.
systemd[864]: app-pamac\x2dtray@autostart.service: Failed with result 'exit-code'.
systemd[864]: app-xapp\x2dsn\x2dwatcher@autostart.service: Failed with result 'exit-code'.
org_kde_powerdevil[1050]: qt.qpa.xcb: could not connect to display :0
org_kde_powerdevil[1050]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
systemd-coredump[1107]: [🡕] Process 1046 (gmenudbusmenupr) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1046:
                                                   #0  0x00007fed21aa53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007fed21a4c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007fed21a334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007fed2148c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007fed2148cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007fed21cdaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007fed21d7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007fed21548c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007fed21d7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007fed21d73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x000055bd9d302c6e n/a (gmenudbusmenuproxy + 0x9c6e)
                                                   #11 0x00007fed21a34e08 n/a (libc.so.6 + 0x25e08)
                                                   #12 0x00007fed21a34ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #13 0x000055bd9d302f45 n/a (gmenudbusmenuproxy + 0x9f45)
                                                   
                                                   Stack trace of thread 1056:
                                                   #0  0x00007fed21b1a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007fed20d9192d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007fed20d2efc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007fed217a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007fed2154f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007fed2163a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007fed224aae4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007fed216c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007fed21aa339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007fed21b2849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd[864]: plasma-gmenudbusmenuproxy.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: plasma-gmenudbusmenuproxy.service: Failed with result 'core-dump'.
systemd-coredump[1108]: [🡕] Process 1052 (xembedsniproxy) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1052:
                                                   #0  0x00007fecac4a53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007fecac44c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007fecac4334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007fecabe8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007fecabe8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007fecac6daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007fecac77b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007fecabf48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007fecac77b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007fecac773cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x0000557558043265 n/a (xembedsniproxy + 0x6265)
                                                   #11 0x00007fecac434e08 n/a (libc.so.6 + 0x25e08)
                                                   #12 0x00007fecac434ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #13 0x0000557558043665 n/a (xembedsniproxy + 0x6665)
                                                   
                                                   Stack trace of thread 1066:
                                                   #0  0x00007fecac51a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007fecab97092d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007fecab90dfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007fecac1a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007fecabf4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007fecac03a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007fecad067e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007fecac0c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007fecac4a339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007fecac52849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd[864]: plasma-xembedsniproxy.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: plasma-xembedsniproxy.service: Failed with result 'core-dump'.
systemd-coredump[1109]: [🡕] Process 1032 (kdeconnectd) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1032:
                                                   #0  0x00007f4b820a53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007f4b8204c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007f4b820334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007f4b81a8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007f4b81a8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007f4b822daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007f4b8237b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007f4b81b48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007f4b8237b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007f4b82cf70b6 _ZN19QApplicationPrivate4initEv (libQt6Widgets.so.6 + 0xf70b6)
                                                   #10 0x000055c31afe0411 n/a (kdeconnectd + 0x3411)
                                                   #11 0x00007f4b82034e08 n/a (libc.so.6 + 0x25e08)
                                                   #12 0x00007f4b82034ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #13 0x000055c31afe0b85 n/a (kdeconnectd + 0x3b85)
                                                   
                                                   Stack trace of thread 1080:
                                                   #0  0x00007f4b8211a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007f4b80c6f92d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007f4b80c0cfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007f4b81da2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007f4b81b4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007f4b81c3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007f4b83394e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007f4b81cc9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007f4b820a339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007f4b8212849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd-coredump[1142]: [🡕] Process 1030 (msm_kde_notifie) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1030:
                                                   #0  0x00007fca20aa53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007fca20a4c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007fca20a334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007fca21098143 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x98143)
                                                   #4  0x00007fca21732da7 _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt5Gui.so.5 + 0x132da7)
                                                   #5  0x00007fca21733451 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt5Gui.so.5 + 0x133451)
                                                   #6  0x00007fca212b337d _ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5 + 0x2b337d)
                                                   #7  0x00007fca21733507 _ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5 + 0x133507)
                                                   #8  0x00007fca21f53586 _ZN19QApplicationPrivate4initEv (libQt5Widgets.so.5 + 0x153586)
                                                   #9  0x00005600b1f6552c n/a (msm_kde_notifier + 0xa52c)
                                                   #10 0x00007fca20a34e08 n/a (libc.so.6 + 0x25e08)
                                                   #11 0x00007fca20a34ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #12 0x00005600b1f65e95 _start (msm_kde_notifier + 0xae95)
                                                   
                                                   Stack trace of thread 1122:
                                                   #0  0x00007fca20b1a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007fca1fe9792d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007fca1fe34fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007fca212fa37f _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2fa37f)
                                                   #4  0x00007fca212a382c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2a382c)
                                                   #5  0x00007fca210f277d _ZN7QThread4execEv (libQt5Core.so.5 + 0xf277d)
                                                   #6  0x00007fca21ce1b23 n/a (libQt5DBus.so.5 + 0x17b23)
                                                   #7  0x00007fca210f261b n/a (libQt5Core.so.5 + 0xf261b)
                                                   #8  0x00007fca20aa339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007fca20b2849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd[864]: app-org.kde.kdeconnect.daemon@autostart.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: app-org.kde.kdeconnect.daemon@autostart.service: Failed with result 'core-dump'.
systemd[864]: app-msm_kde_notifier@autostart.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: app-msm_kde_notifier@autostart.service: Failed with result 'core-dump'.
systemd-coredump[1138]: [🡕] Process 1048 (plasmashell) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1048:
                                                   #0  0x00007ff8460a53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007ff84604c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007ff8460334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007ff845a8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007ff845a8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007ff8462daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007ff84637b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007ff845b48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007ff84637b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007ff847cf70b6 _ZN19QApplicationPrivate4initEv (libQt6Widgets.so.6 + 0xf70b6)
                                                   #10 0x00005593b857ced8 n/a (plasmashell + 0x23ed8)
                                                   #11 0x00007ff846034e08 n/a (libc.so.6 + 0x25e08)
                                                   #12 0x00007ff846034ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #13 0x00005593b8580255 n/a (plasmashell + 0x27255)
                                                   
                                                   Stack trace of thread 1129:
                                                   #0  0x00007ff84611a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007ff84493f92d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007ff8448dcfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007ff845da2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007ff845b4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007ff845c3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007ff84791ee4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007ff845cc9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007ff8460a339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007ff84612849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd[864]: plasma-plasmashell.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: plasma-plasmashell.service: Failed with result 'core-dump'.
systemd[864]: Failed to start KDE Plasma Workspace.
polkit-kde-authentication-agent-1[1149]: Failed to create wl_display (No such file or directory)
nextcloud[1026]: qt.qpa.xcb: could not connect to display :0
systemd-coredump[1136]: [🡕] Process 1034 (keepassxc) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1034:
                                                   #0  0x00007fb965ca53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007fb965c4c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007fb965c334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007fb966298143 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x98143)
                                                   #4  0x00007fb966932da7 _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt5Gui.so.5 + 0x132da7)
                                                   #5  0x00007fb966933451 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt5Gui.so.5 + 0x133451)
                                                   #6  0x00007fb9664b337d _ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5 + 0x2b337d)
                                                   #7  0x00007fb966933507 _ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5 + 0x133507)
                                                   #8  0x00007fb967953586 _ZN19QApplicationPrivate4initEv (libQt5Widgets.so.5 + 0x153586)
                                                   #9  0x0000559a174ab7e0 n/a (keepassxc + 0xca7e0)
                                                   #10 0x00007fb965c34e08 n/a (libc.so.6 + 0x25e08)
                                                   #11 0x00007fb965c34ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #12 0x0000559a174b5365 _start (keepassxc + 0xd4365)
                                                   
                                                   Stack trace of thread 1123:
                                                   #0  0x00007fb965d1a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007fb964b7692d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007fb964b13fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007fb9664fa37f _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2fa37f)
                                                   #4  0x00007fb9664a382c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2a382c)
                                                   #5  0x00007fb9662f277d _ZN7QThread4execEv (libQt5Core.so.5 + 0xf277d)
                                                   #6  0x00007fb967798b23 n/a (libQt5DBus.so.5 + 0x17b23)
                                                   #7  0x00007fb9662f261b n/a (libQt5Core.so.5 + 0xf261b)
                                                   #8  0x00007fb965ca339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007fb965d2849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd[864]: app-org.keepassxc.KeePassXC@autostart.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: app-org.keepassxc.KeePassXC@autostart.service: Failed with result 'core-dump'.
polkit-kde-authentication-agent-1[1149]: qt.qpa.xcb: could not connect to display :0
polkit-kde-authentication-agent-1[1149]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
systemd-coredump[1143]: [🡕] Process 1050 (org_kde_powerde) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1050:
                                                   #0  0x00007f8fe98a53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007f8fe984c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007f8fe98334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007f8fe928c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007f8fe928cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007f8fe9adaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007f8fe9b7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007f8fe9348c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007f8fe9b7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007f8fe9b73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x0000562473d690ac n/a (org_kde_powerdevil + 0x70ac)
                                                   #11 0x00007f8fe9834e08 n/a (libc.so.6 + 0x25e08)
                                                   #12 0x00007f8fe9834ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #13 0x0000562473d69995 n/a (org_kde_powerdevil + 0x7995)
                                                   
                                                   Stack trace of thread 1137:
                                                   #0  0x00007f8fe991a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007f8fe7b7092d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007f8fe7b0dfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007f8fe95a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007f8fe934f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007f8fe943a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007f8fea3ffe4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007f8fe94c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007f8fe98a339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007f8fe992849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd[864]: plasma-polkit-agent.service: Main process exited, code=killed, status=6/ABRT
systemd[864]: plasma-polkit-agent.service: Failed with result 'signal'.
systemd[864]: Failed to start KDE PolicyKit Authentication Agent.
systemd[864]: plasma-powerdevil.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: plasma-powerdevil.service: Failed with result 'core-dump'.
systemd[864]: Failed to start Powerdevil.
remmina[1043]: secret_service_load_collections_sync: assertion 'paths != NULL' failed
remmina[1043]: cannot open display: :0
gmenudbusmenuproxy[1169]: qt.qpa.xcb: could not connect to display :0
gmenudbusmenuproxy[1169]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
xembedsniproxy[1178]: qt.qpa.xcb: could not connect to display :0
xembedsniproxy[1178]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
systemd[864]: app-remmina\x2dapplet@autostart.service: Failed with result 'exit-code'.
plasmashell[1193]: Failed to create wl_display (No such file or directory)
plasmashell[1193]: qt.qpa.xcb: could not connect to display :0
plasmashell[1193]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
polkit-kde-authentication-agent-1[1229]: Failed to create wl_display (No such file or directory)
polkit-kde-authentication-agent-1[1229]: qt.qpa.xcb: could not connect to display :0
polkit-kde-authentication-agent-1[1229]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
systemd[864]: plasma-polkit-agent.service: Main process exited, code=killed, status=6/ABRT
systemd[864]: plasma-polkit-agent.service: Failed with result 'signal'.
systemd[864]: Failed to start KDE PolicyKit Authentication Agent.
org_kde_powerdevil[1230]: Failed to create wl_display (No such file or directory)
org_kde_powerdevil[1230]: qt.qpa.xcb: could not connect to display :0
org_kde_powerdevil[1230]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
systemd-coredump[1226]: [🡕] Process 1178 (xembedsniproxy) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1178:
                                                   #0  0x00007fbf724ec3f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007fbf72493120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007fbf7247a4c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007fbf7148c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007fbf7148cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007fbf71cdaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007fbf71d7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007fbf71548c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007fbf71d7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007fbf71d73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x000055a31e28e265 n/a (xembedsniproxy + 0x6265)
                                                   #11 0x00007fbf7247be08 n/a (libc.so.6 + 0x25e08)
                                                   #12 0x00007fbf7247becc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #13 0x000055a31e28e665 n/a (xembedsniproxy + 0x6665)
                                                   
                                                   Stack trace of thread 1189:
                                                   #0  0x00007fbf7256163d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007fbf70f7092d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007fbf70f0dfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007fbf717a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007fbf7154f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007fbf7163a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007fbf7267ce4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007fbf716c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007fbf724ea39d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007fbf7256f49c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd-coredump[1225]: [🡕] Process 1169 (gmenudbusmenupr) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1169:
                                                   #0  0x00007f02daca53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007f02dac4c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007f02dac334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007f02da68c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007f02da68cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007f02daedaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007f02daf7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007f02da748c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007f02daf7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007f02daf73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x0000562a232aac6e n/a (gmenudbusmenuproxy + 0x9c6e)
                                                   #11 0x00007f02dac34e08 n/a (libc.so.6 + 0x25e08)
                                                   #12 0x00007f02dac34ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #13 0x0000562a232aaf45 n/a (gmenudbusmenuproxy + 0x9f45)
                                                   
                                                   Stack trace of thread 1182:
                                                   #0  0x00007f02dad1a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007f02da0cf92d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007f02da06cfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007f02da9a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007f02da74f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007f02da83a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007f02db7ece4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007f02da8c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007f02daca339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007f02dad2849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd[864]: plasma-xembedsniproxy.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: plasma-xembedsniproxy.service: Failed with result 'core-dump'.
systemd[864]: plasma-gmenudbusmenuproxy.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: plasma-gmenudbusmenuproxy.service: Failed with result 'core-dump'.
systemd-coredump[1227]: [🡕] Process 1193 (plasmashell) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1193:
                                                   #0  0x00007fec1c0a53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007fec1c04c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007fec1c0334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007fec1ba8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007fec1ba8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007fec1c2daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007fec1c37b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007fec1bb48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007fec1c37b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007fec1dcf70b6 _ZN19QApplicationPrivate4initEv (libQt6Widgets.so.6 + 0xf70b6)
                                                   #10 0x0000561cd61d0ed8 n/a (plasmashell + 0x23ed8)
                                                   #11 0x00007fec1c034e08 n/a (libc.so.6 + 0x25e08)
                                                   #12 0x00007fec1c034ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #13 0x0000561cd61d4255 n/a (plasmashell + 0x27255)
                                                   
                                                   Stack trace of thread 1201:
                                                   #0  0x00007fec1c11a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007fec1a9f892d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007fec1a995fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007fec1bda2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007fec1bb4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007fec1bc3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007fec1d9f4e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007fec1bcc9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007fec1c0a339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007fec1c12849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd[864]: plasma-plasmashell.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: plasma-plasmashell.service: Failed with result 'core-dump'.
systemd[864]: Failed to start KDE Plasma Workspace.
polkit-kde-authentication-agent-1[1244]: Failed to create wl_display (No such file or directory)
polkit-kde-authentication-agent-1[1244]: qt.qpa.xcb: could not connect to display :0
polkit-kde-authentication-agent-1[1244]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
systemd[864]: plasma-polkit-agent.service: Main process exited, code=killed, status=6/ABRT
systemd[864]: plasma-polkit-agent.service: Failed with result 'signal'.
systemd[864]: Failed to start KDE PolicyKit Authentication Agent.
systemd-coredump[1224]: [🡕] Process 1026 (nextcloud) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1026:
                                                   #0  0x00007fea564a53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007fea5644c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007fea564334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007fea56a98143 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x98143)
                                                   #4  0x00007fea57332da7 _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt5Gui.so.5 + 0x132da7)
                                                   #5  0x00007fea57333451 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt5Gui.so.5 + 0x133451)
                                                   #6  0x00007fea56cb337d _ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5 + 0x2b337d)
                                                   #7  0x00007fea57333507 _ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5 + 0x133507)
                                                   #8  0x00007fea57b53586 _ZN19QApplicationPrivate4initEv (libQt5Widgets.so.5 + 0x153586)
                                                   #9  0x00005576a3203176 n/a (nextcloud + 0xa5176)
                                                   #10 0x00007fea56434e08 n/a (libc.so.6 + 0x25e08)
                                                   #11 0x00007fea56434ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #12 0x00005576a324bfa5 n/a (nextcloud + 0xedfa5)
                                                   
                                                   Stack trace of thread 1164:
                                                   #0  0x00007fea5651a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007fea5817092d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007fea5810dfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007fea56cfa37f _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2fa37f)
                                                   #4  0x00007fea56ca382c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2a382c)
                                                   #5  0x00007fea56af277d _ZN7QThread4execEv (libQt5Core.so.5 + 0xf277d)
                                                   #6  0x00007fea57998b23 n/a (libQt5DBus.so.5 + 0x17b23)
                                                   #7  0x00007fea56af261b n/a (libQt5Core.so.5 + 0xf261b)
                                                   #8  0x00007fea564a339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007fea5652849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd[864]: app-Nextcloud@autostart.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: app-Nextcloud@autostart.service: Failed with result 'core-dump'.
systemd-coredump[1239]: [🡕] Process 1230 (org_kde_powerde) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1230:
                                                   #0  0x00007fce156a53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007fce1564c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007fce156334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007fce1508c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007fce1508cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007fce158daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007fce1597b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007fce15148c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007fce1597b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007fce15973cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x0000561ab4f270ac n/a (org_kde_powerdevil + 0x70ac)
                                                   #11 0x00007fce15634e08 n/a (libc.so.6 + 0x25e08)
                                                   #12 0x00007fce15634ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #13 0x0000561ab4f27995 n/a (org_kde_powerdevil + 0x7995)
                                                   
                                                   Stack trace of thread 1235:
                                                   #0  0x00007fce1571a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007fce1392092d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007fce138bdfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007fce153a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007fce1514f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007fce1523a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007fce16163e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007fce152c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007fce156a339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007fce1572849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd[864]: plasma-powerdevil.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: plasma-powerdevil.service: Failed with result 'core-dump'.
systemd[864]: Failed to start Powerdevil.
xembedsniproxy[1271]: qt.qpa.xcb: could not connect to display :0
xembedsniproxy[1271]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
gmenudbusmenuproxy[1269]: qt.qpa.xcb: could not connect to display :0
gmenudbusmenuproxy[1269]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
polkit-kde-authentication-agent-1[1278]: Failed to create wl_display (No such file or directory)
polkit-kde-authentication-agent-1[1278]: qt.qpa.xcb: could not connect to display :0
polkit-kde-authentication-agent-1[1278]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
systemd[864]: plasma-polkit-agent.service: Main process exited, code=killed, status=6/ABRT
systemd[864]: plasma-polkit-agent.service: Failed with result 'signal'.
systemd[864]: Failed to start KDE PolicyKit Authentication Agent.
plasmashell[1270]: Failed to create wl_display (No such file or directory)
plasmashell[1270]: qt.qpa.xcb: could not connect to display :0
plasmashell[1270]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
systemd-coredump[1295]: [🡕] Process 1269 (gmenudbusmenupr) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1269:
                                                   #0  0x00007f70714a53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007f707144c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007f70714334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007f7070e8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007f7070e8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007f70716daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007f707177b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007f7070f48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007f707177b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007f7071773cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x00005608f1511c6e n/a (gmenudbusmenuproxy + 0x9c6e)
                                                   #11 0x00007f7071434e08 n/a (libc.so.6 + 0x25e08)
                                                   #12 0x00007f7071434ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #13 0x00005608f1511f45 n/a (gmenudbusmenuproxy + 0x9f45)
                                                   
                                                   Stack trace of thread 1280:
                                                   #0  0x00007f707151a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007f70707e292d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007f707077ffc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007f70711a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007f7070f4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007f707103a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007f7071efbe4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007f70710c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007f70714a339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007f707152849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd-coredump[1294]: [🡕] Process 1271 (xembedsniproxy) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1271:
                                                   #0  0x00007f53caea53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007f53cae4c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007f53cae334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007f53ca88c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007f53ca88cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007f53cb0daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007f53cb17b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007f53ca948c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007f53cb17b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007f53cb173cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x000055c90a0e6265 n/a (xembedsniproxy + 0x6265)
                                                   #11 0x00007f53cae34e08 n/a (libc.so.6 + 0x25e08)
                                                   #12 0x00007f53cae34ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #13 0x000055c90a0e6665 n/a (xembedsniproxy + 0x6665)
                                                   
                                                   Stack trace of thread 1279:
                                                   #0  0x00007f53caf1a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007f53ca32092d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007f53ca2bdfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007f53caba2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007f53ca94f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007f53caa3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007f53cba48e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007f53caac9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007f53caea339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007f53caf2849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd[864]: plasma-gmenudbusmenuproxy.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: plasma-gmenudbusmenuproxy.service: Failed with result 'core-dump'.
systemd[864]: plasma-polkit-agent.service: Start request repeated too quickly.
systemd[864]: plasma-polkit-agent.service: Failed with result 'signal'.
systemd[864]: Failed to start KDE PolicyKit Authentication Agent.
systemd[864]: plasma-xembedsniproxy.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: plasma-xembedsniproxy.service: Failed with result 'core-dump'.
org_kde_powerdevil[1313]: Failed to create wl_display (No such file or directory)
systemd-coredump[1303]: [🡕] Process 1270 (plasmashell) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1270:
                                                   #0  0x00007fcaa02a53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007fcaa024c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007fcaa02334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007fca9fc8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007fca9fc8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007fcaa04daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007fcaa057b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007fca9fd48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007fcaa057b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007fcaa1ef70b6 _ZN19QApplicationPrivate4initEv (libQt6Widgets.so.6 + 0xf70b6)
                                                   #10 0x0000558a59f0fed8 n/a (plasmashell + 0x23ed8)
                                                   #11 0x00007fcaa0234e08 n/a (libc.so.6 + 0x25e08)
                                                   #12 0x00007fcaa0234ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #13 0x0000558a59f13255 n/a (plasmashell + 0x27255)
                                                   
                                                   Stack trace of thread 1300:
                                                   #0  0x00007fcaa031a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007fca9eab092d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007fca9ea4dfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007fca9ffa2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007fca9fd4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007fca9fe3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007fcaa1375e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007fca9fec9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007fcaa02a339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007fcaa032849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd[864]: plasma-plasmashell.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: plasma-plasmashell.service: Failed with result 'core-dump'.
systemd[864]: Failed to start KDE Plasma Workspace.
org_kde_powerdevil[1313]: qt.qpa.xcb: could not connect to display :0
org_kde_powerdevil[1313]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
gmenudbusmenuproxy[1327]: qt.qpa.xcb: could not connect to display :0
gmenudbusmenuproxy[1327]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
xembedsniproxy[1328]: qt.qpa.xcb: could not connect to display :0
xembedsniproxy[1328]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
systemd-coredump[1340]: [🡕] Process 1328 (xembedsniproxy) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1328:
                                                   #0  0x00007f6abdca53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007f6abdc4c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007f6abdc334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007f6abd68c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007f6abd68cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007f6abdedaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007f6abdf7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007f6abd748c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007f6abdf7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007f6abdf73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x00005612c25c0265 n/a (xembedsniproxy + 0x6265)
                                                   #11 0x00007f6abdc34e08 n/a (libc.so.6 + 0x25e08)
                                                   #12 0x00007f6abdc34ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #13 0x00005612c25c0665 n/a (xembedsniproxy + 0x6665)
                                                   
                                                   Stack trace of thread 1334:
                                                   #0  0x00007f6abdd1a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007f6abd03192d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007f6abcfcefc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007f6abd9a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007f6abd74f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007f6abd83a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007f6abe751e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007f6abd8c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007f6abdca339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007f6abdd2849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd-coredump[1341]: [🡕] Process 1327 (gmenudbusmenupr) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1327:
                                                   #0  0x00007f191c0a53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007f191c04c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007f191c0334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007f191ba8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007f191ba8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007f191c2daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007f191c37b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007f191bb48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007f191c37b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007f191c373cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x000055b4576e9c6e n/a (gmenudbusmenuproxy + 0x9c6e)
                                                   #11 0x00007f191c034e08 n/a (libc.so.6 + 0x25e08)
                                                   #12 0x00007f191c034ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #13 0x000055b4576e9f45 n/a (gmenudbusmenuproxy + 0x9f45)
                                                   
                                                   Stack trace of thread 1333:
                                                   #0  0x00007f191c11a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007f191b4cf92d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007f191b46cfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007f191bda2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007f191bb4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007f191bc3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007f191cc4fe4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007f191bcc9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007f191c0a339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007f191c12849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd[864]: plasma-xembedsniproxy.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: plasma-xembedsniproxy.service: Failed with result 'core-dump'.
systemd[864]: plasma-plasmashell.service: Start request repeated too quickly.
systemd[864]: plasma-plasmashell.service: Failed with result 'core-dump'.
systemd[864]: Failed to start KDE Plasma Workspace.
systemd[864]: plasma-gmenudbusmenuproxy.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: plasma-gmenudbusmenuproxy.service: Failed with result 'core-dump'.
systemd-coredump[1332]: [🡕] Process 1313 (org_kde_powerde) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1313:
                                                   #0  0x00007f58290a53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007f582904c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007f58290334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007f5828a8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007f5828a8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007f58292daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007f582937b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007f5828b48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007f582937b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007f5829373cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x00005585c4df80ac n/a (org_kde_powerdevil + 0x70ac)
                                                   #11 0x00007f5829034e08 n/a (libc.so.6 + 0x25e08)
                                                   #12 0x00007f5829034ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #13 0x00005585c4df8995 n/a (org_kde_powerdevil + 0x7995)
                                                   
                                                   Stack trace of thread 1329:
                                                   #0  0x00007f582911a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007f582737092d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007f582730dfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007f5828da2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007f5828b4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007f5828c3a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007f5829bb1e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007f5828cc9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007f58290a339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007f582912849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd[864]: plasma-powerdevil.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: plasma-powerdevil.service: Failed with result 'core-dump'.
systemd[864]: Failed to start Powerdevil.
kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
xembedsniproxy[1374]: qt.qpa.xcb: could not connect to display :0
xembedsniproxy[1374]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
gmenudbusmenuproxy[1371]: qt.qpa.xcb: could not connect to display :0
gmenudbusmenuproxy[1371]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
org_kde_powerdevil[1373]: Failed to create wl_display (No such file or directory)
org_kde_powerdevil[1373]: qt.qpa.xcb: could not connect to display :0
org_kde_powerdevil[1373]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
systemd-coredump[1382]: [🡕] Process 1374 (xembedsniproxy) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1374:
                                                   #0  0x00007f3f9e49f3f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007f3f9e446120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007f3f9e42d4c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007f3f9de8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007f3f9de8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007f3f9e6daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007f3f9e77b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007f3f9df48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007f3f9e77b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007f3f9e773cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x00005636233bb265 n/a (xembedsniproxy + 0x6265)
                                                   #11 0x00007f3f9e42ee08 n/a (libc.so.6 + 0x25e08)
                                                   #12 0x00007f3f9e42eecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #13 0x00005636233bb665 n/a (xembedsniproxy + 0x6665)
                                                   
                                                   Stack trace of thread 1375:
                                                   #0  0x00007f3f9e51463d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007f3f9d7ce92d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007f3f9d76bfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007f3f9e1a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007f3f9df4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007f3f9e03a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007f3f9ee80e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007f3f9e0c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007f3f9e49d39d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007f3f9e52249c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd[864]: plasma-xembedsniproxy.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: plasma-xembedsniproxy.service: Failed with result 'core-dump'.
systemd-coredump[1383]: [🡕] Process 1371 (gmenudbusmenupr) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1371:
                                                   #0  0x00007f767e8a53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007f767e84c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007f767e8334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007f767e28c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007f767e28cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007f767eadaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007f767eb7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007f767e348c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007f767eb7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007f767eb73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x00005618f7972c6e n/a (gmenudbusmenuproxy + 0x9c6e)
                                                   #11 0x00007f767e834e08 n/a (libc.so.6 + 0x25e08)
                                                   #12 0x00007f767e834ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #13 0x00005618f7972f45 n/a (gmenudbusmenuproxy + 0x9f45)
                                                   
                                                   Stack trace of thread 1379:
                                                   #0  0x00007f767e91a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007f767dcbd92d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007f767dc5afc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007f767e5a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007f767e34f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007f767e43a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007f767f3dbe4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007f767e4c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007f767e8a339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007f767e92849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd[864]: plasma-gmenudbusmenuproxy.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: plasma-gmenudbusmenuproxy.service: Failed with result 'core-dump'.
systemd-coredump[1388]: [🡕] Process 1373 (org_kde_powerde) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1373:
                                                   #0  0x00007fb6784a53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007fb67844c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007fb6784334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007fb677e8c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007fb677e8cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007fb6786daa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007fb67877b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007fb677f48c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007fb67877b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007fb678773cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x00005594eb2330ac n/a (org_kde_powerdevil + 0x70ac)
                                                   #11 0x00007fb678434e08 n/a (libc.so.6 + 0x25e08)
                                                   #12 0x00007fb678434ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #13 0x00005594eb233995 n/a (org_kde_powerdevil + 0x7995)
                                                   
                                                   Stack trace of thread 1384:
                                                   #0  0x00007fb67851a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007fb67677092d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007fb67670dfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007fb6781a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007fb677f4f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007fb67803a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007fb678fd9e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007fb6780c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007fb6784a339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007fb67852849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd[864]: plasma-powerdevil.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: plasma-powerdevil.service: Failed with result 'core-dump'.
systemd[864]: Failed to start Powerdevil.
systemd[864]: plasma-gmenudbusmenuproxy.service: Start request repeated too quickly.
systemd[864]: plasma-gmenudbusmenuproxy.service: Failed with result 'core-dump'.
systemd[864]: Failed to start Proxies GTK DBus menus to a Plasma readable format.
systemd[864]: plasma-xembedsniproxy.service: Start request repeated too quickly.
systemd[864]: plasma-xembedsniproxy.service: Failed with result 'core-dump'.
systemd[864]: Failed to start Handle legacy xembed system tray icons.
kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
org_kde_powerdevil[1415]: Failed to create wl_display (No such file or directory)
org_kde_powerdevil[1415]: qt.qpa.xcb: could not connect to display :0
org_kde_powerdevil[1415]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
systemd-coredump[1422]: [🡕] Process 1415 (org_kde_powerde) of user 1000 dumped core.
                                                   
                                                   Stack trace of thread 1415:
                                                   #0  0x00007fa726ca53f4 n/a (libc.so.6 + 0x963f4)
                                                   #1  0x00007fa726c4c120 raise (libc.so.6 + 0x3d120)
                                                   #2  0x00007fa726c334c3 abort (libc.so.6 + 0x244c3)
                                                   #3  0x00007fa72668c643 n/a (libQt6Core.so.6 + 0x8c643)
                                                   #4  0x00007fa72668cde7 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8cde7)
                                                   #5  0x00007fa726edaa45 n/a (libQt6Gui.so.6 + 0xdaa45)
                                                   #6  0x00007fa726f7b038 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x17b038)
                                                   #7  0x00007fa726748c65 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x148c65)
                                                   #8  0x00007fa726f7b0ce _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x17b0ce)
                                                   #9  0x00007fa726f73cdd _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x173cdd)
                                                   #10 0x000055e488e7a0ac n/a (org_kde_powerdevil + 0x70ac)
                                                   #11 0x00007fa726c34e08 n/a (libc.so.6 + 0x25e08)
                                                   #12 0x00007fa726c34ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                   #13 0x000055e488e7a995 n/a (org_kde_powerdevil + 0x7995)
                                                   
                                                   Stack trace of thread 1418:
                                                   #0  0x00007fa726d1a63d __poll (libc.so.6 + 0x10b63d)
                                                   #1  0x00007fa724d7092d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                   #2  0x00007fa724d0dfc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                   #3  0x00007fa7269a2cbd _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x3a2cbd)
                                                   #4  0x00007fa72674f01e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x14f01e)
                                                   #5  0x00007fa72683a410 _ZN7QThread4execEv (libQt6Core.so.6 + 0x23a410)
                                                   #6  0x00007fa7276c7e4e n/a (libQt6DBus.so.6 + 0x2de4e)
                                                   #7  0x00007fa7268c9747 n/a (libQt6Core.so.6 + 0x2c9747)
                                                   #8  0x00007fa726ca339d n/a (libc.so.6 + 0x9439d)
                                                   #9  0x00007fa726d2849c n/a (libc.so.6 + 0x11949c)
                                                   ELF object binary architecture: AMD x86-64
systemd[864]: plasma-powerdevil.service: Main process exited, code=dumped, status=6/ABRT
systemd[864]: plasma-powerdevil.service: Failed with result 'core-dump'.
systemd[864]: Failed to start Powerdevil.
sddm[823]: Auth: sddm-helper exited with 1
systemd[864]: plasma-powerdevil.service: Start request repeated too quickly.
systemd[864]: plasma-powerdevil.service: Failed with result 'core-dump'.
systemd[864]: Failed to start Powerdevil.
systemd[864]: dbus-:1.2-org.kde.KSplash@0.service: Failed with result 'exit-code'.
sddm[823]: Signal received: SIGTERM