| Summary: | Renku 0.4.1 is unusable on KDE Neon due to lack of setup/documentation | ||
|---|---|---|---|
| Product: | [Applications] zanshin | Reporter: | G <ironstorm> |
| Component: | general | Assignee: | Kevin Ottens <ervin> |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | CC: | mbensi |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | already done | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/zanshin/09a7e2dad9b5c130d9e1573c4b546e051612a0f6 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
G
2017-12-19 17:55:58 UTC
This is the original console output before I installed akonadi and akonadi-mysql-backend in an effort to get this to work: org.kde.pim.akonadicore: Unable to execute akonadi_control, falling back to D-Bus auto-launch org.kde.pim.akonadicore: "QLocalSocket::connectToServer: Invalid name" "/home/user/.local/share/akonadi/akonadiserver-cmd.socket" org.kde.pim.akonadicore: Unable to execute akonadi_control, falling back to D-Bus auto-launch org.kde.pim.akonadicore: "QLocalSocket::connectToServer: Invalid name" "/home/user/.local/share/akonadi/akonadiserver-cmd.socket" kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "ldap" org.kde.pim.akonadicore: Socket error occurred: "QLocalSocket::connectToServer: Invalid name" org.kde.pim.akonadicore: Socket error occurred: "QLocalSocket::connectToServer: Invalid name" Git commit 09a7e2dad9b5c130d9e1573c4b546e051612a0f6 by Kevin Ottens. Committed on 03/01/2018 at 08:38. Pushed by ervin into branch 'master'. Don't hardcode the settings dialog to todos Summary: This made Renku unusable since users couldn't set it up properly. They'd get an inappropriate selection of resources to pick from which would be completely confusing. Reviewers: bensi, dfaure, franckarrecot Differential Revision: https://phabricator.kde.org/D9629 M +18 -5 src/akonadi/akonadiconfigdialog.cpp M +7 -1 src/akonadi/akonadiconfigdialog.h M +5 -3 src/akonadi/akonadidatasourcerepository.cpp M +3 -1 src/akonadi/akonadidatasourcerepository.h M +5 -3 src/renku/app/dependencies.cpp M +5 -3 src/zanshin/app/dependencies.cpp M +2 -1 tests/units/akonadi/akonadidatasourcerepositorytest.cpp https://commits.kde.org/zanshin/09a7e2dad9b5c130d9e1573c4b546e051612a0f6 |