qarmin / czkawka

Multi functional app to find duplicates, empty folders, similar images etc.
Other
20.14k stars 656 forks source link

Double clicking duplicate/similar images don't open #1383

Open casualsailo opened 1 week ago

casualsailo commented 1 week ago

Bug Description

I'm on Windows 11, and my Microsoft Photos app recently got updated to v2024.11090.27004.0. The bug should affect newer versions too

When I search for duplicate/similar images, I can double click and it would open the image

With the Microsoft Photos app update, if the path contains a special/chinese/japanese character, it won't open anymore

For example, I have two similar images C:\test\1.jpg C:\test α\2.jpg

When I double click on "1.jpg", it will launch with Microsoft Photos

But when I double click on "2.jpg", nothing happens

Before the Microsoft Photos app update, czkawka_gui was able to open both "1.jpg" and "2.jpg"

I've tried using czkawka_gui 7.0.0 and 8.0.0, and the issue applies to both versions

I also tried downloading the console versions of czkawka_gui_gtk46, but there is no console window when I launch it

Steps to reproduce:

Terminal output (optional):

<!--
Add terminal output only if needed - if there are some errors or warnings or you have performance/freeze issues.  
Very helpful in this situation will be logs from czkawka run with RUST_LOG environment variable set e.g. 
`RUST_LOG=debug ./czkawka` or `flatpak run --env=RUST_LOG=debug com.github.qarmin.czkawka` if you use flatpak, which will print more detailed info about executed function.
-->

<details>
<summary>Debug log</summary>

# UNCOMMENT DETAILS AND PUT LOGS HERE

</details>

System

qarmin commented 6 days ago

For me this looks like bug in open library like - https://github.com/Byron/open-rs/issues/85 or Microsoft Photos app(if I understand correctly this worked before - so in that situation problem should be reported in Microsoft app, not here)