ファイルとディレクトリ

ユーザーパス

Zrythmを初めて起動するときには、ユーザーデータを保存するディレクトリの選択も求められます。詳しくは Zrythm user path をご覧ください。

インストールされるファイル

Zrythmをインストールすると、デフォルトで以下のファイルがインストールされます。

Desktopファイル

A freedesktop-compliant configuration file that describes how a particular program should be launched, how it appears in menus, etc. This is normally installed at /usr/share/applications/zrythm.desktop.

GLib スキーマ

このファイルには、ユーザー設定用のスキーマが含まれています。通常は /usr/share/glib-2.0/schemas/org.zrythm.Zrythm.gshema.xml にインストールされます。

Desktopエントリーのアイコン

これはデスクトップ環境で使用されます。通常は /usr/share/icons/hicolor/scalable/apps/zrythm.svg にインストールされます。

翻訳メッセージのファイル

ローカライズファイルは、 /usr/share/locale の下にインストールされます。例えば、韓国語の場合は、 /usr/share/locale/ko/LC_MESSAGES/zrythm.mo となります。

サンプル

Zrythmが使用するデフォルトのオーディオサンプル(メトロノームなど)です。通常は /usr/share/zrythm/samples にインストールされます。

フォント

お使いのディストリビューションが必要なフォントのパッケージを提供していなければ、Zrythm が必要とするフォントは、通常 /usr/share/fonts/zrythm の下にインストールされます。

GtkSourceView のスタイルシート

Zrythmは、いくつかのテキスト入力ウィジェットで使用されるCSSスタイルシートを /usr/share/zrythm/sourceview-styles の下にインストールします。

テーマ

デフォルトのテーマ(アイコンテーマを含む)は通常、 /usr/share/zrythm/themes にインストールされます。

ヒント

Zrythmは、これらのファイルの一部を Zrythm user path のユーザー指定ファイルでオーバーライドする方法を提供します。詳細については、テーマ を参照してください。

ユーザーのファイル

キャッシュされたプラグインの記述子

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.

このログファイルは、クラッシュやその他の問題のデバッグに役立ちます。