mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 09:43:13 +02:00
core: add support for $XDG_STATE_HOME
This commit is contained in:
@@ -172,7 +172,7 @@ debug_sigsegv_cb ()
|
||||
string_fprintf (stderr,
|
||||
"*** Full crash dump was saved to %s/weechat.log file."
|
||||
"\n",
|
||||
weechat_data_dir);
|
||||
weechat_state_dir);
|
||||
}
|
||||
string_fprintf (
|
||||
stderr,
|
||||
@@ -765,6 +765,7 @@ debug_directories ()
|
||||
gui_chat_printf (NULL, " home:");
|
||||
gui_chat_printf (NULL, " config: %s%s", weechat_config_dir, str_temp);
|
||||
gui_chat_printf (NULL, " data: %s%s", weechat_data_dir, str_temp);
|
||||
gui_chat_printf (NULL, " state: %s%s", weechat_state_dir, str_temp);
|
||||
gui_chat_printf (NULL, " cache: %s%s", weechat_cache_dir, str_temp);
|
||||
gui_chat_printf (NULL, " runtime: %s%s", weechat_runtime_dir, str_temp);
|
||||
gui_chat_printf (NULL, " lib: %s", WEECHAT_LIBDIR);
|
||||
|
||||
Reference in New Issue
Block a user