DesktopAction.start

Start this action with provided urls.

  1. void start(const(string)[] urls, string locale)
    class DesktopAction
    @safe const
    void
    start
    (
    scope const(string)[] urls
    ,
    string locale = null
    )
  2. void start(string url, string locale)
  3. void start(string locale)

Throws

ProcessException on failure to start the process. desktopfile.utils.DesktopExecException if exec string is invalid.

See Also

Meta