Mirandaboot.ini: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(Create skeleton for description of file)
(fill [Language] and [Interface] sections)
Line 134: Line 134:


==== DefaultLanguage ====
==== DefaultLanguage ====
<translate>
Stores the name of the default language pack to be loaded at startup. If skipped, loads the first file that matches the <tvar|file_mask><code>langpack_*.txt</code></> mask.
</translate>
<translate>Example:</translate> <code>DefaultLanguage=langpack_german.txt</code>
<translate>
It could also take value of:
</translate>
* <code>default</code> — <translate>Built-in English language.</translate>


<translate>
Default value: It is empty.
</translate>
  DefaultLanguage=
  DefaultLanguage=


Line 144: Line 157:
   
   
==== DpiAware ====
==== DpiAware ====
<translate>
'''Experimental!''' Enables HiDPI ("Retina Display") support when set to <tvar|dpi_enable><code>1</code></>.
</translate>


<translate>Default value:</translate> <code>0</code>
  DpiAware=0
  DpiAware=0


[[Category: Pomoc]]
[[Category: Pomoc]]

Revision as of 22:44, 7 April 2018

Other languages:

File mirandaboot.ini contains the information required to get Miranda NG up and running, i.e., everything before a database is loaded.

Content of the file

See: mirandaboot.ini

Description of parameters

[Database]

Settings related to the location and loading of the database.

ProfileDir

Allows you to specify the directory to search for database files. If it's a relative path then it's relative to the directory containing Miranda*.exe file. You can use environment variables. To comply with Windows security guidelines, it is recommended that you keep your profile in %APPDATA%\Miranda NG.

If you do not specify directory, then default will be used, which is Profiles subdirectory in Miranda root folder.

ProfileDir=


ShowProfileMgr

  • never
  • yes
  • smart
ShowProfileMgr=smart


DefaultProfile

DefaultProfile=


AutoCreate

  • yes
  • no
AutoCreate=no


RememberPassword

RememberPassword=0


[AutoExec]

AutoExec is a system for batch addition of multiple settings to the database.

Use

Przyjmuje wartości:

  • yes
  • no
  • prompt
Use=prompt


Glob

Glob=autoexec_*.ini


Safe

Safe=CLC Icons CLUI CList SkinSounds


Unsafe

Unsafe=Facebook GG ICQ IRC JABBER MRA MSN SKYPE TWITTER


OverrideSecurityFilename

OverrideSecurityFilename=


OnCreateFilename

OnCreateFilename=


Warn

  • all
  • notsafe
  • onlyunsafe
  • none
Warn=notsafe


OnCompletion

  • delete
  • recycle
  • rename
  • leave
  • ask
OnCompletion=recycle


RenamePrefix

RenamePrefix=done_


[PluginLoader]

Settings that determine how plugins are loaded.

AskAboutIgnoredPlugins

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 could also take 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