Is it possible to put special characters in Dockutil Label ?
I am using French Mac OS X 10.12 and I want to add the Download folder to the dock.
/usr/local/bin/dockutil --add "$home_dir/Downloads" --label 'Téléchargements' --view fan --display stack --sort dateadded
Python display this error message:
/usr/local/bin/dockutil:560: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
if existing_dock_item['tile-data'][label_key] == label_name: