-
-
Notifications
You must be signed in to change notification settings - Fork 653
Configuration_directory_location
Letos stores it's whole configuration in a single file, which is a regular SQLite3 database. Below are locations of that file, depending on operating system.
There's also possibility of using portable configuration directory (that can be moved together with application files onto USB drive, etc). This case is described at the very end of this page.
%APPDATA%\letos.org\Letos\settings
For example:
C:\Users\my_user\AppData\Roaming\letos.org\Letos\settings
$HOME/.config/letos.org/Letos/settings
For example:
/home/my_user/.config/letos.org/Letos/settings
$HOME/Library/Preferences/letos.org/Letos/settings
For example:
/Users/my_user/Library/Preferences/letos.org/Letos/settings
If - during start of Letos - there is a directory called letos-cfg in the same directory where Letos executable is located, then Letos will use letos-cfg for storing configuration. It will create file at location:
letos-cfg/settings
Alternatively there is one more portable location - the letos-cfg directory in the directory from which you start the Letos:
./letos-cfg/settings
For historical reasons, there is one more portable directory name, that Letos will respect - sqlitestudio-cfg, as it was the old name of the application.
For info about version 3.4 and older - Click to expand
%APPDATA%\SalSoft\sqlitestudio\settings3
For example:
C:\Users\my_user\AppData\Roaming\SalSoft\sqlitestudio\settings3
$HOME/.config/SalSoft/SQLiteStudio/sqlitestudio3
For example:
/home/my_user/.config/SalSoft/SQLiteStudio/sqlitestudio3
$HOME/Library/Preferences/SalSoft/SQLiteStudio/settings3
For example:
/Users/my_user/Library/Preferences/SalSoft/SQLiteStudio/settings3
If - during start of SQLiteStudio - there is a directory called sqlitestudio-cfg in the same directory where SQLiteStudio executable is located, then SQLiteStudio will use sqlitestudio-cfg for storing configuration. It will create file at location:
sqlitestudio-cfg/settings3
Alternatively there is one more portable location - the sqlitestudtio-cfg directory in the directory from which you start the SQLiteStudio:
./sqlitestudio-cfg/settings3