https://bugzilla.xfce.org/show_bug.cgi?id=16093
alexxcons <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from alexxcons <[email protected]> --- I can reproduce the bug, and I can confirm that your patch fixed the problem !(In reply to Theo Linkspfeifer from comment #5) > Created attachment 9803 [details] > quick diff > > Adding (yet another?) thunar_file_reload call seems to work around the bug. > It eliminates this occasional warning also: > > thunar-WARNING **: 15:59:54.492: Content type loading failed for test (2): > Error when getting information for file “/home/brainwash/test (2)”: No such > file or directory Thanks Theo, I can reproduce the bug, and I can confirm that your patch fixed the problem ! Not the file-roller ocassionally does not display the extracted file at all for me. That as well seems to be fixed with the patch. Though "thunar_folder_monitor" probably should be tweaked a bit ... not clear to me why we only check for files which are "not" the current folder-object with: if (!g_file_equal (event_file, thunar_file_get_file (folder->corresponding_file))) ... if so, probably we should have the "thunar_file_reload()" in an else branch of that "if" (or directly restructure that whole monster-if to make it more readable). -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
