사용자 도구

사이트 도구


linux:gnome:dconf

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
linux:gnome:dconf [2020/09/14 17:47]
kwon37xi 만듦
linux:gnome:dconf [2025/01/15 20:02] (현재)
kwon37xi [import/export (backup/restore)]
줄 2: 줄 2:
   * https://wiki.gnome.org/Projects/dconf   * https://wiki.gnome.org/Projects/dconf
   * [[linux:gnome|Gnome]]에서 만든 시스템 설정 백엔드.   * [[linux:gnome|Gnome]]에서 만든 시스템 설정 백엔드.
 +  * ''/path/to/key'' 형태로 기술한다.
 +
 +===== read/write =====
 +<code sh>
 +dconf read '/path/to/key' # 마지막은 /로 끝나면 안됨
 +
 +dconf write '/path/to/key' "value"  # 값은 GVariant 포맷이어야 한다.
 +
 +dconf write '/path/to/key' "'문자열값'"  # 문자열 값은 홑따옴표 필요함.
 +</code>
  
  
줄 14: 줄 24:
  
 </code> </code>
 +
 +===== 변경되는 Key 확인하기 =====
 +  * 설정을 변경할 때 어떤 dconf key 가 변경되는지 확인하려면 터미널에서 아래 명령을 실행하고 설정을 변경해보면 된다.
 +
 +<code sh>
 +dconf watch /
 +</code>
 +
 +==== 참조 ====
 +  * [[https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/using_the_desktop_environment_in_rhel_8/configuring-gnome-at-low-level_using-the-desktop-environment-in-rhel-8|Chapter 6. Configuring GNOME at low level Red Hat Enterprise Linux 8 | Red Hat Customer Portal]]
 +
linux/gnome/dconf.1600073230.txt.gz · 마지막으로 수정됨: 2020/09/14 17:47 저자 kwon37xi