From 1f89b03115072e416c1886f7f4ac20619c92dddb Mon Sep 17 00:00:00 2001 From: thejch <66577496+thejch@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:54:45 -0800 Subject: [PATCH] change cache dir (#481) --- pages/Crashes and Bugs/_index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/Crashes and Bugs/_index.md b/pages/Crashes and Bugs/_index.md index 6894f64..df74e1f 100644 --- a/pages/Crashes and Bugs/_index.md +++ b/pages/Crashes and Bugs/_index.md @@ -15,6 +15,14 @@ if you are in a Hyprland session, and you want the log of the last session, use cat /tmp/hypr/$(ls -t /tmp/hypr/ | head -n 2 | tail -n 1)/hyprland.log ``` +# Obtaining the Hyprland Crash Report + +If you have `$XDG_CACHE_HOME` set, the crash report directory is `$XDG_CACHE_HOME/hyprland`. If not, it's `$HOME/.cache/hyprland`. + +Go to the crash report directory and you should find a file named `hyprlandCrashReport[XXXX].txt` where `[XXXX]` is the PID of the process that crashed. + +Attach that file to your issue. + # Crashes at launch Diagnose the issue by what is in the log: