JamezQ / Palaver

Linux Speech Recognition
GNU General Public License v3.0
418 stars 156 forks source link

Can't open many applications #88

Open archisman-panigrahi opened 11 years ago

archisman-panigrahi commented 11 years ago

'Open Google Chrome' works but Palaver says 'Open Firefox' is not a recognized command.

DragonDon commented 10 years ago

Did you add that command to a dictionary? i.e. personal.dic

I typed:

open hrome open google-chrome

in my personal.dic and it opens Chrome just fine.

DragonDon commented 10 years ago

I also just figured out how to finally get my file-browser to open:

open home file-browser 'xdg-user-dir | xargs caja'

I use "caja", replace with whatever file-browser you use.