https://bugs.kde.org/show_bug.cgi?id=417108
--- Comment #4 from David Jarvie <djar...@kde.org> --- You say you ran the commands from a script, so I tried the following script: #!/bin/bash kalarm -c yellow -t 2020-07-01-15:00 --reminder 2D 'Do, 02.07.: some reminder' kalarm -c yellow -t 2020-07-29-15:00 --reminder 2D 'Do, 30.07.: some reminder' kalarm -c yellow -t 2020-08-26-15:00 --reminder 2D 'Do, 27.08.: some reminder' kalarm -c yellow -t 2020-09-23-15:00 --reminder 2D 'Do, 24.09.: some reminder' kalarm -c yellow -t 2020-10-21-15:00 --reminder 2D 'Do, 22.10.: some reminder' kalarm -c yellow -t 2020-11-18-15:00 --reminder 2D 'Do, 19.11.: some reminder' kalarm -c yellow -t 2020-12-16-15:00 --reminder 2D 'Do, 17.12.: some reminder' This just hung on the first command, since KAlarm doesn't exit. I then tried adding '&' at the end of each line, to background the command. This worked correctly, creating all the specified alarms, without errors. Can you please say exactly how you ran the commands. -- You are receiving this mail because: You are watching all bug changes.