Bug 448135

Summary: No plugins could be loaded in Windows 10
Product: [Applications] digikam Reporter: AlainMontané <alainm1951>
Component: Bundle-WindowsAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles, metzpinguin
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed/Implemented In: 9.1.0
Sentry Crash Report:
Attachments: Message opening digimak

Description AlainMontané 2022-01-08 18:58:28 UTC
Created attachment 145241 [details]
Message opening digimak

I have just install the last version of digimak and i have this message  opening the application:
"No plugins were loaded,please check the plugins were installed in one of the following  paths...".
I can'find those files in the specified folders.
Bug report: système d'exploitation (unknown architecture).
Comment 1 caulier.gilles 2026-04-10 16:24:21 UTC
digiKam 7.4.0 is outdated. Please use a more recent version as the last 9.0.0 released few weeks ago.
Comment 2 Maik Qualmann 2026-04-12 09:54:49 UTC
I'm closing this bug, as we've been setting the current directory under Windows for some time now using:
QDir::setCurrent(qApp->applicationDirPath());

Maik