Skip to content

Fix several out of sync bugs (#1326) (#1350)

Alexander Schwinn requested to merge alexxcons/thunar:out-of-sync into master
  • It is not sufficient to only check if a file is already in the file-map of a ThunarFolder. Instead, as well the files-added/files-removed maps need to be checked.
  • On rename it is not sufficient to check the changed files. Instead thunar_file_get needs to be called in order to create a new thunar file if required
  • Simplification of the case "G_FILE_MONITOR_EVENT_RENAMED"

Fixes #1326 (closed) Fixes #1350 (closed)

Draft state, because I found some other bugs while running the integration tests which might or might not be related to this MR

Merge request reports