Closed thennicke closed 1 month ago
Update: The previous report was made without any reference folders being involved. If I add one folder as a reference folder and then compare to another folder, trying to sort now gives me a crash instead, with the following output in terminal:
(czkawka_gui:2): Gtk-CRITICAL **: 17:06:22.484: gtk_list_store_get_value: assertion 'iter_is_valid (iter, list_store)' failed
thread 'main' panicked at /run/build/czkawka_gui/cargo/vendor/gtk4-0.7.3/src/tree_model.rs:46:14:
Failed to get TreeModel value: ValueTypeMismatchError { actual: <invalid>, requested: gboolean }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Duplicate of https://github.com/qarmin/czkawka/issues/1116
Bug Description
Steps to reproduce:
Open the program, run the duplicate files search on a folder, then attempt to use the sort button to change the sorting arrangement of the items. Expect to see a re-sorted list of files. Does nothing instead. No terminal output at all from this action.
This breaks the symlink feature because it is impossible to change the order of the items, so as to be able to control which is the source and which the destination for the symlink.
System