https://bugs.kde.org/show_bug.cgi?id=430949
RJVB <rjvber...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rjvber...@gmail.com --- Comment #53 from RJVB <rjvber...@gmail.com> --- FWIW, the fix for this assumes (hardcodes) a fixed install location (/Applications/digiKam.org/digikam.app) and breaks my MacPorts build, and indeed any other build that aims to be as "Unixy" as possible (i.e. not making a self-sufficient relocatable app bundle but one that uses libraries and helpers from shared location such as /opt/local). The former issue can be fixed with QCoreApplication::applicationFilePath() and QDir::cdUp() (twice), the latter can only be fixed by patching. Might I suggest that instead of adding the mysql --basedir argument `#ifdef Q_OS_MACOS`, you define a token for your own dist builds and check for that here? Fixing this particular regression (for me) was easy but how many remain hidden? -- You are receiving this mail because: You are watching all bug changes.