[Xfce-bugs] [Bug 16093] Folder is not refreshed after extracting archives
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Sat May 9 14:28:43 CEST 2020
https://bugzilla.xfce.org/show_bug.cgi?id=16093
alexxcons <alexxcons at xfce.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexxcons at xfce.org
--- Comment #6 from alexxcons <alexxcons at xfce.org> ---
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.
More information about the Xfce-bugs
mailing list