Jacek Caban jacek@codeweavers.com writes:
WINE_DEFAULT_DEBUG_CHANNEL(mshtml);
+#define GECKO_FILE_NAME "wine_gecko-" GECKO_VERSION ".cab" +#define DEFAULT_CAB_FILE_NAME "/usr/share/wine/gecko/" GECKO_FILE_NAME
You need to use wine_get_data_dir() instead of hardcoding the path.