Skip to content

launch() doesn't seem to work as described #4667

Description

@theluckyfellow

I'm using Ubuntu 16.04

I have launch() working in Windows, but I'm having issues under Linux.

First I tried:
launch("/usr/bin/lame", "/home/name/test.wav", "/home/name/test.mp3");
nothing...

Next I tried:
launch("lame", "/home/name/test.wav", "/home/name/test.mp3");
nothing...

According to the reference, one of these should work... "On Linux, it first tries gnome-open, then kde-open, but if neither are available, it sends the command to the shell without any alterations."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions