Skip to content

os.start not working on linux #44

@Fabien-Morrow

Description

@Fabien-Morrow

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions