Archivos y Directorios#
User path#
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.
Installed Files#
Cuando Zrythm es instalado, se instalan los siguientes archivos por defecto.
Desktop Entry#
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 Schema#
Este archivo contiene el esquema para configuraciones de usuario. Normalmente está instalado en /usr/share/glib-2.0/schemas/org.zrythm.Zrythm.gschema.xml
.
Icono de Escritorio#
Esto es usado por el ambiente de escritorio. Normalmente está instalado en /usr/share/icons/hicolor/scalable/apps/zrythm.svg
.
Archivos de Localización#
Los archivos de localización se encuentran en /usr/share/locale
. Por ejemplo, /usr/share/locale/ko/LC_MESSAGES/zrythm.mo
para coreano.
Samples#
Muestras de audio que utiliza Zrythm por defecto (como puede ser el metrónomo). Normalmente se encuentran en /usr/share/zrythm/samples
.
Tipos de Letra#
Unless your distribution provides packages for the
required fonts, fonts required by Zrythm will
normally be installed under
/usr/share/fonts/zrythm
.
GtkSourceView Stylesheets#
Zrythm will install CSS stylesheets to be used by
some text input widgets under
/usr/share/zrythm/sourceview-styles
.
Temas#
Los temas predeterminados (incluyendo los temas de iconos) normalmente serán instalados en /usr/share/zrythm/themes
.
Consejo
Zrythm provides ways to override some of these files with user-specified files in the Zrythm user path. See Theming for details.
Archivos de Usuario#
Cached Plugin Descriptors#
Plugin descriptor cache for faster scanning.
This is found at
cached_plugin_descriptors.yaml
under the
Zrythm user path.
Plugin Collections#
This file contains your plugin collections.
It is found at
plugin_collections.yaml
under the
Zrythm user path.
Log File#
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
.
This log file is useful for debugging crashes and other problems.