As per title - currently the file:// URI will always result in wintc_launch_command() starting the file manager to select the file/open the directory in question.
This should be adjusted so that if the target is a file to open it with the default handler. This probably just means just removing the file:// portion and continuing the existing handlers.
As per title - currently the
file://
URI will always result inwintc_launch_command()
starting the file manager to select the file/open the directory in question.This should be adjusted so that if the target is a file to open it with the default handler. This probably just means just removing the
file://
portion and continuing the existing handlers.