12.2.2. 모든 사용자에 대해 동일한 Favorite 애플리케이션 설정
모든 사용자에 대해 동일한 즐겨 찾기를 사용하려면
dconf 키 파일을 사용하여 시스템 데이터베이스 파일을 수정해야 합니다. 다음 샘플에서는 dconf 프로필을 편집한 다음 키 파일을 생성하여 조직의 첫 번째 장소에 있는 모든 직원이 기본 즐겨 찾는 애플리케이션을 설정합니다.
예 12.5. /etc/dconf/profile 의 내용:
user-db:user # This line defines a system database called first_floor system-db:first_floor
user-db:user
# This line defines a system database called first_floor
system-db:first_floor
참고
사용자 데이터베이스 파일의 설정이 first_ octetsor 데이터베이스 파일의 설정보다 우선하지만 first_ pedor 데이터베이스 파일에 도입된 잠금이 사용자 에 있는 것보다 우선합니다. 잠금에 대한 자세한 내용은 9.5.1절. “다운 다운 특정 설정 잠금” 을 참조하십시오.
예 12.6. Contents of /etc/dconf/db/first_floor.d/00_floor1_settings:
This sample sets gedit, terminal and nautilus as default favorites for all users in the first floor
# This sample sets gedit, terminal and nautilus as default favorites
# for all users in the first floor
[org/gnome/shell]
favorite-apps = ['gedit.desktop', 'gnome-terminal.desktop', 'nautilus.desktop']
dconf update 명령을 실행하여 시스템 데이터베이스에 변경 사항을 통합합니다.
시스템 전체 설정이 적용되려면 사용자가 로그아웃한 후 다시 로그인해야 합니다.