anufrievroman / waypaper

GUI wallpaper manager for Wayland and Xorg Linux systems
https://anufrievroman.gitbook.io/waypaper
GNU General Public License v3.0
354 stars 21 forks source link

Ignore non-rendering images #24

Closed anufrievroman closed 9 months ago

anufrievroman commented 9 months ago

Still need to find a way to overcome potential problem from this 1dff8bde0b66369651a64b6e9806412c6aeee7aa commit, that some files with right extension might not be actually renderable images, in which case the rendering of the whole folder stops. The proposed solution had some flaws, but in principle there should be some feedback from cache_image() back to the App() to exclude failed images from the grid, or just put a placeholder instead.