Bug 499554 - PIM service is not operational
Summary: PIM service is not operational
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (other bugs)
Version First Reported In: 5.24.5
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-05 15:44 UTC by stemy
Modified: 2025-06-29 12:06 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: n/a
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.