If I read the text correctly, file URIs explicitly states for full paths, including the drive letter, it needs three slashes. This is what Geany would do if we remove `g_path_skip_root` on Windows. The example with hostnames where only two slashes are required, is not relevant for us as we never construct an URI containing the hostname when using the "builtin" feature.