SuperGouge / ChanThreadWatch

Fork of the original discontinued ChanThreadWatch.
90 stars 13 forks source link

Add a switch for Linux when opening directories as a workaround for x… #82

Closed DerSandmann-Badcode closed 5 years ago

DerSandmann-Badcode commented 5 years ago

On Linux systems xdg-open will normally try to find the best program to open directories with. It seems that with some later versions, there's issues if there's spaces in the file path.

image Removing the space in the name is also a workaround on Linux image

Also for some reason the TargetFrameworkVersion inside the csproj was set at 2.0. Visual studio might have some way of handling that, but Jetbeans Rider and Mono do not.