Begin add run app from desktop entries
This commit is contained in:
parent
74c45b61bc
commit
b8ab8d254f
5 changed files with 85 additions and 0 deletions
9
brains/run.yml
Normal file
9
brains/run.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
- name: "run-app-fr"
|
||||
signals:
|
||||
- order: "lance {{ app }}"
|
||||
- order: "ouvre {{ app }}"
|
||||
neurons:
|
||||
- run_app:
|
||||
app: "{{ app }}"
|
||||
found_message: "Lancement de l'application {{ app }}"
|
||||
not_found_message: "Impossible de trouver l'application {{ app }}"
|
Loading…
Add table
Add a link
Reference in a new issue