darksworm / imgsel-x11

GUI image selection tool for X11, discontinued, now working on qt version here https://github.com/darksworm/imgsel-qt
GNU General Public License v3.0
0 stars 0 forks source link

Handle file changes #14

Closed darksworm closed 5 years ago

darksworm commented 5 years ago

Currently we load the file list only once. We should be able to handle missing files.

Goal: when a file gets deleted or moved, the app doesn't crash when trying to load/draw it.

If its not too cumbersome, maybe we can handle renamed files too.