Summary: | Akonadi searches for file mysql-global.conf at wrong path | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Yaroslav Sidlovsky <zawertun> |
Component: | server | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bizyaev |
Priority: | NOR | ||
Version: | 5.14.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/pim/akonadi/commit/911c2394f7ce01d1f22c63d9159b0ee4726b7069 | Version Fixed In: | |
Sentry Crash Report: |
Description
Yaroslav Sidlovsky
2020-05-26 06:22:53 UTC
Proposed patch: https://phabricator.kde.org/D29833. This patch just checks if `akonadi/` prefix has been already prepended. Git commit 911c2394f7ce01d1f22c63d9159b0ee4726b7069 by Daniel Vrátil, on behalf of Yaroslav Sidlovsky. Committed on 27/05/2020 at 12:39. Pushed by dvratil into branch 'release/20.04'. Akonadi searches for file mysql-global.conf at wrong path Akonadi can't find `mysql-global.conf` placed at path `/etc/xdg/akonadi` dir. It looks for it at `/etc/xdg/akonadi/akonadi/` (see extra `akonadi/` part appended). Differential Revision: https://phabricator.kde.org/D29833 M +1 -1 src/server/storage/dbconfigmysql.cpp M +2 -2 src/widgets/selftestdialog.cpp https://invent.kde.org/pim/akonadi/commit/911c2394f7ce01d1f22c63d9159b0ee4726b7069 |