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
Volumes can have a custom icon set by creating /.VolumeIcon.icns, where / represents the volume root. Currently fileicon will set volume icons as it uses AppleScript, but it will return an error as it is not aware of how to read back a volume's icon.
The text was updated successfully, but these errors were encountered:
@neersighted, I've just published v0.3.2, which adds support for volumes in pirinciple.
However, as of macOS 13.1 (Ventura), I see inconsistent support for assigning icons to volumes,
for which I have no explanation:
The underlying Cocoa API call mostly only half succeeds:
It creates the .VolumeIcon.icns helper file, but quietly fails to set the custom-icon flag in the com.apple.FinderInfo extended attribute of the mountpoint folder.
The read-me now contains a warning about the lack of predictable support.
I'm closing this, due to v0.3.2 now trying the best it can to support volume icons, but if you have insights on how to make the support more predictable, I encourage you to open a new issue.
Volumes can have a custom icon set by creating
/.VolumeIcon.icns
, where/
represents the volume root. Currently fileicon will set volume icons as it uses AppleScript, but it will return an error as it is not aware of how to read back a volume's icon.The text was updated successfully, but these errors were encountered: