Starts the program associated with this .desktop file using urls as command line params.
Note:
If the program should be run in terminal it tries to find system defined terminal emulator to run in.
First, it probes TERM environment variable. If not found, checks if /usr/bin/x-terminal-emulator exists on Linux and use it on success.
Defaulted to xterm, if could not determine other terminal emulator.
Note:
This function does check if the type of desktop file is Application. It relies only on "Exec" value.
Starts the program associated with this .desktop file using urls as command line params. Note: If the program should be run in terminal it tries to find system defined terminal emulator to run in. First, it probes TERM environment variable. If not found, checks if /usr/bin/x-terminal-emulator exists on Linux and use it on success. Defaulted to xterm, if could not determine other terminal emulator. Note: This function does check if the type of desktop file is Application. It relies only on "Exec" value.