Skip to content

Commit

Permalink
change cache dir (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
thejch authored Feb 20, 2024
1 parent 03c3d8c commit 1f89b03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pages/Crashes and Bugs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1f89b03

Please sign in to comment.