since a few weeks KMail crashes when started with the following:
org.kde.pim.pimcommonactivities: Plasma activities is not running: 1
GBM is not supported with the current configuration. Fallback to Vulkan rendering in Chromium.
kf.windowsystem: KWindowInfo is only functional when running on X11
*** KMail got signal 11 (Exiting)
*** Dead letters dumped.
KCrash: Application 'kmail' crashing... crashRecursionCounter = 2
zsh: segmentation fault (core dumped) kmail
I am on Manjaro Linux with Kmail 6.4.3. The Window comes up and then directly crashes. KOrganizer and KAdressbook work so far without any issues and I do get notifications for new incoming mails, but I cannot open KMail to work with them. Any ideas what I can do to sort this issue out?
Setting MESA_LOADER_DRIVER_OVERRIDE=“llvmpipe” in the Desktop file avoids the issue, but not directly solves it. I found it by experimenting with different options I found online via searching for the second line of the error.
Search for the Desktop file of kmail (for me it is at /usr/share/applications/org.kde.kmail2.desktop) and change the Exec line:
Before: kmail -qwindowtitle %c %u
After: Exec=env MESA_LOADER_DRIVER_OVERRIDE=“llvmpipe” kmail -qwindowtitle %c %u
This made it work for me
Will create a detailed Bug Report as soon as I find some time for it
As I now migrated to a new PC and therefore switched again to the NVIDIA proprietary drivers, the issue is gone and I cannot create a detailed Bug report anymore. Sorry!