View Single Post
Posts: 1,313 | Thanked: 2,978 times | Joined on Jun 2011 @ Finland
#610
Originally Posted by Schturman View Post
Hi ajalkane
Can you add please unlimited option for "Custom action"..
I mean if I want to do a few custom actions on the same rule..
for example i tried to open 2 app in custom action:
Code:
/usr/bin/grob && /usr/bin/fenix
but it not work...
Or maybe I do something wrong ?
I'm a bit unwilling to run the custom action in a shell... it's unnecessary overhead if you just want to run one application.

If you want to run it in shell like that, then you must run it in shell, for example:

Code:
sh -c "grob && fenix"
EDIT: OK, i found where is my mistake. It should be
Code:
/usr/bin/grob | /usr/bin/fenix
That's totally wrong and I have no idea why it works.
__________________
My N9/N950 projects:
 

The Following User Says Thank You to ajalkane For This Useful Post: