Bug 460921

Summary: Command at timeout not executed
Product: [Applications] KClock Reporter: wojnilowicz <lukasz.wojnilowicz>
Component: GeneralAssignee: Devin Lin <espidev>
Status: RESOLVED FIXED    
Severity: normal CC: hanyoung
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description wojnilowicz 2022-10-24 07:04:38 UTC
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1.  click on "Timers"
2.  click on "New Timer"
3.  set "Command at timeout:" to 
notify-send 'Hello world!' 'This is an example notification.' --icon=dialog-information
4. click on "Done"
5. click on the new timer
6. click on "Start"
7. wait till the timer finishes

OBSERVED RESULT
No notification named 'Hello world!'

EXPECTED RESULT
Notification named 'Hello world!' should appear.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.6

ADDITIONAL INFORMATION
Comment 1 Devin Lin 2022-10-24 21:09:09 UTC
Is this a flatpak or natively installed?
Comment 2 wojnilowicz 2022-10-25 09:05:28 UTC
(In reply to Devin Lin from comment #1)
> Is this a flatpak or natively installed?

Natively installed. Fedora 36.
Comment 3 Devin Lin 2022-10-28 01:11:09 UTC
Should be fixed with https://invent.kde.org/plasma-mobile/kclock/-/commit/9897b00fd3cbaf58e4a6511b35ba2b414f588dd0, there was a logic error. This will make it to the next Plasma Mobile Gear release.