qarmin / czkawka

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

Czkawka GUI - Add possibility to open folder in file browser #92

Open siodor opened 3 years ago

siodor commented 3 years ago

When going through a file list it would be nice to be able to right click and then "Open in File Browser" to examine a folder during file clean-up.

qarmin commented 3 years ago

This is partially implemented in #128, to open folder just you need to click twice with right mouse button on desired row.

I'm not closing issue, because I planning add context menu with this option, but for now I don't know how to set position of popup to current position.

skierpage commented 2 years ago

This is partially implemented in #128, to open folder just you need to click twice with right mouse button on desired row.

That doesn't work clicking for me on a file. Using the flatpak, no matter where I click on its row, Czkawka opens the file with its default application or prompts me to "Select an application to open xxx..."

Maybe you mean when a folder appears in the results, double-clicking on it opens that folder in a file browser?

piotr-calus commented 1 year ago

to open folder just you need to click twice with right mouse button on desired row.

That doesn't work clicking for me on a file. Using the flatpak, no matter where I click on its row, Czkawka opens the file with its default application or prompts me to "Select an application to open xxx..."

Maybe you mean when a folder appears in the results, double-clicking on it opens that folder in a file browser?

Hi, It should work with double-click with the right mouse button anywhere within the row with the file. Tested on version 5.0.2

I am trying to reproduce the problem on my computer. If it still occurs, could you tell which version of the program you are running - number and source (flatpak, self-compiled, ...)?

What is the output of the following command?

xdg-mime query default inode/directory

Do the commands below open your file manager correctly?

xdg-open /your/path xdg-open file:///your/path

Could You run czkawka_gui from terminal? Do You see any output when double-clicking on the row?

Thanks in advance for your answer

K0-RR commented 9 months ago

This is a flatpak-related issue as I also tested the linux binary and that one is working fine.

For me double right-clicking opens the directory... in VS Code for some reason

xdg-mime query default inode/directory

org.kde.dolphin.desktop

xdg-open /your/path

File manager opens in the dir