File: portable.txt

package info (click to toggle)
kchmviewer 7.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,724 kB
  • ctags: 885
  • sloc: cpp: 7,647; sh: 185; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 645 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
It is possible to make kchmviewer a portable app, meaning it would keep its files in predefined location and will not write into system/user folders.

To do this, please create a directory named "portable" (without quotes) in the same directory where kchmviewer binary is stored. If this directory exists:

- Subdirectory "data" will be created under "portable" and will be used to store the search index and per-help file preferences;
- Application settings will be stored in subdirectory "Ulduzsoft" created in "portable"
- Qt-specific settings will be stored in "portable" directory
- Nothing will be written into any other location on disk.