Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.7.1
-
None
-
FreeBSD 12-current, Qt-5.7.1
Description
The QKqueueFileSystemWatcherEngine uses qt_safe_open on the paths given to get an fd for kqueue/kevent.
However according to open (2)
[EOPNOTSUPP] An attempt was made to open a socket (not currently implemented).
So for example the tests for kwayland seem to fail as they wait for a notification that the socket file has gone awaay.
I'm not sure what the best approach would be the monitor socket files.