rishuinfinity / WallpaperSwitcher

Gnome Extension to switch wallpaper after a given interval
GNU General Public License v3.0
33 stars 6 forks source link

Images whose extensions are in uppercase (.JPG instead of .jpg) are not part of the recognized images #29

Open gcadorette opened 4 months ago

gcadorette commented 4 months ago

I chose a folder containing images I wanted to have as wallpapers. All the pictures with an uppercase typename (in my case, .JPG) were not recognized and it would only iterate through the picture having a lowercase typename.

After I switched from uppercase to lowercase typename (so .JPG to .jpg), they were part of the rotation.

Could it be possible for images with both uppercase and lowercase typenames to be part of the wallpaper rotation? Thank you !