nesrak1 / UABEA

c# uabe for newer versions of unity
MIT License
1.21k stars 152 forks source link

Linux version does not open files without extension #288

Closed xboxones1 closed 1 year ago

xboxones1 commented 1 year ago

I'm using the latest nightly build, tested it on several distributions. The Linux version does not display files in explorer if they do not have an extension. For example, you cannot select the globalgamemanagers file, it simply does not exist. If you specify the extension, the file appears immediately. There is no such problem in the Windows version.

nesrak1 commented 1 year ago

This is a bug in the Avalonia file picker.

nesrak1 commented 1 year ago

I forgot to mention, but I believe dragging files into the window should work on linux.

xboxones1 commented 1 year ago

This is another bug discovered, dragging file does not work on Linux

nesrak1 commented 1 year ago

I misremembered. It's not a bug, just not implemented: https://github.com/AvaloniaUI/Avalonia/issues/6085

nesrak1 commented 1 year ago

As for the original issue, it might be solved by turning all of the *.* filters into *, but I still believe this should behave the same on both OSes.

xboxones1 commented 1 year ago

I build it with a modified filter * and now it works as it should

xboxones1 commented 1 year ago

Thanks, it works now