[Github-comments] [geany/geany] Win10 crash after "Copy as Path" from open file dialog (#1942)

elextr notifications at xxxxx
Sun Sep 12 09:24:50 UTC 2021


> but it looked just as the normal GTK3 file chooser dialog, so obviously I did it wrong.

Possibly cross building is confusing it?  Or possibly msys2 isn't built with the native dialogs? Or I don't have a clue what I'm talking about (probably number 3).

> It might be better to remove the Windows native dialogs altogether instead of trying to fix their bad integration.

Certainly calling them directly without any integration with the GTK mainloop is always likely to cause issues, the mainloop can still run and callback Geany code while its waiting for the dialog, which is dangerous because Geany isn't written to permit that.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1942#issuecomment-917599015
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210912/ddb752ea/attachment.htm>


More information about the Github-comments mailing list