You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The random wallpaper selection feature tries to load "dot underscore" metadata files generated by macOS, and then defaults back to the checkerboard image
#935
Open
parkamonster opened this issue
Nov 26, 2024
· 3 comments
On macOS, if you populate the wallpapers folder with a bunch of images, an equal number of dot underscore files will be generated due to the destination volume being a non-Apple file system.
For example, copy these files across…
Wallpaper1.png
Cool Picture.jpg
Background 4.jpg
…and macOS will detect that the files are going to a non-Apple file system and generate metadata these files along side them…
Unfortunately, the random wallpaper selection feature will include these metadata files in its list of images, meaning that literally half of the files will fail to load, reverting back to the checkerboard image. Delete these metadata files and you never see the problem again!
MiSTer should filter out these files, which are impossible to delete without a trip to the Terminal, or the installation of paid 3rd party utilities to clean the drive of Mac metadata (such as BlueHarvest, $12.99).
The text was updated successfully, but these errors were encountered:
Irrespective of macOS’ bad behavior here, MiSTer’s wallpaper loading code shouldn’t enumerate and attempt to load files that are hidden in Linux either. Any file starting with a dot should be ignored.
On macOS, if you populate the wallpapers folder with a bunch of images, an equal number of dot underscore files will be generated due to the destination volume being a non-Apple file system.
For example, copy these files across…
…and macOS will detect that the files are going to a non-Apple file system and generate metadata these files along side them…
Unfortunately, the random wallpaper selection feature will include these metadata files in its list of images, meaning that literally half of the files will fail to load, reverting back to the checkerboard image. Delete these metadata files and you never see the problem again!
MiSTer should filter out these files, which are impossible to delete without a trip to the Terminal, or the installation of paid 3rd party utilities to clean the drive of Mac metadata (such as BlueHarvest, $12.99).
The text was updated successfully, but these errors were encountered: