Beagle doesn't notice file movements across filesystem. $ touch test.txt
LOG: DEBUG: - file:///home/mdk/Desktop/zdjecia/test.txt DEBUG: + file:///home/mdk/Desktop/zdjecia/test.txt $ echo "this is a test" >> test.txt LOG: DEBUG: - file:///home/mdk/Desktop/zdjecia/test.txt DEBUG: + file:///home/mdk/Desktop/zdjecia/test.txt So far so good. I can find the file by contents/name in BEST. But now... $ mv test.txt test2.txt LOG: (No action) Searching for test2 gives no results in BEST. Searching for test gives no results as well + log: LOG: DEBUG: - file:///home/mdk/Desktop/zdjecia/test.txt I'm using inotify 0.20 + reiserfs3 with user_xattr set. -- Michał Dominik K. [EMAIL PROTECTED] www.mdk.org.pl _______________________________________________ Dashboard-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dashboard-hackers
