DesktopFile.startApplication

Starts the application associated with this .desktop file using url as command line params.

  1. void startApplication(const(string)[] urls, string locale, const(string)[] terminalCommand)
  2. void startApplication(string url, string locale, const(string)[] terminalCommand)
    class DesktopFile
    @trusted const
    void
    startApplication
    (
    string url
    ,
    string locale = null
    ,
    lazy const(string)[] terminalCommand = getTerminalCommand
    )

Meta