Wiki

Clone wiki

autoRealm / Software_Configuration

directory structure

The actual configuration system is very simple:

  • one directory (.autorealm or .config/autorealm) which contain:
    • autorealm's main configuration in a file named autorealm.cfg
    • a directory named plugins which contain:
      • a file for each plug-in, with the same name as the plugin, plus the extension ".cfg"
    • a "menubar" directory, which contains nested directories. Each of those directories can contain eponymous files: they contain the submenu's configuration. They can also contain files, which will contain informations about the plug-in they are related to.
    • a "toolbar" directory: it will work on the same principle as "menubar" except that directories will not be nested.

autorealm.cfg

[obsolete] It contains 2 lines:

  • the name of the plugin directory (relative to the directory where autorealm.cfg is)
  • the path to the graphic resources

plug-ins configurations

[obsolete] Plug-in configurations are divided into 3 parts:

  • specific configuration, depending on the plugin
  • common item configuration

common item configuration

[obsolete]

  • help text
  • path to enabled image, relative to the path to the graphic resources (or an empty line if it does not exists)
  • path to disabled image, relative to the path to the graphic resources (or an empty line if it does not exists)

Updated