우분투 14.04에서는 gconftool-2
명령 프롬프트에서 이러한 명령을 실행하면 그놈 터미널 프로필 설정이 변경됩니다.
gconftool-2 --set /apps/gnome-terminal/profiles/Default/background_color --type string "#393939"
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_colors --type bool false
gconftool-2 --set /apps/gnome-terminal/profiles/Default/foreground_color --type string "#fff"
gconftool-2 --set /apps/gnome-terminal/profiles/Default/background_type --type string "transparent"
gconftool-2 --set /apps/gnome-terminal/profiles/Default/background_darkness --type float 0.95
gconftool-2 --set /apps/gnome-terminal/profiles/Default/scrollback_unlimited --type bool true
gconftool-2 --get <some setting>
해당 값을 인쇄하는 명령 을 사용하면 gconftool-2
해당 값도 파일에 (XML로) 기록됩니다.
/home/velour/.gconf/apps/gnome-terminal/profiles/Default/%gconf.xml
그러나 그놈 터미널은 이러한 값을 무시하는 것 같습니다.
16.04의 명령줄에서 그놈 터미널 프로필을 구성하는 방법은 무엇입니까?