https://bugs.kde.org/show_bug.cgi?id=524187
--- Comment #10 from Ganton <[email protected]> --- (In reply to David Jarvie from comment #9) > Thank you for the debug log. It looks likely that kalarm is attempting to > migrate Akonadi resource calendars, but that this is not completing. KAlarm > doesn't create or initialise calendars until the migration completes. > > Is this the first time kalarm has ever been installed on your system (since > installing Kubuntu), or did you previously use an older version of kalarm on > it? If so, do you know what version it was, or when it would have been first > installed? It's the first time that kalarm is installed. I have sent you the logs from a virtual machine. In my main machine (also with Kubuntu 26.04) it happened the same after installing kalarm for the first time. > To help find out why the bug is happening, could you please append an > additional line to qtlogging.ini, and run kalarm again to get new debug > output. > > org.kde.pim.kalarm.akonadiplugin=true OK. I have restored the virtual machine to a previous snapshot, those steps were followed: $ LANG=C kalarm Command 'kalarm' not found, but can be installed with: sudo apt install kalarm $ LANG=C cat ~/.local/share/qt6/qtlogging.ini cat: /home/user/.local/share/qt6/qtlogging.ini: No such file or directory $ LANG=C ls ~/.local/share/qt6 ls: cannot access '/home/user/.local/share/qt6': No such file or directory $ LANG=C ls -ld ~/.local/share drwxrwxr-x 21 user user 4096 abr 27 01:17 /home/user/.local/share $ mkdir ~/.local/share/qt6 $ vi ~/.local/share/qt6/qtlogging.ini $ cat ~/.local/share/qt6/qtlogging.ini [Rules] org.kde.pim.kalarm=true org.kde.pim.kalarm.kalarmcal=true org.kde.pim.kalarm.akonadiplugin=true $ sudo apt install -y kalarm ... $ QT_LOGGING_CONF=/home/user/.local/share/qt6/qtlogging.ini kalarm >/tmp/kalarm.log 2>&1 -- You are receiving this mail because: You are watching all bug changes.
