Updated Home (markdown)
parent
4294dfd39c
commit
0cd7c57b69
20
Home.md
20
Home.md
|
@ -63,26 +63,6 @@ If you need to have RSS Guard compiled without QtWebEngine module, you must use
|
|||
|
||||
For more information, refer to file [rssguard.pro](https://raw.githubusercontent.com/martinrotter/rssguard/master/rssguard.pro).
|
||||
|
||||
Generating debug log file
|
||||
-------------------------
|
||||
If you run into problems with RSS Guard and you need your problems fixed, you should provide log file from the time when problem occurred. RSS Guard writes all important information to standard output, which is usually calling terminal.
|
||||
|
||||
To redirect debug output of RSS Guard to log file, do this:
|
||||
|
||||
* Windows
|
||||
1. You need to open command line, run `CTRL + R` and write `cmd`.
|
||||
2. Navigate to your RSS Guard installation folder, `cd C:\Programs\rssguard\`. This is the folder which contains `rssguard.exe`.
|
||||
3. Enter `.\rssguard.exe > log.txt 2>&1`. RSS Guard will now start.
|
||||
4. Now try to simulate your problem.
|
||||
5. Attach generated `log.txt` file to your bug report.
|
||||
|
||||
* Linux
|
||||
1. You need to open command line, run terminal emulator.
|
||||
2. Navigate to your RSS Guard installation folder, `cd /my/root/rssguard'. This step is not usually needed.
|
||||
3. Enter `./rssguard > /home/<user>/log.txt 2>&1`. RSS Guard will now start.
|
||||
4. Now try to simulate your problem.
|
||||
5. Attach generated `log.txt` file to your bug report.
|
||||
|
||||
Portable setup
|
||||
--------------
|
||||
RSS Guard checks "home directory" (this is `C:\Users\<user>\` directory on Windows) for existence of file:
|
||||
|
|
Loading…
Reference in New Issue