Bug 426555

Summary: plasma-addons timer doesnt execute command anymore
Product: [Unmaintained] kdeplasma-addons Reporter: grannie
Component: timerAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: alexander.lohnau, kde, plasma-bugs-null
Priority: NOR    
Version First Reported In: 5.19.5   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description grannie 2020-09-15 10:58:55 UTC
Dont know where to put the bug but:

when i configure the timer plasmoid to execute s.t. after the timer finishes, it doesnt happen.

e.g. "/usr/bin/touch /tmp/test"

journalctl contains

    Sep 13 11:34:33 host plasmashell[786]: file:///usr/share/plasma/plasmoids/org.kde.plasma.timer/contents/ui/TimerDigit.qml:43: TypeError: Type error
    Sep 13 11:34:34 host plasmashell[786]: file:///usr/share/plasma/plasmoids/org.kde.plasma.timer/contents/ui/TimerDigit.qml:43: TypeError: Type error
    Sep 13 11:34:35 host plasmashell[786]: qml: is ready to reload - lastReloaded: 1599989218641
    Sep 13 11:34:37 host plasmashell[786]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
    Sep 13 11:34:37 host plasmashell[786]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
    Sep 13 11:34:37 host plasmashell[786]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
    Sep 13 11:34:37 host plasmashell[786]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
    Sep 13 11:34:37 host plasmashell[786]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml:78:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Comment 1 Alexander Lohnau 2020-09-16 06:03:02 UTC
See https://www.reddit.com/r/kde/comments/itazpr/commands_not_running_in_ktimer_widget/g5d9s5b?utm_source=share&utm_medium=web2x&context=3 for a workaround

*** This bug has been marked as a duplicate of bug 424349 ***