Bug 499554

Summary: PIM service is not operational
Product: [Applications] korganizer Reporter: stemy
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: nicolas.fella, winter
Priority: NOR    
Version First Reported In: 5.24.5   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: n/a
Sentry Crash Report:

Description stemy 2025-02-05 15:44:44 UTC
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
Comment 1 Allen Winter 2025-02-24 11:22:44 UTC
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
Comment 2 stemy 2025-02-24 12:04:18 UTC
The said packages are not present on my distrib, so i used a wildcard and installed qt6* and mariadb*, and now, it works.