diff options
author | vaxerski <[email protected]> | 2023-03-01 09:32:31 +0000 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-03-01 09:32:31 +0000 |
commit | 0905515c40cad8718f0b007c406d5365fa0596f3 (patch) | |
tree | eefa3355f3fc9c132786f69d13a80e4044d182df /docs | |
parent | 50a4a74b4eef21460a8005debf04457e5d31bc3c (diff) | |
download | Hyprland-0905515c40cad8718f0b007c406d5365fa0596f3.tar.gz Hyprland-0905515c40cad8718f0b007c406d5365fa0596f3.zip |
use .txt for crash reports
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ISSUE_GUIDELINES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ISSUE_GUIDELINES.md b/docs/ISSUE_GUIDELINES.md index 0de63991..359c8259 100644 --- a/docs/ISSUE_GUIDELINES.md +++ b/docs/ISSUE_GUIDELINES.md @@ -59,7 +59,7 @@ coredumpctl info [PID] where `[PID]` is the PID you remembered. ## Obtaining the Hyprland Crash Report (v0.22.0beta and up) -Go to `~/.hyprland/` and you should find a file named `.hyprlandCrashReport[XXXX]` where `[XXXX]` is the PID of the process that crashed. +Go to `~/.hyprland/` and you should find a file named `hyprlandCrashReport[XXXX].txt` where `[XXXX]` is the PID of the process that crashed. If you do not see it, make sure you have "show hidden files" enabled in your file manager. |