Bug 426555 - plasma-addons timer doesnt execute command anymore
Summary: plasma-addons timer doesnt execute command anymore
Status: RESOLVED DUPLICATE of bug 424349
Alias: None
Product: kdeplasma-addons
Classification: Plasma
Component: timer (show other bugs)
Version: 5.19.5
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-15 10:58 UTC by grannie
Modified: 2020-09-16 06:03 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

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