rozniak / xfce-winxp-tc

Windows XP stuff for XFCE
Other
1.11k stars 37 forks source link

exec - file:// URI scheme needs special handling #274

Closed rozniak closed 7 months ago

rozniak commented 9 months ago

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.