https://bugs.kde.org/show_bug.cgi?id=420334
--- Comment #19 from Stefan S <stefan.szeke...@gmail.com> --- (In reply to Maik Qualmann from comment #18) > Ok, thanks for the feedback. The albums are also monitored in the background > (if enabled) with the QFileSystemWatcher. The problem is the > QFilesystemWatcher itself, that adding a folder path (only if it is a > network path?) under MacOS takes extremely long and the system is blocked. > So a bug in the QFileSystemWatcher or MacOS. > > Maik The network path is treated as a local folder mounted in /Volumes/<path_name> via smb:// QFileSystemWatcher - why not create a new thread and run it there? maybe dispatch_async ? or some such -- You are receiving this mail because: You are watching all bug changes.