markus-bauer

Results 92 comments of markus-bauer

The error message isn't helpful (not your fault). Most of the time this means that you have set a wrong preview_images_method in rc.conf. What have you set? Valid settings are:...

Try passing the filename in a list, not as a string: `self.fm.delete([file_to_delete])`. --- Without seeing your code, it's hard to know. But I think what's happening is this: If you...

@toonn By the way. This shouldn't happen. Even if this is a user error, it still deletes files that it obviously shouldn't. There should be a check if files is...

Was this the problem with your custom command? Does it work now? --- > the delete method is doing some complicated checking of the files before deleting, I don't know...

Good, I just wanted to confirm, that your problem is actually solved. --- > Correct me if I'm wrong, but shouldn't a function which expects a list, and does unexpected...

This might an issue with the image previewer. Does it happen without image preview? What preview_images_method do you use?

I think this issue already exists: https://github.com/ranger/ranger/issues/2361 If this is the same, then this might be fixed in the master branch (see the discussion there). Did you search for existing...

Please specify what version you're using. Can you try the master branch, this issue might be fixed already: https://github.com/ranger/ranger/pull/1758 (This took me a couple of seconds to find. Type "kitty...

Can either of you confirm that the version you're using has the patch I linked? These seem to be the relevant changes: https://github.com/ranger/ranger/pull/1758/files And by master branch, I meant the...

Sorry, there was a mistake. The original line is i+=1, not i+=offset. Also, I checked again and i+= offset is also wrong (sorry again). Still, the backwards search doesn't seem...