Rafał Mikrut
Rafał Mikrut
Can you post video of this behaviour? For me dialog shows only once
It works fine under Linux and probably also Windows 10. Probably this line https://github.com/qarmin/czkawka/blob/c88d347e0093ba0af47b2fc8714e67cced36cc89/czkawka_gui/src/connect_things/connect_button_delete.rs#L358 Should use delete_all or similar method provided by trash crate
Strange, this bug only happened before with Windows. Probably this is fixed in master branch with GTK 4
It is already fixed in GTK4 version of app
Currently ignoring hardlinks are implemented only for Unix based systems like Linux and macOS. If anyone want to implement this feature, this is code responsible for it https://github.com/qarmin/czkawka/blob/2af71023b582bf853ab18e433ee46eb450e5d61a/czkawka_core/src/duplicate.rs#L1306-L1324
For now I don't see possible Rust crate which could be used to do this Looks that chromaprint bindings - https://crates.io/crates/chromaprint-rs needs to be compiled with ffmpeg(I don't want to...
The problem in that pictures is caused by using rotate property in exif data(one in group). GTK/Image-rs seems to not care about exif data, so looks that I will need...
Flatpak is not really designed for CLI apps, so the only way is to download app from release site or just compile it
ListStore used to show results shouldn't have any limits, so only showing all results should be quite slow(they load in parts), but app should show something. I suspect that maybe...
That info means that no duplicates in provided directories were found, this is expected that nothing is showed in GUI