![이러한 gconftool-2 명령이 Ubuntu 16.04에서 작동을 멈춘 이유는 무엇입니까?](https://linux55.com/image/87943/%EC%9D%B4%EB%9F%AC%ED%95%9C%20gconftool-2%20%EB%AA%85%EB%A0%B9%EC%9D%B4%20Ubuntu%2016.04%EC%97%90%EC%84%9C%20%EC%9E%91%EB%8F%99%EC%9D%84%20%EB%A9%88%EC%B6%98%20%EC%9D%B4%EC%9C%A0%EB%8A%94%20%EB%AC%B4%EC%97%87%EC%9E%85%EB%8B%88%EA%B9%8C%3F.png)
우분투 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의 명령줄에서 그놈 터미널 프로필을 구성하는 방법은 무엇입니까?