anufrievroman / waypaper

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

Cache for random wallpapers fails #96

Closed anufrievroman closed 1 week ago

anufrievroman commented 2 weeks ago

After all the wallpaper are cycled through using random, the json file responsible for keeping track of these wallpapers is corrupted.

anufrievroman commented 2 weeks ago

@CalfMoon could you take a look at this? I think something about seek(0) is wrong. Like it starts rewriting file content from the beginning but old stuff remains in the file, or something like that.

anufrievroman commented 1 week ago

Okay, I rewrote the cache part, I believe it works now