https://bugs.winehq.org/show_bug.cgi?id=49987
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Application freeze when |GTK Application freeze when |trying to open file chooser |trying to open file chooser |dialog |dialog CC| |xerox.xerox2000x@gmail.com Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #1 from Louis Lenders xerox.xerox2000x@gmail.com --- Confirming.
This seems to affect multiple (all?) GTK apps like Meld (doesn't start) and Geany (just exits after one chooses "File Open")
Problem seems to be that the apps cannot find the schemas dir. One can work around it by setting GSETTINGS_SCHEMA_DIR env. variable.
Like when you extract the app in /tmp it works like so:
GSETTINGS_SCHEMA_DIR="z:\tmp\windows_czkawka_gui\share\glib-2.0\schemas" wine czkawka_gui.exe
I don't know if this variable is set on windows by the app, or if this path is somewhere set in the registry by the app? Rafal, any ideas?