Note that ‘/home/w/.local/share‘ is not in the search pathset by the XDG_DATA_HOME and XDG_DATA_DIRS
Posted 柳鲲鹏
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Note that ‘/home/w/.local/share‘ is not in the search pathset by the XDG_DATA_HOME and XDG_DATA_DIRS相关的知识,希望对你有一定的参考价值。
- 具体错误
Note that '/home/wuxi/.local/share' is not in the search path
set by the XDG_DATA_HOME and XDG_DATA_DIRS
environment variables, so applications may not
be able to find it until you set them. The
directories currently searched are:
- /root/.local/share
- /usr/local/share/
- /usr/share/
- 默认值
$XDG_DATA_HOME $HOME/.local/share
$XDG_DATA_DIRS /usr/local/share/:/usr/share/
$XDG_CONFIG_HOME $HOME/.config
$XDG_CACHE_HOME $HOME/.cache
$XDG_CONFIG_DIRS /etc/xdg
对于安装之类并无影响。
以上是关于Note that ‘/home/w/.local/share‘ is not in the search pathset by the XDG_DATA_HOME and XDG_DATA_DIRS的主要内容,如果未能解决你的问题,请参考以下文章
安装php configure无法通过:报错Note that the MySQL client library is not bundled anymore!