我知道如何使用 GUI 更改 Gnome 的终端字体
但我想使用终端(自动方式)执行相同操作。我该怎么做?
答案1
我刚刚发现我可以用以下方式做到这一点gconftool-2
,例如:
gconftool-2 --set /apps/gnome-terminal/profiles/Default/font --type string "Ubuntu Mono derivative Powerline 11"
答案2
要Use the system fixed width font
从命令行取消选中复选框,请使用:
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_system_font --type=boolean false
在 Linux Mint Cinnamon 17.1 上测试。您的里程可能会有所不同。