Closed xboxones1 closed 1 year ago
This is a bug in the Avalonia file picker.
I forgot to mention, but I believe dragging files into the window should work on linux.
This is another bug discovered, dragging file does not work on Linux
I misremembered. It's not a bug, just not implemented: https://github.com/AvaloniaUI/Avalonia/issues/6085
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.
I build it with a modified filter *
and now it works as it should
Thanks, it works now
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.