导出 Ubuntu 16.04 终端配置文件

Ale*_*ler 9 gnome-terminal 16.04

如何导出我的 Ubuntu 16.04 Gnome 终端配置文件?

该文件夹~/.gconf为空。

Rol*_*ald 9

您将需要dconf导出和导入您的配置文件设置。有关详细信息,请参阅此答案(简短摘要:用于dconf dump /org/gnome/terminal/legacy/profiles:/ | grep -e "\[\:\|visible-name"列出已安装的配置文件,然后通过dconf dump /org/gnome/terminal/legacy/profiles:/:xx-xx-xx-xx/ > sample.dconf和导入/导出它们dconf load /org/gnome/terminal/legacy/profiles:/:xx-xx-xx-xx/ < sample.dconf)。