Calendar and Alarms issue
-
you can try clearing app cache using the UT Tweak Tool
-
@idonthatevests I've tried clearing cache and application data with no luck.
-
@dR0W
Did you received the last stable release already ? Because this version should fix the issue -
Well the calendar app accesses alarms. So that points to the problem being with the alarms themselves.
There are some very suspicious things in the logs. Namely about being unable to connect to dconf and the ensuing
Fail to connect with client. Don't know what the exact problem is, but I imagine your issue has something to do with that. Are you able to go into the terminal (or better,adb shell) and dols -ld /run/user/32011/dconf/user? And maybels -ldon the directories above, because I assume32011is a process ID (pid) which can change. -
@projectmoon Thanks for the response. Alarms that I had configured before, works as spected, but I can't acces alarms tab to enable or disable actual alarms or define new ones.
That is what I get in adb shell to your suggested command:
phablet@ubuntu-phablet:~$ ls -ld /run/user/32011/dconf/user -rw------- 1 phablet phablet 2 Dec 2 08:07 /run/user/32011/dconf/user@lduboeuf Now I'm on stable 24.04-1.1
-
@dR0W Now that you are on 24.04-1.1 could you show logs again, ah but maybe you were already in the first post ?
btw the former issues specific to calendar/clock is here:
[26/11/25 15:14] Error opening accounts DB: unable to open database file
[26/11/25 15:14] ag_manager_load_account: assertion 'AG_IS_MANAGER (manager)' failed
[26/11/25 15:14] g_object_unref: assertion 'G_IS_OBJECT (object)' failed
[26/11/25 15:14] Fail to connect with client No se pudo conectar a «Sin nombre:» No se pueden encontrar el «backend» de fábrica para la fuente «system-calendar» ni la extensión «Calendar».
[26/11/25 15:14] g_object_ref: assertion 'G_IS_OBJECT (object)' failed
[26/11/25 15:14] e_cal_client_get_view: assertion 'E_IS_CAL_CLIENT (client)' failedthe /run/user/32011/dconf/user warnings are just the consequence of a confined apps, and is normal if i'm not wrong
Also, did you do anything custom on your device ?
-
@lduboeuf Logs are when I'm in 24.04-1.1.
Relative to custom modifications... I did tried to install Lomiri Plus Essential with Ambot installer to configure round corners when I'm in 24.04 daily but it fails. I don't know if this could be relationed or not.
Thanks for your time. -
@dR0W said in Calendar and Alarms issue:
@lduboeuf Logs are when I'm in 24.04-1.1.
Relative to custom modifications... I did tried to install Lomiri Plus Essential with Ambot installer to configure round corners when I'm in 24.04 daily but it fails. I don't know if this could be relationed or not.
Thanks for your time.I don't know if it can interact with the calendar/alarm system.
To make sure can you confirm,dpkg -l evolution-data-server-lomirireturn somethingAlso in your logs, do you find any "Migrating EDS sources' (
journalctl | grep -5 "Migrating EDS sources")
and see if you see errors around -
@lduboeuf Here is the output to these commands:
phablet@ubuntu-phablet:~$ dpkg -l evolution-data-server-lomiri dpkg-query: no packages found matching evolution-data-server-lomiri phablet@ubuntu-phablet:~$ journalctl | grep -5 "Migrating EDS sources" phablet@ubuntu-phablet:~$ -
@dR0W said in Calendar and Alarms issue:
@lduboeuf Here is the output to these commands:
phablet@ubuntu-phablet:~$ dpkg -l evolution-data-server-lomiri dpkg-query: no packages found matching evolution-data-server-lomiri phablet@ubuntu-phablet:~$ journalctl | grep -5 "Migrating EDS sources" phablet@ubuntu-phablet:~$oh bad luck, the fix has been merged too late:
https://gitlab.com/ubports/development/core/seeds/ubuntu-touch/-/commits/ubports/24.04-1.x?ref_type=headsSo would be interesting to go to daily ( which is mostly the same than the stable today ) or wait for next stable...
-
@lduboeuf I've switched to daily but that haven't solved the problem.