nik012003 / ripdrag

Drag and Drop utilty written in Rust and GTK4
GNU General Public License v3.0
496 stars 17 forks source link

option to disable thumbnails #5

Closed arctic-penguin closed 1 year ago

arctic-penguin commented 1 year ago

Nice piece of software, thanks a lot!

When running ripdrag *.jpg in a folder that contains plenty of jpegs, it seems to render the thumbnails synchronously, which slows down the startup of the program dramatically. Would it be possible to add an option to disable thumbnails alltogether?

nik012003 commented 1 year ago

Sure, I added --disable-thumbails option in v0.1.4 . It just disables the loading of thumbnails from image files, but icons are still present.

Should we also add an option to disable icons completely?

Btw, I think adding multithreading to the for loop that generates the buttons shouldn't be too difficult to do, so maybe expect some decent performance in the near future.

arctic-penguin commented 1 year ago

Thank you!

I don't mind the icons at all.