Oracle® Solaris 11.2 데스크탑 관리자 설명서

인쇄 보기 종료

업데이트 날짜: 2014년 7월
 
 

모양 및 색감 기본 설정

다음 절에서는 모양 및 색감 기본 설정에 필수 값이나 기본값을 지정하는 방법을 설명합니다.

글꼴 기본 설정

글꼴 기본 설정을 지정하려면 두 기본 설정 키의 값을 수정합니다. 다음 표는 수정할 키와 해당하는 사용자 인터페이스 부분을 보여줍니다.

GConf 위치
사용자 인터페이스 구성 요소
/desktop/gnome/interface/font_name
글꼴 기본 설정 도구의 Application font(응용프로그램 글꼴) 옵션
/desktop/gnome/interface/document_font_name
글꼴 기본 설정 도구의 Document font(문서 글꼴) 옵션
/desktop/gnome/interface/monospace_font_name
글꼴 기본 설정 도구의 Fixed Width font(고정폭 글꼴) 옵션
/apps/metacity/general/titlebar_font
글꼴 기본 설정 도구의 Window Title font(창 제목 글꼴) 옵션
/apps/nautilus/preferences/desktop_font
글꼴 기본 설정 도구의 Desktop font(바탕 화면 글꼴) 옵션

예를 들어, 필수 응용 프로그램 글꼴을 Sans 12로 설정하려면 다음 명령을 입력합니다.

# gconftool-2 --direct --config-source \
xml:readwrite:/etc/gconf/gconf.xml.defaults \
--load my-panel-setup.entries

기본 데스크탑 객체 글꼴을 palatino 12로 설정하려면 다음 명령을 입력합니다.

# gconftool-2 --direct --config-source \
xml:readwrite:/etc/gconf/gconf.xml.defaults --type string \
--set /apps/nautilus/preferences/desktop_font “palatino 12”

배경 기본 설정

데스크탑 배경에 대한 기본 설정을 지정하려면 /desktop/gnome/background 위치에서 기본 설정 키 값을 수정합니다. 예를 들어, 배경에 필수 이미지를 설정하려면 다음 명령을 입력합니다.

# gconftool-2 --direct --config-source \
xml:readwrite:/etc/gconf/gconf.xml.mandatory --type string --set \
/desktosp/gnome/background/picture_filename filename.png

이 기본 설정에 대한 기본값을 설정하려면 다음 명령을 입력합니다.

# gconftool-2 --direct --config-source \
xml:readwrite:/etc/gconf/gconf.xml.defaults --type string \
--set /desktop/gnome/background/picture_filename filename.png

또한 다른 배경 기본 설정을 지정할 수 있습니다. 다른 배경 기본 설정에 대한 내용은 desktop_gnome_background.schemas 스키마 정의 파일을 참조하십시오.

스플래시 이미지 기본 설정

스플래시 이미지 기본 설정을 지정하려면 /apps/gnome-session/options/ 위치에서 기본 설정 키 값을 수정합니다. 예를 들어, 사용자에게 스플래시 이미지를 표시하지 않으려면 다음과 같이 필수 값을 설정합니다.

# gconftool-2 --direct --config-source \
xml:readwrite:/etc/gconf/gconf.xml.mandatory --type bool \
--set /apps/gnome-session/options/show_splash_screen false

이 기본 설정에 대한 기본값을 설정하려면 다음 명령을 입력합니다.

# gconftool-2 --direct --config-source \
xml:readwrite:/etc/gconf/gconf.xml.defaults --type bool \
--set /apps/gnome-session/options/show_splash_screen false

또한 다른 스플래시 이미지 기본 설정을 지정할 수 있습니다. 다른 스플래시 이미지 기본 설정에 대한 내용은 gnome-session.schemas 스키마 정의 파일을 참조하십시오.