[PATCH try2 2/2] winemenubuilder: Wait for application icons to be created instead of adding a RunOnce entry that may never run.

Hans Leidekker hans at it.vu.nl
Wed Jun 27 05:37:44 CDT 2007


On Wednesday 27 June 2007, Misha Koshelev wrote:

+    /* Now watch the directory for our path to be created */
+    if ((*handles = FindFirstChangeNotificationW(dir, subtree, FILE_NOTIFY_CHANGE_FILE_NAME)) ==
+        INVALID_HANDLE_VALUE)

I'm not sure if file change notifications are the right solution here
but since they are only supported on Linux you should at least keep the
run once key as a fallback strategy.

 -Hans



More information about the wine-devel mailing list