Opens url defined in .desktop file using xdg-open. Note: This function does not check if the type of desktop file is Link. It relies only on "URL" value.
ProcessException on failure to start the process. Exception if desktop file does not define URL or it's empty.
auto df = new DesktopFile(); assertThrown(df.startLink());
start
See Implementation
Opens url defined in .desktop file using xdg-open. Note: This function does not check if the type of desktop file is Link. It relies only on "URL" value.