From kde-core-devel Mon Mar 03 16:31:47 2008 From: Sebastian =?iso-8859-1?q?Tr=FCg?= Date: Mon, 03 Mar 2008 16:31:47 +0000 To: kde-core-devel Subject: Call for help on inotify replacement for non-Linux Message-Id: <200803031731.47731.strueg () mandriva ! com> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=120456191314739 For nepomuk I implemented a kded module that monitors file operations like rename and delete and updates the metadata accordingly. The problem is that it depends on inotify which is linux-only. Sadly I cannot use KFileWatch since I need move signals that include both the source and the dest URL. Question is: how can this be implemented for WIN or MAC and can we extend KDirWatch to emit these signals and who can help with that? Thanks, Sebastian