SUMMARY Korganizer is unsable because it is unable to start the PIM service. STEPS TO REPRODUCE 1. Launch Korganizer. OBSERVED RESULT At launch, it says "PIM service is strating" then "PIM service is not operational". There is a "details button" that does basically nothing. EXPECTED RESULT The app is launched and usable. SOFTWARE/OS VERSIONS Operating System: Kubuntu 24.10 KDE Plasma Version: 6.1.5 KDE Frameworks Version: 6.6.0 Qt Version: 6.6.2 Kernel Version: 6.11.0-1008-lowlatency (64-bit) Graphics Platform: Wayland Processors: 6 × Intel® Core™ i5-8500 CPU @ 3.00GHz Memory: 15.5 Gio of RAM Graphics Processor: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2 ADDITIONAL INFORMATION
make sure you have /usr/lib64/qt6/plugins/sqldrivers/libqsqlmysql.so (or wherever your qt6 is installed) for Fedora, that file installs from the distro package qt6-qtbase-mysql also make sure you have /lib64/libmariadb.so (Fedora mariadb-connector-c package) I don't know Kubuntu so you'll need to translate my Fedora information to Kubuntu
The said packages are not present on my distrib, so i used a wildcard and installed qt6* and mariadb*, and now, it works.