Mirandaboot.ini

From Miranda NG
Revision as of 20:39, 9 April 2018 by Goraf (talk | contribs) (Imported translation using page migration)

Mirandaboot.ini/ru
Jump to navigation Jump to search
Other languages:

Файл mirandaboot.ini содержит информацию, необходимую для запуска и работы программы, например путь к профилю.

Оригинал файла

См. mirandaboot.ini

Описание параметров

[Database]

Настройки расположения и загрузки профиля.

ProfileDir

Директория для поиска файлов базы данных. Можно использовать переменные окружения.

Если указать относительный путь, то он будет высчитываться от директории, в которой находится файл Miranda*.exe file.

В соответствии с руководствами по безопасности Windows, рекомендуется хранить свой профиль в %APPDATA%\Miranda NG.

Если путь не указан, будет использоваться директория Profiles в корневом каталоге Miranda NG.

ProfileDir=


ShowProfileMgr

Когда показывать менеджер профилей при запуске.

Возможные значения:

  • never — Показывать только если не удалось определить профиль ни одним из способов.
  • yes — Всегда показывать.
  • smart — (по умолчанию) Показывать, если командная строка не содержит имени существующего профиля или есть больше одного профиля в директории ProfileDir.
ShowProfileMgr=smart


DefaultProfile

Имя профиля для загрузки, если есть выбор. Можно использовать переменные окружения, например %USERNAME%.

Если Миранда запускается с указанием профиля в параметре командной строки, то эта настройка игнорируется.

Если ShowProfileMgr=never, то загружается профиль, указанный здесь. В противном случае откроется менеджер профилей, в котором будет выбран этот профиль.

По умолчанию пустое

DefaultProfile=


AutoCreate

Возможные значения:

  • yes — Если DefaultProfile или параметр командной строки передаёт имя несуществующего профиля, то такой профиль будет создан.
  • no — (по умолчанию) Открывается менеджер профилей.
AutoCreate=no


RememberPassword

Если изменить значение на 1, пароль профиля будет сохранён в диспетчере учётных записей Windows.

По умолчанию: 0

RememberPassword=0


[AutoExec]

Пакетное добавления настроек из .ini-файла в профиль (базу данных).

Use

Возможные значения:

  • yes — Импортировать файлы .ini автоматически.
  • no — Полностью отключить AutoExec.
  • prompt — (по умолчанию) Спрашивать пользователя каждый раз перед импортом. Эта настройка не влияет на вывод дальнейших запросов пользователю.
Use=prompt


Glob

Можно задать через выражение, какие файлы настроек надо отслеживать. Проверка будет осуществляться при загрузке профиля и постоянно во время работы Миранды.

If this contains a relative path, it's relative to the directory containing Miranda*.exe file.

Default value: autoexec_*.ini

Glob=autoexec_*.ini


Safe

A space-separated list of database module names known to be safe to alter.

Default value: CLC Icons CLUI CList SkinSounds

Safe=CLC Icons CLUI CList SkinSounds


Unsafe

A space-separated list of database module names that could be altered for malicious purposes (e.g., by faking a login server to steal passwords).

Default value: Facebook GG ICQ IRC JABBER MRA MSN SKYPE TWITTER VKontakte

Unsafe=Facebook GG ICQ IRC JABBER MRA MSN SKYPE TWITTER


OverrideSecurityFilename

System administrators may find it desirable to install settings without prompting the user. In that case all prompts and security will be overridden if the name of the .ini file matches the name given here.

If this is used, make sure it's suitably random and hence not likely to be downloaded.

Default value: It is empty (no override possible).

OverrideSecurityFilename=


OnCreateFilename

Defines .ini file that will be executed every time new profile is created.

Default value: It is empty (no override possible).

OnCreateFilename=


Warn

Accepts values:

  • all — Warn the user before each setting change is made.
  • notsafe — (default) Warn before each change to a setting in a group that isn't listed in the Safe setting.
  • onlyunsafe — Warn before each change to a setting in a group that is listed in the Unsafe setting.
  • none — Never warn the user.
Warn=notsafe


OnCompletion

Defines what to do with the .ini file once it's imported.

Accepts values:

  • delete — Delete the file from the disk.
  • recycle — (default) Move the file to the recycle bin (same as delete if you've disabled Windows' recycle bin).
  • rename — Add the string from the RenamePrefix setting to the beginning of the filename.
  • leave — Leave the file as-is. Note that this could cause it to be imported multiple times until it's moved.
  • ask — Show a dialog to ask the user.
OnCompletion=recycle

RenamePrefix

A string to add before the filename if the rename option is used for OnCompletion setting. This can include a path specifier to move the file, e.g., ..\

Default value: done_

RenamePrefix=done_


[PluginLoader]

Settings that determine how plugins are loaded.

AskAboutIgnoredPlugins

When set to 1, will ask if re-enable a disabled plugin.

Default value: 0

AskAboutIgnoredPlugins=0


[Language]

Language related settings.

DefaultLanguage

Stores the name of the default language pack to be loaded at startup. If skipped, loads the first file that matches the langpack_*.txt mask.

Example: DefaultLanguage=langpack_german.txt

It also accepts value of:

  • default — Built-in English language.

Default value: It is empty.

DefaultLanguage=


[Interface]

Interface related settings.

DpiAware

Experimental! Enables HiDPI ("Retina Display") support when set to 1.

Default value: 0

DpiAware=0