Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Korganizer does not start without mysqld which is not installed with it #25252

Closed
ghost opened this issue Oct 1, 2020 · 7 comments
Closed
Labels

Comments

@ghost
Copy link

ghost commented Oct 1, 2020

I ran 'xbps-install korganizer' and said yes.
It gave me an error on start up about not connecting to the akonadi personal information service. I read around on the internet and quite a few users said to restart mysqld.
However, korganizer did not install it as a dependecy.
To get the program to work, I have to run xbps-install mysql, select yes then start mysqld as a service with
ln -s /etc/sv/mysqld /var/service/
and then it worked.
I am submitting this as a bug with the package, as mysql should probably be a dependency.

Let me know what you think,
Best,
David

@ghost
Copy link
Author

ghost commented Oct 2, 2020

Also, I am unsure if kdepim-runtime is installed by default with korganizer. I was having the same issue listed here and this fixed it: See
https://forums.opensuse.org/showthread.php/527179-Is-kOrganizer-ical-import-broken-in-42-3

@b1scu1t
Copy link

b1scu1t commented Oct 12, 2020

Korganizer works with either mysqld or sqlite3.
I don't believe having mysqld as hard dependency is a good idea.
Maybe a message should be displayed, alerting the user to install either one of the two?

@ghost
Copy link
Author

ghost commented Oct 14, 2020

Okay fair enough. I can say that installing the package for it off the bat did not work for me. Is sqlite3 installed by default on void such that it should work out of the box?

@sgn
Copy link
Member

sgn commented Oct 15, 2020

I think it would be simple enough to make Korganizer depends on sqlite?
A lot of users have one or more of those packages installed nss (via firefox, chromium), webkit2gtk, python3, mpd, gnupg2, and fwupd. Those packages all pulls sqlite in.

@ghost
Copy link
Author

ghost commented Oct 15, 2020

Does void not also come with python3 installed by default? It is interesting that I have python3 installed (python developer), yet Korganizer did not detect sqlite. I would assume I also have sqlite installed as well.

@b1scu1t
Copy link

b1scu1t commented Oct 22, 2020

You are correct. It seems that you must manually specify the database back-end in ~/.config/akonadi/akonadiserverrc.
It's set to 'QMYSQL' by default.
Check here for more info: https://wiki.archlinux.org/index.php/KDE#SQLite

Akonadi also supports PostgreSQL, apparently.

@github-actions
Copy link

Issues become stale 90 days after last activity and are closed 14 days after that. If this issue is still relevant bump it or assign it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants