https://bugs.winehq.org/show_bug.cgi?id=44570
Bug ID: 44570 Summary: wine explorer . crashes instead of opening current directly Product: Wine Version: 3.2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: stu.axon@gmail.com Distribution: ---
Created attachment 60537 --> https://bugs.winehq.org/attachment.cgi?id=60537 bactkrace.txt
On windows you can open the file explorer in the current directory like this
explorer .
If I type
wine explorer .
I get a crash.
I also got a crash using
wine explorer $PWD
My current directory is
/home/stu/Downloads/Visual Styles
Opening with the full dos path worked (I have h: mapped to home):
wine explorer h:\Downloads\Visual\ Styles