Skip to content

Commit

Permalink
CONTRIBUTING: Correct filename of openshot logfile
Browse files Browse the repository at this point in the history
@SuslikV mentioned way back in #2114 (comment) that the filename was wrong (`openshot_qt.log` instead of `openshot-qt.log`), but nobody ever corrected it.
  • Loading branch information
ferdnyc committed Oct 18, 2019
1 parent 4431bd5 commit 152ac1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -15,10 +15,10 @@
2. Then enable 'Debug Mode (Verbose)' in the Preferences
3. Quit OpenShot and delete both log files:
* **Windows**: OpenShot stores its logs in your user profile directory (`%USERPROFILE%`, e.g. `C:\Users\username\`)
* **`%USERPROFILE%/.openshot_qt/openshot_qt.log`**
* **`%USERPROFILE%/.openshot_qt/openshot-qt.log`**
* **`%USERPROFILE%/.openshot_qt/libopenshot.log`**
* **Linux/MacOS**: OpenShot stores its logs in your home directory (`$HOME`, e.g. `/home/username/`)
* **`$HOME/.openshot_qt/openshot_qt.log`**
* **`$HOME/.openshot_qt/openshot-qt.log`**
* **`$HOME/.openshot_qt/libopenshot.log`**
4. Re-launch OpenShot and trigger the crash as quickly as possible (to keep the log files small)
5. Attach **both** log files
Expand Down

0 comments on commit 152ac1c

Please sign in to comment.