mirror of
https://github.com/laurent22/joplin.git
synced 2026-06-18 20:16:34 +02:00
936 B
936 B
Home directory
Joplin stores some data in your home directory, such as your profile and certain files like crash reports. This directory will be in a location that depends on your operating system:
| Operating System | Path | Environment Variable |
|---|---|---|
| Windows | C:\\Users\\(username) |
%UserProfile% |
| Linux | /home/(username) |
$HOME |
| macOS | /Users/(Username) |
$HOME |
Crash report directory
When Joplin crashes, it generates a crash report that can help diagnose the issue. The location of these crash reports varies by operating system:
| Operating System | Path | Environment Variable |
|---|---|---|
| Windows | C:\\Users\\(username)\\AppData\\Local\\CrashDumps |
%LocalAppData%\CrashDumps |
| Linux | /home/(username)/.local/state/joplin |
$XDG_STATE_HOME/joplin |
| macOS | /Users/(Username)/Library/Logs/DiagnosticReports |
$HOME/Library/Logs/DiagnosticReports |