adrianlopezroche / fdupes

FDUPES is a program for identifying or deleting duplicate files residing within specified directories.
2.48k stars 186 forks source link

fdupes 2.1.2 is stuck doesn't delete and only exit works #153

Closed albertux closed 3 years ago

albertux commented 3 years ago

mkdir tmp && cd tmp; touch x y

fdupes version 2.1.2 in Debian bullseye, always is showing the down menu ( Preserve Files [1 - 2], all, help) :

I tried tab or enter or arrow keys but is just stuck only way to exit fdupes is type exit and do not delete duplicates

Screenshot_2021-04-16_19-46-27

adrianlopezroche commented 3 years ago

Try typing prune instead of hitting delete. Some distributions seem to have the delete key disabled under ncurses for some reason.

On Fri, Apr 16, 2021, 10:55 PM Alberto Ayala @.***> wrote:

mkdir tmp && cd tmp; touch x y

fdupes version 2.1.2 in Debian buster, always is showing the down menu ( Preserve Files [1 - 2], all, help) :

I tried tab or enter or arrow keys but is just stuck only way to exit fdupes is type exit and do not delete duplicates

[image: Screenshot_2021-04-16_19-46-27] https://user-images.githubusercontent.com/9578/115099782-fbdd8000-9eec-11eb-8fed-5af71f5a9640.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/adrianlopezroche/fdupes/issues/153, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPQT7IOPHF5RVL5VFUPXUDTJD2BLANCNFSM43CSNKEQ .

albertux commented 3 years ago

Thank you that solve my problem

choklo commented 1 year ago

i had this issue and solved it as indicated here

"Try typing prune instead of hitting delete. Some distributions seem to have the delete key disabled under ncurses for some reason."

upgrade von ubuntu fossal (x11) to jammy (wayland) produced this issue