-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Hi everyone and thanks for this amazing product !
I can't achieve to get os.start() to work.
Update the remote.lua of the Examples/Run remote with this :
--@help Command 1
actions.command1 = function ()
os.start("firefox");
end
--@help Command 2
actions.command2 = function ()
os.execute("firefox");
end
Firefox never launches. What I'm doing wrong ?
fabien@TOUR:~$ whereis firefox
firefox: /usr/bin/firefox /usr/lib/firefox /etc/firefox
Metadata
Metadata
Assignees
Labels
No labels