wslutilities / wslu

A collection of utilities for Windows Subsystem for Linux
https://wslutiliti.es/wslu
GNU General Public License v3.0
3.44k stars 155 forks source link

file uri not decoded by wslview #295

Closed champignoom closed 7 months ago

champignoom commented 11 months ago

Windows Version

Windows 10

Windows Build Number

19045.3570

WSL Version

WSL 2

Distro Version

Ubuntu 22.04

WSL Utilities Version

wslu v3.2.3-1; wslview v10

Describe the bug

escape sequence like %20 in a file uri is not properly decoded by wslview.

Steps to Reproduce

wslview 'file:///home/me/a%20b.txt', then a%20b.txt is opened.

Expected behavior

a b.txt should be opened instead.

Additional context

No response

Code of Conduct

PhyX-Meow commented 9 months ago

Same issue here.