dterrahe / darktable

darktable is an open source photography workflow application and raw developer
https://www.darktable.org
GNU General Public License v3.0
2 stars 0 forks source link

Non-functional actions are silently ignored #21

Closed dterrahe closed 3 years ago

dterrahe commented 3 years ago

When shortcutsrc contains a reference to a non-existing action (one that has been renamed or where the lua module hasn't loaded yet) a dummy action is created. If this doesn't get connected to a lua action, any shortcuts to it will be silently ignored. This happens for example with old shortcutsrc that still refer to "views/thumbtable/rate 3" rather than "views/thumbtable/rating;three".

A warning should be shown (in a toast) when such a dummy action is actually triggered.

github-actions[bot] commented 3 years ago

This issue did not get any activity in the past 30 days and will be closed in 365 days if no update occurs. Please check if the master branch has fixed it and report again or close the issue.