Eu apaguei a fonte Lucida Grande do meu sistema, e as barras e menus do sistema estão cheios de caracteres estranhos. Não consigo usar meu MBA corretamente. Como posso restaurar fontes do sistema sem perder meus dados?
Eu apaguei a fonte Lucida Grande do meu sistema, e as barras e menus do sistema estão cheios de caracteres estranhos. Não consigo usar meu MBA corretamente. Como posso restaurar fontes do sistema sem perder meus dados?
Respostas:
Coloque LucidaGrande.ttc em / System / Library / Fonts /.
Você pode extrair fontes da mídia de instalação do OS X usando o Pacifist ou pegar uma cópia do backup ou outro Mac com versão / compilação semelhante.
Para obter mais informações sobre a recuperação de arquivos do sistema, consulte:
Você também pode copiar a fonte da partição de recuperação:
diskutil mount Recovery\ HD;hdiutil mount /Volumes/Recovery\ HD/com.apple.recovery.boot/BaseSystem.dmg;sudo cp /Volumes/OS\ X\ Base\ System/System/Library/Fonts/Base/LucidaGrande.ttc /System/Library/Fonts
diskutil unmount Recovery\ HD
ou algo depois?
diskutil unmount Recovery\ HD
mas não importa se você o deixa montado.
Você também pode usar sudo fontrestore default
.
Na página do manual:
NAME fontrestore -- Restore the available system fonts to a pristine state, if possible. SYNOPSIS fontrestore default [-n] DESCRIPTION fontrestore detects fonts in /Library/Fonts, /System/Library/Fonts, and ~/Library/Fonts which are not part of the system install and moves them to /Library/Fonts (Removed), /System/Library/Fonts (Removed), and ~/Library/Fonts/Fonts (Removed) directories. Critical fonts required for operation of the user interface are also restored. The [-n] option performs the same operation without touching the disk, describing what would be done without actually doing it.