Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Bug: Korganizer does not start without mysqld which is not installed with it
@ 2020-10-01 23:30 Frick-David
  2020-10-02  0:07 ` Frick-David
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Frick-David @ 2020-10-01 23:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 709 bytes --]

New issue by Frick-David on void-packages repository

https://github.com/void-linux/void-packages/issues/25252

Description:
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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Bug: Korganizer does not start without mysqld which is not installed with it
  2020-10-01 23:30 [ISSUE] Bug: Korganizer does not start without mysqld which is not installed with it Frick-David
@ 2020-10-02  0:07 ` Frick-David
  2020-10-12  5:22 ` b1scu1t
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Frick-David @ 2020-10-02  0:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

New comment by Frick-David on void-packages repository

https://github.com/void-linux/void-packages/issues/25252#issuecomment-702459194

Comment:
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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Bug: Korganizer does not start without mysqld which is not installed with it
  2020-10-01 23:30 [ISSUE] Bug: Korganizer does not start without mysqld which is not installed with it Frick-David
  2020-10-02  0:07 ` Frick-David
@ 2020-10-12  5:22 ` b1scu1t
  2020-10-14 19:35 ` Frick-David
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: b1scu1t @ 2020-10-12  5:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 352 bytes --]

New comment by b1scu1t on void-packages repository

https://github.com/void-linux/void-packages/issues/25252#issuecomment-706869219

Comment:
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?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Bug: Korganizer does not start without mysqld which is not installed with it
  2020-10-01 23:30 [ISSUE] Bug: Korganizer does not start without mysqld which is not installed with it Frick-David
  2020-10-02  0:07 ` Frick-David
  2020-10-12  5:22 ` b1scu1t
@ 2020-10-14 19:35 ` Frick-David
  2020-10-14 23:41 ` Frick-David
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Frick-David @ 2020-10-14 19:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

New comment by Frick-David on void-packages repository

https://github.com/void-linux/void-packages/issues/25252#issuecomment-708616342

Comment:
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?-

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Bug: Korganizer does not start without mysqld which is not installed with it
  2020-10-01 23:30 [ISSUE] Bug: Korganizer does not start without mysqld which is not installed with it Frick-David
                   ` (2 preceding siblings ...)
  2020-10-14 19:35 ` Frick-David
@ 2020-10-14 23:41 ` Frick-David
  2020-10-15  0:17 ` sgn
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Frick-David @ 2020-10-14 23:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 325 bytes --]

New comment by Frick-David on void-packages repository

https://github.com/void-linux/void-packages/issues/25252#issuecomment-708616342

Comment:
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?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Bug: Korganizer does not start without mysqld which is not installed with it
  2020-10-01 23:30 [ISSUE] Bug: Korganizer does not start without mysqld which is not installed with it Frick-David
                   ` (3 preceding siblings ...)
  2020-10-14 23:41 ` Frick-David
@ 2020-10-15  0:17 ` sgn
  2020-10-15  1:29 ` Frick-David
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sgn @ 2020-10-15  0:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 399 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/25252#issuecomment-708743497

Comment:
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.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Bug: Korganizer does not start without mysqld which is not installed with it
  2020-10-01 23:30 [ISSUE] Bug: Korganizer does not start without mysqld which is not installed with it Frick-David
                   ` (4 preceding siblings ...)
  2020-10-15  0:17 ` sgn
@ 2020-10-15  1:29 ` Frick-David
  2020-10-22 16:55 ` b1scu1t
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Frick-David @ 2020-10-15  1:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

New comment by Frick-David on void-packages repository

https://github.com/void-linux/void-packages/issues/25252#issuecomment-708837848

Comment:
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.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Bug: Korganizer does not start without mysqld which is not installed with it
  2020-10-01 23:30 [ISSUE] Bug: Korganizer does not start without mysqld which is not installed with it Frick-David
                   ` (5 preceding siblings ...)
  2020-10-15  1:29 ` Frick-David
@ 2020-10-22 16:55 ` b1scu1t
  2022-04-20  2:14 ` github-actions
  2022-05-04  2:15 ` [ISSUE] [CLOSED] " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: b1scu1t @ 2020-10-22 16:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 424 bytes --]

New comment by b1scu1t on void-packages repository

https://github.com/void-linux/void-packages/issues/25252#issuecomment-714626790

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

Akonadi also supports PostgreSQL, apparently.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Bug: Korganizer does not start without mysqld which is not installed with it
  2020-10-01 23:30 [ISSUE] Bug: Korganizer does not start without mysqld which is not installed with it Frick-David
                   ` (6 preceding siblings ...)
  2020-10-22 16:55 ` b1scu1t
@ 2022-04-20  2:14 ` github-actions
  2022-05-04  2:15 ` [ISSUE] [CLOSED] " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-04-20  2:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/25252#issuecomment-1103384780

Comment:
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.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [ISSUE] [CLOSED] Bug: Korganizer does not start without mysqld which is not installed with it
  2020-10-01 23:30 [ISSUE] Bug: Korganizer does not start without mysqld which is not installed with it Frick-David
                   ` (7 preceding siblings ...)
  2022-04-20  2:14 ` github-actions
@ 2022-05-04  2:15 ` github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-05-04  2:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 712 bytes --]

Closed issue by Frick-David on void-packages repository

https://github.com/void-linux/void-packages/issues/25252

Description:
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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-05-04  2:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-01 23:30 [ISSUE] Bug: Korganizer does not start without mysqld which is not installed with it Frick-David
2020-10-02  0:07 ` Frick-David
2020-10-12  5:22 ` b1scu1t
2020-10-14 19:35 ` Frick-David
2020-10-14 23:41 ` Frick-David
2020-10-15  0:17 ` sgn
2020-10-15  1:29 ` Frick-David
2020-10-22 16:55 ` b1scu1t
2022-04-20  2:14 ` github-actions
2022-05-04  2:15 ` [ISSUE] [CLOSED] " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).