Describe the bug
I came across a weird issue. I have a profile that will cycle through ~12 images, span across 2 screen, aligned vertically. Every time, it fails to setup the wallpaper for the secondary display (display 1), then fixed in the next cycle, then failed again, and so on.
I noticed that it generates image in cycle ({profile}-a.png then {profile}-b.png, and cycle back to a). And it always failed on b side, specifically file -b-crop-1.png.
To Reproduce
Config:
Advanced span
Slideshow, delay 60 minutes, date seeded shuffle
The wallpaper positions & my screen size:
Display
Left
Top
0
0 px
0 px
1
649 px
1700 px
Expected behavior
The display no 1 have the correct wallpaper instead of fallback to default wallpaper from MacOS
Screenshots
Once every cycle of 2, the display 1 (the bottom part, see the screnshot above for alignment) display default wallpaper in my laptop.
Desktop (please complete the following information):
OS: MacOS Sonoma 14.5
Superpaper package & version: commit b068c8e, I cloned it and run manually (python3 pyinstaller_wrapper.py &)
The jameswebb-a-crop-*.png works fine, but jameswebb-b-crop-1.png doesnt set.
I added some logs (the logs with [ADDED LOG]). I even added time.sleep(10) to make sure the image already saved properly (in case the OS failed to load the image). I already restart the program multiple times and the issue still persist.
Workaround
Currently I just created new profile with name nasa and it works fine, doesnt have this problem.
Describe the bug I came across a weird issue. I have a profile that will cycle through ~12 images, span across 2 screen, aligned vertically. Every time, it fails to setup the wallpaper for the secondary display (display 1), then fixed in the next cycle, then failed again, and so on. I noticed that it generates image in cycle (
{profile}-a.png
then{profile}-b.png
, and cycle back toa
). And it always failed onb
side, specifically file-b-crop-1.png
.To Reproduce Config:
Expected behavior The display no 1 have the correct wallpaper instead of fallback to default wallpaper from MacOS
Screenshots Once every cycle of 2, the display 1 (the bottom part, see the screnshot above for alignment) display default wallpaper in my laptop.
Desktop (please complete the following information):
(python3 pyinstaller_wrapper.py &)
Additional context
Logging / debugging contents:
The jameswebb-a-crop-*.png works fine, but jameswebb-b-crop-1.png doesnt set.
I added some logs (the logs with
[ADDED LOG]
). I even added time.sleep(10) to make sure the image already saved properly (in case the OS failed to load the image). I already restart the program multiple times and the issue still persist.Workaround Currently I just created new profile with name
nasa
and it works fine, doesnt have this problem.