파일 및 디렉토리¶
사용자 경로¶
When Zrythm is launched for the first time, it will also ask you to select a directory for saving your user data. See Zrythm user path for details.
설치된 파일¶
Zrythm이 설치되면 기본적으로 다음 파일을 설치합니다.
데스크탑 항목¶
특정 프로그램을 시작하는 방법, 메뉴에 나타나는 방법 등을 설명하는 무료데스크탑 호환 구성 파일<https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html> 입니다. 이것은 일반적으로 :file:`/usr/share/applications/zrythm.desktop`에 설치됩니다.
GLib 스키마¶
이 파일에는 사용자 구성에 대한 스키마가 포함되어 있습니다. 일반적으로 :file:`/usr/share/glib-2.0/schemas/org.zrythm.Zrythm.gschema.xml`에 설치됩니다.
데스크탑 아이콘¶
이것은 데스크탑 환경에서 사용됩니다. 일반적으로 :file:`/usr/share/icons/hicolor/scalable/apps/zrythm.svg`에 설치됩니다.
현지화 파일¶
현지화 파일은 /usr/share/locale`에 설치됩니다. 예를 들어 한국어의 경우 :file:
/usr/share/locale/ko/LC_MESSAGES/zrythm.mo`입니다.
샘플¶
Zrythm에서 사용하는 기본 오디오 샘플 (예: 메트로놈)입니다. 일반적으로 :file:`/usr/share/zrythm/samples`에 설치됩니다.
글꼴¶
배포판에서 필요한 글꼴에 대한 패키지를 제공하지 않는 한 Zrythm에 필요한 글꼴은 일반적으로 /usr/share/fonts/zrythm
아래에 설치됩니다.
GtkSourceView 스타일시트¶
Zrythm은 일부 텍스트 입력 위젯에서 사용할 CSS 스타일시트를 /usr/share/zrythm/sourceview-styles
아래에 설치합니다.
테마¶
기본 테마 (아이콘 테마 포함)는 일반적으로 /usr/share/zrythm/themes
아래에 설치됩니다.
힌트
Zrythm provides ways to override some of these files with user-specified files in the Zrythm user path. See Theming for details.
사용자 파일¶
캐시된 플러그인 기술 문구¶
Plugin descriptor cache for faster scanning.
This is found at
cached_plugin_descriptors.yaml
under the
Zrythm user path.
플러그인 컬렉션¶
This file contains your plugin collections.
It is found at
plugin_collections.yaml
under the
Zrythm user path.
플러그인 설정¶
Located at plugin-settings.yaml
under the
Zrythm user path, this is a collection of
per-plugin settings, such as whether to open the
plugin with Carla, the
bridge mode
to use and whether to use a
generic UI.
참고
This file is generated and maintained automatically by Zrythm and users are not expected to edit it.
로그 파일¶
Zrythm will write to a log file on each run inside
the log
subdirectory under the
Zrythm user path. The filename will contain
the current date and time, for example
log_2020-06-26_15-34-19.log
.
이 로그 파일은 충돌 및 기타 문제를 디버깅하는 데 유용합니다.