Bug 460921 - Command at timeout not executed
Summary: Command at timeout not executed
Status: RESOLVED FIXED
Alias: None
Product: KClock
Classification: Applications
Component: General (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Devin Lin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-24 07:04 UTC by wojnilowicz
Modified: 2022-10-28 01:11 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.