<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.archlinux.jp/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pogin503</id>
	<title>ArchWiki - 利用者の投稿記録 [ja]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.archlinux.jp/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pogin503"/>
	<link rel="alternate" type="text/html" href="https://wiki.archlinux.jp/index.php/%E7%89%B9%E5%88%A5:%E6%8A%95%E7%A8%BF%E8%A8%98%E9%8C%B2/Pogin503"/>
	<updated>2026-04-18T03:59:35Z</updated>
	<subtitle>利用者の投稿記録</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://wiki.archlinux.jp/index.php?title=XDG_Base_Directory&amp;diff=22921</id>
		<title>XDG Base Directory</title>
		<link rel="alternate" type="text/html" href="https://wiki.archlinux.jp/index.php?title=XDG_Base_Directory&amp;diff=22921"/>
		<updated>2021-12-21T16:19:51Z</updated>

		<summary type="html">&lt;p&gt;Pogin503: 2021年10月2日 (土) 19:11 の修正でライブラリの章がzshのセルに組み込まれていたため、章として機能するよう修正。&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Translateme|ソフトウェア一覧の内容は古くなっている場合があります}}&lt;br /&gt;
[[Category:Freedesktop.org]]&lt;br /&gt;
[[Category:設定ファイル]]&lt;br /&gt;
[[en:XDG Base Directory support]]&lt;br /&gt;
[[pt:XDG Base Directory]]&lt;br /&gt;
{{Related articles start}}&lt;br /&gt;
{{Related|ドットファイル}}&lt;br /&gt;
{{Related|XDG ユーザーディレクトリ}}&lt;br /&gt;
{{Related articles end}}&lt;br /&gt;
&lt;br /&gt;
この記事は、[https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html XDG Base Directory specification] の仕様を [[#仕様]] に、ソフトウェアのサポートを [[#サポート]] にまとめています。&lt;br /&gt;
&lt;br /&gt;
==仕様==&lt;br /&gt;
&lt;br /&gt;
[https://standards.freedesktop.org/basedir-spec/latest/ フルスペック] を読んでください。このセクションでは概要だけを抽出しています。&lt;br /&gt;
&lt;br /&gt;
デフォルトでは [https://www.freedesktop.org/software/systemd/man/pam_systemd.html pam_systemd] によって {{ic|XDG_RUNTIME_DIR}} だけが設定されます。既存のディレクトリの絶対パスを使って明示的に他の変数を[[環境変数#変数の定義|定義]]するかどうかはユーザー次第です。&lt;br /&gt;
&lt;br /&gt;
変数の定義に関する情報は [[環境変数#グローバル]] を参照してください。&lt;br /&gt;
&lt;br /&gt;
===ユーザーディレクトリ===&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_CONFIG_HOME}}&lt;br /&gt;
** ユーザー個別の設定が書き込まれるディレクトリ ({{ic|/etc}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|$HOME/.config}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_CACHE_HOME}}&lt;br /&gt;
** ユーザー個別の重要でない (キャッシュ) データが書き込まれるディレクトリ ({{ic|/var/cache}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|$HOME/.cache}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_DATA_HOME}}&lt;br /&gt;
** ユーザー個別のデータファイルが書き込まれるディレクトリ ({{ic|/usr/share}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|$HOME/.local/share}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_STATE_HOME}}&lt;br /&gt;
** ユーザー個別の状態ファイルをが書き込まれるディレクトリ ({{ic|/var/lib}} と類似).&lt;br /&gt;
** デフォルトは {{ic|$HOME/.local/state}}.&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_RUNTIME_DIR}}&lt;br /&gt;
** ソケットや名前付きパイプなどのような必須でないユーザー個別のデータファイルに使われます。&lt;br /&gt;
** デフォルト値は必ずしも設定する必要はありません。設定されていない場合は警告が表示されます。&lt;br /&gt;
** ディレクトリの所有者がユーザーでアクセスモードが {{ic|0700}} である必要があります。&lt;br /&gt;
** OS の標準機能だけで動作するファイルシステムを使用します。&lt;br /&gt;
** ローカルファイルシステム上に存在する必要があります。&lt;br /&gt;
** 定期的にファイルが消去される可能性があります。&lt;br /&gt;
** 永続的に保持したい場合は6時間毎に変更を加えるかスティッキービットを設定します。&lt;br /&gt;
** ユーザーがログインしている間のみ存在します。&lt;br /&gt;
** tmpfs でマウントされることもあるので巨大なファイルは保存できません。&lt;br /&gt;
** pam_systemd はこれを {{ic|/run/user/$UID}} に設定します。&lt;br /&gt;
&lt;br /&gt;
===システムディレクトリ===&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_DATA_DIRS}}&lt;br /&gt;
** {{ic|:}} でディレクトリを区切ります ({{ic|PATH}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|/usr/local/share:/usr/share}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_CONFIG_DIRS}}&lt;br /&gt;
** {{ic|:}} でディレクトリを区切ります ({{ic|PATH}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|/etc/xdg}} です。&lt;br /&gt;
&lt;br /&gt;
== サポート ==&lt;br /&gt;
&lt;br /&gt;
このセクションでは、2003 年に導入された  [https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html XDG Base Directory 仕様]を使用するソフトウェアが増加しているため、そのカタログを作成します。これは、一般的に見られるドットファイルとそのサポート状況をリストアップすることで、この仕様の有効性を示します。現在、Base Directory 仕様をサポートしていないソフトウェアについては、代わりにエミュレートするための回避策を示します。 &lt;br /&gt;
&lt;br /&gt;
回避策は、ソースへのパッチ適用、[[環境変数]]に格納されているコードの実行、またはコンパイル時オプションを含まないものに限定されます。その理由は、設定はシステム間でポータブルであるべきであり、コンパイル時のオプションがそれを妨げるからです。&lt;br /&gt;
&lt;br /&gt;
願わくば、これが、ある種のドットファイルが何であり、どこから来たのかについての正確な情報源となることを願っています。&lt;br /&gt;
&lt;br /&gt;
===貢献===&lt;br /&gt;
&lt;br /&gt;
貢献するときは適切なセクションを使ってください。&lt;br /&gt;
&lt;br /&gt;
コードの評価 ([[vim]] や {{ic|VIMINIT}} など)、パッチやコンパイルオプションが必要な方法、あるいはハードコードと考えられる方法は載せるべきではありません。&lt;br /&gt;
また、エラーが発生しやすかったり難しい方法であれば、それもハードコードとして扱ってください。&lt;br /&gt;
&lt;br /&gt;
* 1番目のカラムは [[Template:Pkg]] や [[Template:AUR]] といった内部記事へのリンクにしてください。&lt;br /&gt;
&lt;br /&gt;
* 2番目のカラムはプロジェクトが使用するレガシーなファイルやディレクトリ用(1行にひとつ)で、もはや読み込まれない場合でも利用者が見つけることができるようにするためのものです。&lt;br /&gt;
&lt;br /&gt;
* 3番目では、XDG Base Directory に切り替わったプロジェクトのコミットあるいはバージョンや公開討論を見つけて次の2つのカラムに含めるようにしてください(1行にふたつ)。&lt;br /&gt;
&lt;br /&gt;
* 最後のカラムには適切な回避策または解決策を含めてください。どうかあなたの解決策が正しく機能することを確認してください。&lt;br /&gt;
&lt;br /&gt;
===サポートしているソフトウェア===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
! アプリケーション&lt;br /&gt;
! 旧パス&lt;br /&gt;
! 対応開始&lt;br /&gt;
! 議論&lt;br /&gt;
! ノート&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|aerc-git}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[ALSA]]&lt;br /&gt;
| {{ic|~/.asoundrc}}&lt;br /&gt;
| [https://github.com/alsa-project/alsa-lib/commit/577df365f66ee09579864fc771136e690927b3bf 577df36]&lt;br /&gt;
[https://github.com/alsa-project/alsa-lib/releases/tag/v1.2.3 1.2.3]&lt;br /&gt;
| [https://github.com/alsa-project/alsa-lib/issues/49]&lt;br /&gt;
| {{ic|XDG_CONFIG_HOME/alsa/asoundrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://developer.android.com/studio/index.html Android Studio]&lt;br /&gt;
| {{ic|~/.AndroidStudioX.X}}&lt;br /&gt;
| [https://developer.android.com/studio/intro/studio-config#file_location Android Studio 4.1]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
 XDG_CONFIG_HOME/Google/AndroidStudioX.X&lt;br /&gt;
 XDG_DATA_HOME/Google/AndroidStudioX.X&lt;br /&gt;
 XDG_CACHE_HOME/Google/AndroidStudioX.X&lt;br /&gt;
[https://developer.android.com/studio/intro/studio-config#file_location Location overview by Google] doesn&#039;t mention XDG - paths could be hardcoded instead of using the proper variable, though that is unlikely as Intellij IDEA, which Android Studio is based on, implements it properly as well&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|antimicro}}{{Broken package link|package not found}}&lt;br /&gt;
| {{ic|~/.antimicro}}&lt;br /&gt;
| [https://github.com/Antimicro/antimicro/commit/edba864 edba864]&lt;br /&gt;
| [https://github.com/Antimicro/antimicro/issues/5]&lt;br /&gt;
| Package moved to {{AUR|antimicrox}} - this entry needs to be migrated&lt;br /&gt;
|-&lt;br /&gt;
| [[aria2]]&lt;br /&gt;
| {{ic|~/.aria2}}&lt;br /&gt;
| [https://github.com/tatsuhiro-t/aria2/commit/8bc1d37 8bc1d37]&lt;br /&gt;
| [https://github.com/tatsuhiro-t/aria2/issues/27]&lt;br /&gt;
|&lt;br /&gt;
 XDG_CONFIG_HOME/aria2/&lt;br /&gt;
 XDG_CACHE_HOME/aria2/&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|asunder}}&lt;br /&gt;
| {{ic|~/.asunder}} {{ic|~/.asunder_album_artist}} {{ic|~/.asunder_album_genre}} {{ic|~/.asunder_album_title}}&lt;br /&gt;
| [https://littlesvr.ca/bugs/show_bug.cgi?id=31 2.9.0]{{Dead link|2021|05|17|status=SSL error}}&lt;br /&gt;
| [https://littlesvr.ca/bugs/show_bug.cgi?id=52]{{Dead link|2021|05|17|status=SSL error}}&lt;br /&gt;
| {{ic|~/.asunder}} として{{ic|XDG_CONFIG_HOME/asunder/asunder}} を、他の3つのファイルとして {{ic|XDG_CACHE_HOME/asunder/asunder_album_...}} を使います。移行後も古いパスは削除されないため、手動で削除する必要があります。&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|binwalk}}&lt;br /&gt;
| {{ic|~/.binwalk}}&lt;br /&gt;
| [https://github.com/ReFirmLabs/binwalk/commit/2051757 2051757]&lt;br /&gt;
| [https://github.com/ReFirmLabs/binwalk/issues/216]&lt;br /&gt;
| {{ic|XDG_CONFIG_HOME/binwalk}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Blender]]&lt;br /&gt;
| {{ic|~/.blender}}&lt;br /&gt;
| [https://git.blender.org/gitweb/gitweb.cgi/blender.git/commit/4293f47 4293f47]&lt;br /&gt;
| [https://developer.blender.org/T28943]&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| {{Pkg|byobu}}&lt;br /&gt;
| {{ic|~/.byobu}}&lt;br /&gt;
| [https://launchpad.net/byobu/+milestone/4.17 4.17]&lt;br /&gt;
| [https://bugs.launchpad.net/byobu/+bug/553105]&lt;br /&gt;
| &lt;br /&gt;
{{ic|XDG_CONFIG_HOME/byobu}}&lt;br /&gt;
&lt;br /&gt;
Legacy path takes precedence if present, or if {{ic|XDG_CONFIG_HOME}} is &#039;&#039;not&#039;&#039; set.&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|calcurse}}&lt;br /&gt;
| {{ic|~/.calcurse}}&lt;br /&gt;
| [https://github.com/lfos/calcurse/commit/04162d 04162d]&lt;br /&gt;
| [https://github.com/lfos/calcurse/pull/254] [https://github.com/lfos/calcurse/issues/252]&lt;br /&gt;
|&lt;br /&gt;
 XDG_CONFIG_HOME/calcurse&lt;br /&gt;
 XDG_DATA_HOME/calcurse&lt;br /&gt;
&lt;br /&gt;
レガシーパス {{ic|~/.calcurse}} が存在する場合は、それが優先されます。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|calibre}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|ccache}}&lt;br /&gt;
| {{ic|~/.ccache}}&lt;br /&gt;
| [https://ccache.dev/releasenotes.html#_ccache_4_0 4.0]&lt;br /&gt;
| [https://github.com/ccache/ccache/issues/191]&lt;br /&gt;
|&lt;br /&gt;
 XDG_CACHE_HOME/ccache&lt;br /&gt;
 XDG_CONFIG_HOME/ccache/ccache.conf&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|citra-git}}&lt;br /&gt;
| {{ic|~/.citra-emu}}&lt;br /&gt;
| [https://github.com/citra-emu/citra/commit/f7c3193 f7c3193]&lt;br /&gt;
| [https://github.com/citra-emu/citra/pull/575]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://clangd.llvm.org/config.html clangd]&lt;br /&gt;
| {{ic|~/.clangd}}&lt;br /&gt;
| [https://github.com/JohnHolmesII/llvm-project/commit/fdf7dcc fdf7dcc]&lt;br /&gt;
| [https://github.com/clangd/clangd/issues/341]&lt;br /&gt;
| {{ic|XDG_CONFIG_HOME/clangd/config.yml}}&lt;br /&gt;
&lt;br /&gt;
{{ic|XDG_CACHE_HOME/clangd}}&lt;br /&gt;
&lt;br /&gt;
Project specific configuration can be specified in {{ic|proj/.clangd}}.&lt;br /&gt;
Configuration is combined when this is sensible. In case of conflicts, user config has the highest precedence, then inner project, then outer project.&lt;br /&gt;
|-&lt;br /&gt;
| [[Composer]]&lt;br /&gt;
| {{ic|~/.composer}}&lt;br /&gt;
| [https://github.com/composer/composer/releases/tag/1.0.0-beta1 1.0.0-beta1]&lt;br /&gt;
| [https://github.com/composer/composer/pull/1407]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|d-feet}}&lt;br /&gt;
| {{ic|~/.d-feet}}&lt;br /&gt;
| [https://gitlab.gnome.org/GNOME/d-feet/commit/7f6104b 7f6104b]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|dconf}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Dolphin エミュレータ]]&lt;br /&gt;
| {{ic|~/.dolphin-emu}}&lt;br /&gt;
| [https://github.com/dolphin-emu/dolphin/commit/a498c68 a498c68]&lt;br /&gt;
| [https://github.com/dolphin-emu/dolphin/pull/2304]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|dr14_tmeter}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/simon-r/dr14_t.meter/commit/7e777ca 7e777ca]&lt;br /&gt;
| [https://github.com/simon-r/dr14_t.meter/pull/30]&lt;br /&gt;
| {{ic|XDG_CONFIG_HOME/dr14tmeter/}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|dunst}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/dunst-project/dunst/commit/78b6e2b 78b6e2b]&lt;br /&gt;
| [https://github.com/dunst-project/dunst/issues/22]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[dwb]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[fish]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[fontconfig]]&lt;br /&gt;
| {{ic|~/.fontconfig}} {{ic|~/.fonts}}&lt;br /&gt;
| [https://cgit.freedesktop.org/fontconfig/commit/?id=8c255fb 8c255fb], [https://gitlab.freedesktop.org/fontconfig/fontconfig/-/commit/437f03299bd1adc9673cd576072f1657be8fd4e0]&lt;br /&gt;
|&lt;br /&gt;
| フォントの保存には {{ic|XDG_DATA_HOME/fonts}} を使ってください。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|fontforge}}&lt;br /&gt;
| {{ic|~/.FontForge}} {{ic|~/.PfaEdit}}&lt;br /&gt;
| [https://github.com/fontforge/fontforge/commit/e4c2cc7 e4c2cc7]&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/fontforge/fontforge/issues/847]&lt;br /&gt;
[https://github.com/fontforge/fontforge/issues/991]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|freerdp}}&lt;br /&gt;
| {{ic|~/.freerdp}}&lt;br /&gt;
| [https://github.com/FreeRDP/FreeRDP/commit/edf6e72 edf6e72]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Emacs]]&lt;br /&gt;
| {{ic|~/.emacs}} {{ic|~/.emacs.d/init.el}}&lt;br /&gt;
| [https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=4118297ae2fab4886b20d193ba511a229637aea3]&lt;br /&gt;
[https://www.gnu.org/savannah-checkouts/gnu/emacs/emacs.html#Releases 27.1]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|XDG_CONFIG_HOME/emacs/init.el}}&lt;br /&gt;
レガシーパスは XDG パスよりも優先されます。 Emacsは {{ic|XDG_CONFIG_HOME/emacs/}} を作成しません。&lt;br /&gt;
26.3 またはそれ以前での回避策: {{ic|HOME}}を設定することは可能ですが、予期せぬ副作用があります。&lt;br /&gt;
|-&lt;br /&gt;
| [[Gajim]]&lt;br /&gt;
| {{ic|~/.gajim}}&lt;br /&gt;
| [https://dev.gajim.org/gajim/gajim/commit/3e777ea 3e777ea]&lt;br /&gt;
| [https://dev.gajim.org/gajim/gajim/issues/2149]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|gconf}}&lt;br /&gt;
| {{ic|~/.gconf}}&lt;br /&gt;
| [https://gitlab.gnome.org/Archive/gconf/commit/fc28caa fc28caa]&lt;br /&gt;
| [https://bugzilla.gnome.org/show_bug.cgi?id=674803]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GIMP]]&lt;br /&gt;
| {{ic|~/.gimp-x.y}} {{ic|~/.thumbnails}}&lt;br /&gt;
|&lt;br /&gt;
[https://gitlab.gnome.org/GNOME/gimp/commit/60e0cfe 60e0cfe]&lt;br /&gt;
[https://gitlab.gnome.org/GNOME/gimp/commit/483505f 483505f]&lt;br /&gt;
|&lt;br /&gt;
[https://bugzilla.gnome.org/show_bug.cgi?id=166643]&lt;br /&gt;
[https://bugzilla.gnome.org/show_bug.cgi?id=646644]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Git]]&lt;br /&gt;
| {{ic|~/.gitconfig}}&lt;br /&gt;
| [https://github.com/git/git/commit/0d94427 0d94427]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|XDG_CONFIG_HOME/git/config}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/google/gops gops]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/google/gops/commit/71c4255 71c4255]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GStreamer]]&lt;br /&gt;
| {{ic|~/.gstreamer-0.10}}&lt;br /&gt;
| [https://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=4e36f93 4e36f93]&lt;br /&gt;
| [https://bugzilla.gnome.org/show_bug.cgi?id=518597]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Godot Engine]]&lt;br /&gt;
| {{ic|~/.godot}}&lt;br /&gt;
| [https://github.com/godotengine/godot/pull/12988/commits/73049d115e190b8c356f0689a9079c3c73cc5765 73049d1]&lt;br /&gt;
[https://github.com/godotengine/godot/releases/tag/3.0-stable 3.0-stable]&lt;br /&gt;
| [https://github.com/godotengine/godot/issues/3513]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GTK]] 3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|helm}}&lt;br /&gt;
| {{ic|~/.helm}}&lt;br /&gt;
| [https://github.com/helm/helm/releases/tag/v3.0.0 3.0.0]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|htop}}&lt;br /&gt;
| {{ic|~/.htoprc}}&lt;br /&gt;
| [https://github.com/hishamhm/htop/commit/93233a6 93233a6]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|httpie}}&lt;br /&gt;
| {{ic|~/.httpie}}&lt;br /&gt;
| [https://github.com/httpie/httpie/commit/5af0874ed302e9ef79cec97836529ccf353e53f7 5af0874]&lt;br /&gt;
| [https://github.com/httpie/httpie/issues/145]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[i3]]&lt;br /&gt;
| {{ic|~/.i3}}&lt;br /&gt;
| [http://code.stapelberg.de/git/i3/commit/?id=7c130fb 7c130fb]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|i3status}}&lt;br /&gt;
| {{ic|~/.i3status.conf}}&lt;br /&gt;
| [http://code.stapelberg.de/git/i3status/commit/?id=c3f7fc4 c3f7fc4]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|imagemagick}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Inkscape]]&lt;br /&gt;
| {{ic|~/.inkscape}}&lt;br /&gt;
| [https://wiki.inkscape.org/wiki/index.php/Release_notes/0.47#Preferences 0.47]&lt;br /&gt;
| [https://bugs.launchpad.net/inkscape/+bug/199720]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://iwd.wiki.kernel.org/ iwd] / iwctl&lt;br /&gt;
| {{ic|~/.iwctl_history}}&lt;br /&gt;
| [https://git.kernel.org/pub/scm/network/wireless/iwd.git/commit/?id=d3e00d7f d3e00d7f]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|intellij-idea-community-edition}} /  {{AUR|intellij-idea-ultimate-edition}}&lt;br /&gt;
| {{ic|~/.IntelliJIdeaXXXX.X}}&lt;br /&gt;
| [https://confluence.jetbrains.com/display/IDEADEV/IntelliJ%2BIDEA%2B2020.1%2B%28201.6668.121%2Bbuild%29%2BRelease%2BNotes 2020.1]&lt;br /&gt;
| [https://youtrack.jetbrains.com/issue/IDEA-22407]&lt;br /&gt;
|&lt;br /&gt;
 XDG_CONFIG_HOME/JetBrains/IntelliJIdeaXXXX.X&lt;br /&gt;
 XDG_DATA_HOME/JetBrains/IntelliJIdeaXXXX.X&lt;br /&gt;
 XDG_CACHE_HOME/JetBrains/IntelliJIdeaXXXX.X&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|josm}}&lt;br /&gt;
| {{ic|~/.josm}}&lt;br /&gt;
| [https://josm.openstreetmap.de/changeset/11162/josm 11162]&lt;br /&gt;
| [https://josm.openstreetmap.de/ticket/6664]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Kakoune]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Core utilities|less]]&lt;br /&gt;
| {{ic|~/.lesshst}}, {{ic|~/.lesskey}}&lt;br /&gt;
| [https://www.greenwoodsoftware.com/less/news.590.html 590]&lt;br /&gt;
| [https://github.com/gwsw/less/issues/153]&lt;br /&gt;
| 環境変数 {{ic|XDG_CONFIG_HOME}} と {{ic|XDG_DATA_HOME}} の設定は &#039;&#039;&#039;必須&#039;&#039;&#039; です。&lt;br /&gt;
|-&lt;br /&gt;
| latexmk (in {{Pkg|texlive-core}})&lt;br /&gt;
| {{ic|~/.latexmkrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|XDG_CONFIG_HOME/latexmk/latexmkrc}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|lftp}}&lt;br /&gt;
| {{ic|~/.lftp}}&lt;br /&gt;
| [https://github.com/lavv17/lftp/commit/21dc400 21dc400]&lt;br /&gt;
| [https://www.mail-archive.com/lftp@uniyar.ac.ru/msg04301.html]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|lgogdownloader}}&lt;br /&gt;
| {{ic|~/.gogdownloader}}&lt;br /&gt;
| [https://github.com/Sude-/lgogdownloader/commit/d430af6 d430af6]&lt;br /&gt;
| [https://github.com/Sude-/lgogdownloader/issues/4]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[LibreOffice]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
[https://cgit.freedesktop.org/libreoffice/ure/commit/?id=a6f56f7 a6f56f7]&lt;br /&gt;
[https://cgit.freedesktop.org/libreoffice/bootstrap/commit/?id=25bd2ee 25bd2ee]&lt;br /&gt;
| [https://bugs.documentfoundation.org/show_bug.cgi?id=32263]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|luarocks}}&lt;br /&gt;
| {{ic|~/.luarocks}}&lt;br /&gt;
| [https://github.com/luarocks/luarocks/pull/1298/commits/cd16cdd5f889024f28cc384e3d721a4f4a3261d3 cd16cdd]&lt;br /&gt;
| [https://github.com/luarocks/luarocks/pull/1298]&lt;br /&gt;
|&lt;br /&gt;
 XDG_CONFIG_HOME/luarocks&lt;br /&gt;
 XDG_CACHE_HOME/luarocks&lt;br /&gt;
&lt;br /&gt;
レガシーパス {{ic|~/.luarocks}} が存在する場合は、それが優先されます。&lt;br /&gt;
|-&lt;br /&gt;
| [https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS NSS]&lt;br /&gt;
| {{ic|~/.pki}}&lt;br /&gt;
| [https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.42_release_notes 3.42]&lt;br /&gt;
| [https://bugzilla.mozilla.org/show_bug.cgi?id=818686]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Streamlink]]&lt;br /&gt;
| {{ic|~/.livestreamerrc}}&lt;br /&gt;
| [https://github.com/chrippa/livestreamer/commit/ea80591 ea80591]&lt;br /&gt;
| [https://github.com/chrippa/livestreamer/pull/106]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[llpp]]&lt;br /&gt;
|&lt;br /&gt;
| [https://repo.or.cz/w/llpp.git/commit/3ab86f0 3ab86f0]&lt;br /&gt;
|&lt;br /&gt;
| 現在 &#039;&#039;llpp&#039;&#039; はディレクトリを作成する代わりに {{ic|XDG_CONFIG_HOME}} の直下に設定を保存します。&lt;br /&gt;
|-&lt;br /&gt;
| [[mc]]&lt;br /&gt;
| {{ic|~/.mc}}&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/MidnightCommander/mc/commit/1b99570 1b99570]&lt;br /&gt;
[https://github.com/MidnightCommander/mc/commit/0b71156 0b71156]&lt;br /&gt;
[https://github.com/MidnightCommander/mc/commit/ce401d7 ce401d7]&lt;br /&gt;
| [https://www.midnight-commander.org/ticket/1851]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Mercurial]]&lt;br /&gt;
| {{ic|~/.hgrc}}&lt;br /&gt;
|&lt;br /&gt;
[https://www.mercurial-scm.org/repo/hg/rev/3540200 3540200]&lt;br /&gt;
[https://www.mercurial-scm.org/wiki/Release4.2 4.2]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|XDG_CONFIG_HOME/hg/hgrc}}.&lt;br /&gt;
|-&lt;br /&gt;
| [[msmtp]]&lt;br /&gt;
| {{ic|~/.msmtprc}}&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/marlam/msmtp-mirror/commit/af2f409 af2f409]&lt;br /&gt;
v1.6.7+&lt;br /&gt;
|&lt;br /&gt;
| {{ic| XDG_CONFIG_HOME/msmtp/config}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|mesa}}&lt;br /&gt;
|&lt;br /&gt;
| [https://cgit.freedesktop.org/mesa/mesa/commit/?id=87ab26b 87ab26b]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|XDG_CACHE_HOME/mesa}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|milkytracker}}&lt;br /&gt;
| {{ic|~/.milkytracker_config}}&lt;br /&gt;
| [https://github.com/Deltafire/MilkyTracker/commit/eb487c5 eb487c5]&lt;br /&gt;
| [https://github.com/Deltafire/MilkyTracker/issues/12]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[mozc]]&lt;br /&gt;
| {{ic|~/.mozc}}&lt;br /&gt;
| [https://github.com/google/mozc/commit/91cc1e19ef34aeb12888b697fefa52907f1a834d 91cc1e1]&lt;br /&gt;
| [https://github.com/google/mozc/issues/474]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[mpd]]&lt;br /&gt;
| {{ic|~/.mpdconf}}&lt;br /&gt;
| [https://github.com/MusicPlayerDaemon/MPD/commit/87b7328 87b7328]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[mpv]]&lt;br /&gt;
| {{ic|~/.mpv}}&lt;br /&gt;
| [https://github.com/mpv-player/mpv/commit/cb250d4 cb250d4]&lt;br /&gt;
| [https://github.com/mpv-player/mpv/pull/864]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[mutt]]&lt;br /&gt;
| {{ic|~/.mutt}}&lt;br /&gt;
| [https://gitlab.com/muttmua/mutt/commit/b17cd67 b17cd67]&lt;br /&gt;
| [https://gitlab.com/muttmua/trac-tickets/raw/master/tickets/closed/3207-Conform_to_XDG_Base_Directory_Specification.txt]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|mypaint}}&lt;br /&gt;
| {{ic|~/.mypaint}}&lt;br /&gt;
| [https://github.com/mypaint/mypaint/commit/cf723b7 cf723b7]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[nano]]&lt;br /&gt;
| {{ic|~/.nano/}} {{ic|~/.nanorc}}&lt;br /&gt;
| [https://git.savannah.gnu.org/cgit/nano.git/commit/?id=c16e79b c16e79b]&lt;br /&gt;
| [https://savannah.gnu.org/patch/?8523]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[ncmpcpp]]&lt;br /&gt;
| {{ic|~/.ncmpcpp}}&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/arybczak/ncmpcpp/commit/38d9f81 38d9f81]&lt;br /&gt;
[https://github.com/arybczak/ncmpcpp/commit/27cd86e 27cd86e]&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/arybczak/ncmpcpp/issues/79]&lt;br /&gt;
[https://github.com/arybczak/ncmpcpp/issues/110]&lt;br /&gt;
| {{ic|ncmpcpp_directory}} を設定しないと {{ic|error.log}} ファイルが {{ic|~/.ncmpcpp}} に保存されます。&lt;br /&gt;
|-&lt;br /&gt;
| [[Neovim]]&lt;br /&gt;
| {{ic|~/.nvim}} {{ic|~/.nvimlog}} {{ic|~/.nviminfo}}&lt;br /&gt;
| [https://github.com/neovim/neovim/commit/1ca5646 1ca5646]&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/neovim/neovim/issues/78]&lt;br /&gt;
[https://github.com/neovim/neovim/pull/3198]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://0ldsk00l.ca/nestopia/ Nestopia UE]&lt;br /&gt;
| {{ic|~/.nestopia/}}&lt;br /&gt;
| [https://github.com/0ldsk00l/nestopia/commit/d78381198a26a10333128e9bf28bc530a610c008 610c008] [https://github.com/0ldsk00l/nestopia/releases/tag/1.51.0 1.51.0]&lt;br /&gt;
| [https://github.com/0ldsk00l/nestopia/issues/343]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[newsbeuter]]&lt;br /&gt;
| {{ic|~/.newsbeuter}}&lt;br /&gt;
| [https://github.com/akrennmair/newsbeuter/commit/3c57824 3c57824]&lt;br /&gt;
| [https://github.com/akrennmair/newsbeuter/pull/39]&lt;br /&gt;
| 両方のディレクトリを作成する必要があります [http://newsbeuter.org/doc/newsbeuter.html#_xdg_base_directory_support]:&lt;br /&gt;
&lt;br /&gt;
{{ic|1=mkdir -p &amp;quot;$XDG_DATA_HOME&amp;quot;/newsbeuter &amp;quot;$XDG_CONFIG_HOME&amp;quot;/newsbeuter}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/nodejs/node-gyp node-gyp]&lt;br /&gt;
| {{ic|~/.node-gyp}}&lt;br /&gt;
| [https://github.com/nodejs/node-gyp/commit/2b5ce52a 2b5ce52a]&lt;br /&gt;
| [https://github.com/nodejs/node-gyp/pull/1570]&lt;br /&gt;
| Only available on master as of 2018-12-04.&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|np2kai-git}}&lt;br /&gt;
| {{ic|~/.config/np2kai}} {{ic|~/.config/xnp2kai}}&lt;br /&gt;
| [https://github.com/AZO234/NP2kai/commit/56a1cc2 56a1cc2]&lt;br /&gt;
| [https://github.com/AZO234/NP2kai/pull/50]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|nteract-bin}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/nteract/nteract/commit/4593e72 4593e72]&lt;br /&gt;
| [https://github.com/nteract/nteract/issues/180] [https://github.com/nteract/nteract/pull/3870]&lt;br /&gt;
| [https://github.com/nteract/nteract/issues/4517 does not recognize workarounds for ipython/jupyter]&lt;br /&gt;
|-&lt;br /&gt;
| [[OfflineIMAP]]&lt;br /&gt;
| {{ic|~/.offlineimaprc}}&lt;br /&gt;
| [https://github.com/OfflineIMAP/offlineimap/commit/5150de5 5150de5]&lt;br /&gt;
| [https://github.com/OfflineIMAP/offlineimap/issues/32]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|opentyrian}}&lt;br /&gt;
| {{ic|~/.opentyrian}}&lt;br /&gt;
| [https://github.com/opentyrian/opentyrian/commit/39559c3 39559c3]&lt;br /&gt;
| [https://web.archive.org/web/20140815181350/http://code.google.com/p/opentyrian/issues/detail?id=125]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|pandoc}}&lt;br /&gt;
| {{ic|~/.pandoc/}}&lt;br /&gt;
| [https://github.com/jgm/pandoc/commit/0bed0ab5a308f5e72a01fa9bee76488556288862 0bed0ab]&lt;br /&gt;
| [https://github.com/jgm/pandoc/issues/3582]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[PCManFM]]&lt;br /&gt;
| {{ic|~/.thumbnails}}&lt;br /&gt;
| [https://github.com/lxde/libfm/issues/57 1.3.2]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|pcsx2}}&lt;br /&gt;
| {{ic|~/.pcsx2}}&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/PCSX2/pcsx2/commit/87f1e8f 87f1e8f]&lt;br /&gt;
[https://github.com/PCSX2/pcsx2/commit/a9020c6 a9020c6]&lt;br /&gt;
[https://github.com/PCSX2/pcsx2/commit/3b22f0f 3b22f0f]&lt;br /&gt;
[https://github.com/PCSX2/pcsx2/commit/0a012ae 0a012ae]&lt;br /&gt;
| [https://github.com/PCSX2/pcsx2/issues/352] [https://github.com/PCSX2/pcsx2/issues/381]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://pry.github.io/ Pry]&lt;br /&gt;
| {{ic|~/.pryrc}} {{ic|~/.pry_history}}&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/pry/pry/commit/a0be0cc7b2070edff61c0c7f10fa37fce9b730bd a0be0cc7]&lt;br /&gt;
[https://github.com/pry/pry/commit/15e1fc929ed84c161abc5afc9be73488a41df397 15e1fc92]&lt;br /&gt;
[https://github.com/pry/pry/commit/e9d1be0e17b294318dbb2f70f74a50486cfa044c e9d1be0e]&lt;br /&gt;
| [https://github.com/pry/pry/issues/1316]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|python-pip}}&lt;br /&gt;
| {{ic|~/.pip}}&lt;br /&gt;
| [https://github.com/pypa/pip/blob/548a9136525815dff41acd845c558a0b36eb1c5f/NEWS.rst#60-2014-12-22 6.0]&lt;br /&gt;
| [https://github.com/pypa/pip/issues/1733]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|powershell}}&lt;br /&gt;
|&lt;br /&gt;
| [https://docs.microsoft.com/en-us/powershell/scripting/whats-new/what-s-new-in-powershell-core-60#filesystem 6.0]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|ppsspp}}&lt;br /&gt;
| {{ic|~/.ppsspp}}&lt;br /&gt;
| [https://github.com/hrydgard/ppsspp/commit/132fe47 132fe47]&lt;br /&gt;
| [https://github.com/hrydgard/ppsspp/issues/4623]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|procps-ng}}&lt;br /&gt;
| {{ic|~/.toprc}}&lt;br /&gt;
| [https://gitlab.com/procps-ng/procps/commit/af53e17 af53e17]&lt;br /&gt;
|&lt;br /&gt;
[https://gitlab.com/procps-ng/procps/merge_requests/38]&lt;br /&gt;
[https://bugzilla.redhat.com/show_bug.cgi?id=1155265]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[pacman]]&lt;br /&gt;
| {{ic|~/.makepkg.conf}}&lt;br /&gt;
| [https://gitlab.archlinux.org/pacman/pacman/commit/80eca94 80eca94]&lt;br /&gt;
| [https://mailman.archlinux.org/pipermail/pacman-dev/2014-July/019178.html]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|panda3d}}&lt;br /&gt;
| {{ic|~/.panda3d}}&lt;br /&gt;
| [https://github.com/panda3d/panda3d/commit/2b537d2 2b537d2]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|poezio}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[PulseAudio]]&lt;br /&gt;
| {{ic|~/.pulse}} {{ic|~/.pulse-cookie}}&lt;br /&gt;
|&lt;br /&gt;
[https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=59a8618 59a8618]&lt;br /&gt;
[https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=87ae830 87ae830]&lt;br /&gt;
[https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=9ab510a 9ab510a]&lt;br /&gt;
[https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=4c195bc 4c195bc]&lt;br /&gt;
| [https://bugzilla.redhat.com/show_bug.cgi?id=845607]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|pyroom}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|quodlibet}}&lt;br /&gt;
| {{ic|~/.quodlibet}}&lt;br /&gt;
| 3.10.0&lt;br /&gt;
| [https://github.com/quodlibet/quodlibet/issues/138]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[qutebrowser]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[qtile]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/qtile/qtile/commit/fd8686e fd8686e]&lt;br /&gt;
[https://github.com/qtile/qtile/commit/66d704b 66d704b]&lt;br /&gt;
[https://github.com/qtile/qtile/commit/51cff01 51cff01]&lt;br /&gt;
| [https://github.com/qtile/qtile/pull/835]&lt;br /&gt;
| 非準拠のパスにファイルやディレクトリを作成するバーウィジェットも存在しますが、大抵の場合は設定で変更できます。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|rclone}}&lt;br /&gt;
| {{ic|~/.rclone.conf}}&lt;br /&gt;
| [https://github.com/ncw/rclone/commit/9d36258 9d36258]&lt;br /&gt;
| [https://github.com/ncw/rclone/issues/868]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|retroarch}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|rr}}&lt;br /&gt;
| {{ic|~/.rr}}&lt;br /&gt;
| [https://github.com/mozilla/rr/commit/02e7d41 02e7d41]&lt;br /&gt;
| [https://github.com/mozilla/rr/issues/1455]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://rspec.info RSpec]&lt;br /&gt;
| {{ic|~/.rspec}}&lt;br /&gt;
| [https://github.com/rspec/rspec-core/commit/5e395e2016f1da19475e6db2817eb26dae828c4c 5e395e2]&lt;br /&gt;
| [https://github.com/rspec/rspec-core/issues/1773]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[rTorrent]]&lt;br /&gt;
| {{ic|~/.rtorrent.rc}}&lt;br /&gt;
| [https://github.com/rakshasa/rtorrent/commit/6a8d332 6a8d332]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.rubocop.org RuboCop]&lt;br /&gt;
| {{ic|~/.rubocop.yml}}&lt;br /&gt;
| [https://github.com/rubocop-hq/rubocop/commit/6fe5956c177ca369cfaa70bdf748b70020a56bf4 6fe5956]&lt;br /&gt;
| [https://github.com/rubocop-hq/rubocop/issues/6662]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|scummvm}}&lt;br /&gt;
| {{ic|~/.scummvmrc}} {{ic|~/.scummvm/}}&lt;br /&gt;
| [https://github.com/scummvm/scummvm/commit/7d014be0a2b796175a7ce40a9315603f711b2a30 7d014be]&lt;br /&gt;
| [https://github.com/scummvm/scummvm/pull/656]&lt;br /&gt;
| It is required to migrate data by hand.&lt;br /&gt;
{{ic|mkdir &amp;quot;$XDG_CONFIG_HOME&amp;quot;/scummvm/ &amp;quot;$XDG_DATA_HOME&amp;quot;/scummvm}}&lt;br /&gt;
{{ic|mv ~/.scummvmrc &amp;quot;$XDG_CONFIG_HOME&amp;quot;/scummvm/scummvm.ini}}&lt;br /&gt;
{{ic|mv ~/.scummvm &amp;quot;$XDG_DATA_HOME&amp;quot;/scummvm/saves}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|sdcv}}&lt;br /&gt;
| {{ic|~/.stardict/}} {{ic|~/.sdcv_history}}&lt;br /&gt;
| [https://github.com/Dushistov/sdcv/commit/958ec35 958ec35]&lt;br /&gt;
| [https://github.com/Dushistov/sdcv/issues/51]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|skypeforlinux-stable-bin}}&lt;br /&gt;
| {{ic|~/.Skype}}&lt;br /&gt;
| 8.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|snes9x}}&lt;br /&gt;
| {{ic|~/.snes9x}}&lt;br /&gt;
| [https://github.com/snes9xgit/snes9x/commit/93b5f11 93b5f11]&lt;br /&gt;
| [https://github.com/snes9xgit/snes9x/issues/194]&lt;br /&gt;
| デフォルトでは、設定ファイルはユーザーが自分で(GUIや手動で)入力することを意図して空になっています。&lt;br /&gt;
|-&lt;br /&gt;
| [[spectrwm]]&lt;br /&gt;
| {{ic|~/.spectrwm}}&lt;br /&gt;
| [https://github.com/conformal/spectrwm/commit/a30bbb a30bbb]&lt;br /&gt;
| [https://github.com/conformal/spectrwm/pull/153]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|sublime-text-dev}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| キャッシュは {{ic|XDG_CACHE_HOME/sublime-text-3}} ではなく {{ic|XDG_CONFIG_HOME/sublime-text-3/Cache}} に保存されます。&lt;br /&gt;
|-&lt;br /&gt;
| [[surfraw]]&lt;br /&gt;
| {{ic|~/.surfraw.conf}} {{ic|~/.surfraw.bookmarks}}&lt;br /&gt;
|&lt;br /&gt;
[https://gitlab.com/surfraw/Surfraw/commit/3e4591d 3e4591d]&lt;br /&gt;
[https://gitlab.com/surfraw/Surfraw/commit/bd8c427 bd8c427]&lt;br /&gt;
[https://gitlab.com/surfraw/Surfraw/commit/f57fc71 f57fc71]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[sway]]&lt;br /&gt;
| {{ic|~/.sway/config}}&lt;br /&gt;
| [https://github.com/SirCmpwn/sway/commit/614393c 614393c]&lt;br /&gt;
| [https://github.com/SirCmpwn/sway/issues/5]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[systemd]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|teeworlds}}&lt;br /&gt;
| {{ic|~/.teeworlds}}&lt;br /&gt;
| [https://github.com/teeworlds/teeworlds/commit/d2e39d2f50684151490da446156622e69dd84a48]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[termite]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|tig}}&lt;br /&gt;
| {{ic|~/.tigrc}}, {{ic|~/.tig_history}}&lt;br /&gt;
| [https://github.com/jonas/tig/blob/master/NEWS.adoc#tig-22 2.2]&lt;br /&gt;
| [https://github.com/jonas/tig/issues/513]&lt;br /&gt;
| {{ic|~/.local/share/tig}}ディレクトリが存在しなければならず、そうでなければ{{ic|~/.tig_history}}に書き込まれます。&lt;br /&gt;
|-&lt;br /&gt;
| [[tmux]]&lt;br /&gt;
| {{ic|~/.tmux.conf}}&lt;br /&gt;
| [https://raw.githubusercontent.com/tmux/tmux/3.1/CHANGES 3.1]&lt;br /&gt;
| [https://github.com/tmux/tmux/issues/142]&lt;br /&gt;
| 3.1 で {{ic|~/.config/tmux/tmux.conf}} が導入され、[https://github.com/tmux/tmux/blob/a5f99e14c6f264e568b860692b89d11f5298a3f2/CHANGES#L145 3.2] では {{ic|XDG_CONFIG_HOME/tmux/tmux.conf}} が追加されました。&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [[tmuxp]]&lt;br /&gt;
| {{ic|~/.tmuxp}}&lt;br /&gt;
| [https://tmuxp.git-pull.com/history.html#tmuxp-1-5-0-2018-10-02 1.5.0]&lt;br /&gt;
| [https://github.com/tmux-python/tmuxp/pull/404]&lt;br /&gt;
| Fixed in [https://tmuxp.git-pull.com/history.html#tmuxp-1-5-2-2019-06-02 1.5.2]&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|tmuxinator}}&lt;br /&gt;
| {{ic|~/.tmuxinator}}&lt;br /&gt;
| [https://github.com/tmuxinator/tmuxinator/pull/511/commits/2636923 2636923]&lt;br /&gt;
| [https://github.com/tmuxinator/tmuxinator/pull/511]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Transmission]]&lt;br /&gt;
| {{ic|~/.transmission}}&lt;br /&gt;
| [https://github.com/transmission/transmission/commit/b71a298 b71a298]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|util-linux}}&lt;br /&gt;
|&lt;br /&gt;
| [https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/commit/?id=570b321 570b321]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Uzbl]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/uzbl/uzbl/commit/c6fd63a c6fd63a]&lt;br /&gt;
| [https://github.com/uzbl/uzbl/pull/150]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|vimb}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[VirtualBox]]&lt;br /&gt;
| {{ic|~/.VirtualBox}}&lt;br /&gt;
| [https://www.virtualbox.org/ticket/5099?action=diff&amp;amp;version=7 4.3]&lt;br /&gt;
| [https://www.virtualbox.org/ticket/5099]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|vis}}&lt;br /&gt;
| {{ic|~/.vis}}&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/martanne/vis/commit/68a25c7 68a25c7]&lt;br /&gt;
[https://github.com/martanne/vis/commit/d138908 d138908]&lt;br /&gt;
| [https://github.com/martanne/vis/pull/303]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[VLC]]&lt;br /&gt;
| {{ic|~/.vlcrc}}&lt;br /&gt;
| [https://git.videolan.org/?p=vlc.git;a=commit;h=16f32e1 16f32e1]&lt;br /&gt;
| [https://trac.videolan.org/vlc/ticket/1267]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|warsow}}&lt;br /&gt;
| {{ic|~/.warsow-2.x}}&lt;br /&gt;
| [https://github.com/Qfusion/qfusion/commit/98ece3f 98ece3f]&lt;br /&gt;
| [https://github.com/Qfusion/qfusion/issues/298]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[WeeChat]]&lt;br /&gt;
| {{ic|~/.weechat}}&lt;br /&gt;
| [https://github.com/weechat/weechat/commit/70cdf21681d75090c3df9858c9e7ce5a85433856]&lt;br /&gt;
[https://github.com/weechat/weechat/releases/tag/v3.2 3.2]&lt;br /&gt;
| [https://github.com/weechat/weechat/issues/1285] [https://specs.weechat.org/specs/001285-follow-xdg-base-dir-spec.html]&lt;br /&gt;
|&lt;br /&gt;
 XDG_CONFIG_HOME/weechat&lt;br /&gt;
 XDG_CACHE_HOME/weechat&lt;br /&gt;
 XDG_DATA_HOME/weechat&lt;br /&gt;
|-&lt;br /&gt;
| [[Wireshark]]&lt;br /&gt;
| {{ic|~/.wireshark}}&lt;br /&gt;
| [https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b0b53fa b0b53fa]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Xsettingsd]]&lt;br /&gt;
| {{ic|~/.xsettingsd}}&lt;br /&gt;
| [https://github.com/derat/xsettingsd/commit/b4999f5 b4999f5]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[xmobar]]&lt;br /&gt;
| {{ic|~/.xmobarrc}}&lt;br /&gt;
| [https://github.com/jaor/xmobar/commit/7b0d6bf 7b0d6bf]&lt;br /&gt;
[https://github.com/jaor/xmobar/commit/9fc6b37 9fc6b37]&lt;br /&gt;
[https://github.com/jaor/xmobar/commit/eaccf70 eaccf70]&lt;br /&gt;
| [https://github.com/jaor/xmobar/pull/99]&lt;br /&gt;
[https://github.com/jaor/xmobar/pull/131]&lt;br /&gt;
| {{ic|XDG_CONFIG_HOME/xmobar/xmobarrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[xmonad]]&lt;br /&gt;
| {{ic|~/.xmonad/}}&lt;br /&gt;
| [https://github.com/xmonad/xmonad/commit/40fc10b 40fc10b]&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/xmonad/xmonad/issues/61]&lt;br /&gt;
[https://code.google.com/p/xmonad/issues/detail?id=484]&lt;br /&gt;
| これらはすべて存在する必要があり、存在しない場合はあきらめて {{ic|~/.xmonad/}} にそれぞれフォールバックします。&lt;br /&gt;
 XDG_CACHE_HOME/xmonad&lt;br /&gt;
 XDG_CONFIG_HOME/xmonad&lt;br /&gt;
 XDG_DATA_HOME/xmonad&lt;br /&gt;
代わりに、{{ic|XMONAD_CACHE_DIR}}, {{ic|XMONAD_CONFIG_DIR}} と {{ic|XMONAD_DATA_DIR}} も常に有効です。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|xournalpp}}&lt;br /&gt;
| {{ic|~/.xournalpp}}&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/xournalpp/xournalpp/commit/20db937f 20db937f]&lt;br /&gt;
[https://github.com/xournalpp/xournalpp/releases/tag/1.1.0 1.1.0]&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/xournalpp/xournalpp/issues/1101]&lt;br /&gt;
[https://github.com/xournalpp/xournalpp/pull/1384]&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|xsel}}&lt;br /&gt;
| {{ic|~/.xsel.log}}&lt;br /&gt;
| [https://github.com/kfish/xsel/commit/ee7b481 ee7b481]&lt;br /&gt;
| [https://github.com/kfish/xsel/issues/10]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|zoxide}}&lt;br /&gt;
| {{ic|~/.zo}}&lt;br /&gt;
| [https://github.com/ajeetdsouza/zoxide/releases/tag/v0.3.0 0.3.0]&lt;br /&gt;
| [https://github.com/ajeetdsouza/zoxide/pull/47]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===部分的にサポートしているソフトウェア===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
! アプリケーション&lt;br /&gt;
! 旧パス&lt;br /&gt;
! 対応開始&lt;br /&gt;
! 議論&lt;br /&gt;
! ノート&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|abook}}&lt;br /&gt;
| {{ic|~/.abook}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=abook --config &amp;quot;$XDG_CONFIG_HOME&amp;quot;/abook/abookrc --datafile &amp;quot;$XDG_DATA_HOME&amp;quot;/abook/addressbook}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Aur|anaconda}}&lt;br /&gt;
| {{ic|~/.conda/.condarc}}, {{ic|~/.conda/condarc}}, {{ic|~/.conda/condarc.d/}}, {{ic|~/.condarc}}&lt;br /&gt;
|&lt;br /&gt;
| [https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc]&lt;br /&gt;
| {{ic|1=export CONDARC=&amp;quot;$XDG_CONFIG_HOME/conda/condarc&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|ack}}&lt;br /&gt;
| {{ic|~/.ackrc}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/beyondgrep/ack2/issues/516]&lt;br /&gt;
| {{ic|1=export ACKRC=&amp;quot;$XDG_CONFIG_HOME/ack/ackrc&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Anki]]&lt;br /&gt;
| {{ic|~/Anki}}, {{ic|~/Documents/Anki}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/dae/anki/pull/49] [https://github.com/dae/anki/pull/58]&lt;br /&gt;
| {{ic|1=anki -b &amp;quot;$XDG_DATA_HOME&amp;quot;/Anki}}&lt;br /&gt;
|-&lt;br /&gt;
| [[aspell]]&lt;br /&gt;
| {{ic|~/.aspell.conf}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/GNUAspell/aspell/issues/560]&lt;br /&gt;
| {{ic|1=export ASPELL_CONF=&amp;quot;per-conf $XDG_CONFIG_HOME/aspell/aspell.conf; personal $XDG_CONFIG_HOME/aspell/en.pws; repl $XDG_CONFIG_HOME/aspell/en.prepl&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Atom]]&lt;br /&gt;
| {{ic|~/.atom}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/atom/atom/issues/8281]&lt;br /&gt;
| {{ic|1=export ATOM_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/atom}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|aws-cli}}&lt;br /&gt;
| {{ic|~/.aws}}&lt;br /&gt;
| [https://github.com/aws/aws-cli/commit/fc5961ea2cc0b5976ac9f777e20e4236fd7540f5 1.7.45]&lt;br /&gt;
| [https://github.com/aws/aws-cli/issues/2433]&lt;br /&gt;
| {{ic|1=export AWS_SHARED_CREDENTIALS_FILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/aws/credentials}}, {{ic|1=export AWS_CONFIG_FILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/aws/config}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|bash-completion}}&lt;br /&gt;
| {{ic|~/.bash_completion}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export BASH_COMPLETION_USER_FILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/bash-completion/bash_completion}}&lt;br /&gt;
|-&lt;br /&gt;
| [[bazaar]]&lt;br /&gt;
| {{ic|~/.bazaar}}, {{ic|~/.bzr.log}}&lt;br /&gt;
| [https://bugs.launchpad.net/bzr/+bug/195397/comments/15 2.3.0]&lt;br /&gt;
| [https://bugs.launchpad.net/bzr/+bug/195397]&lt;br /&gt;
| 上流のバグレポートでは bazaar が {{ic|~/.config/bazaar}} を使うようにする議論があります。ただしログファイルは {{ic|~/.bzr.log}} に書き込まれます。&lt;br /&gt;
|-&lt;br /&gt;
| {{Aur|btpd-git}}&lt;br /&gt;
| {{ic|~/.btpd/}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/btpd/btpd/issues/55]&lt;br /&gt;
| {{ic|1=btpd -d &amp;quot;$XDG_DATA_HOME&amp;quot;/.btpd}}&lt;br /&gt;
{{ic|1=HOME=&amp;quot;$XDG_DATA_HOME&amp;quot; btcli}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Aur|buchhaltung-git}}&lt;br /&gt;
| {{ic|~/.buchhaltung}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/johannesgerer/buchhaltung/issues/44]&lt;br /&gt;
| {{ic|1=export BUCHHALTUNG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/buchhaltung}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Ruby#Bundler]]&lt;br /&gt;
| {{ic|~/.bundle}}&lt;br /&gt;
| 2.1.0&lt;br /&gt;
| [https://github.com/bundler/bundler/pull/6024] [https://github.com/bundler/bundler/issues/4333] [https://github.com/rubygems/rubygems/issues/1599]&lt;br /&gt;
|&lt;br /&gt;
  export BUNDLE_USER_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/bundle&lt;br /&gt;
  export BUNDLE_USER_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/bundle&lt;br /&gt;
  export BUNDLE_USER_PLUGIN=&amp;quot;$XDG_DATA_HOME&amp;quot;/bundle&lt;br /&gt;
&lt;br /&gt;
Is considered as fixed by the environment variables.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.haskell.org/cabal cabal]&lt;br /&gt;
| {{ic|~/.cabal/}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/haskell/cabal/issues/680]&lt;br /&gt;
|&lt;br /&gt;
 export CABAL_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/cabal/config&lt;br /&gt;
 export CABAL_DIR=&amp;quot;$XDG_CACHE_HOME&amp;quot;/cabal&lt;br /&gt;
&lt;br /&gt;
See documentation on [https://cabal.readthedocs.io/en/3.4/installing-packages.html#environment-variables environment variables].&lt;br /&gt;
&lt;br /&gt;
CABAL_DIR may be put into DATA if you consider downloaded files as such.&lt;br /&gt;
|-&lt;br /&gt;
| [[Rust#Cargo]]&lt;br /&gt;
| {{ic|~/.cargo}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/rust-lang/cargo/issues/1734] [https://github.com/rust-lang/rfcs/pull/1615] [https://github.com/rust-lang/cargo/pull/5183]  [https://github.com/rust-lang/cargo/pull/148]&lt;br /&gt;
| {{ic|1=export CARGO_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/cargo}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|chez-scheme}}&lt;br /&gt;
| {{ic|~/.chezscheme_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=petite --eehistory &amp;quot;$XDG_DATA_HOME&amp;quot;/chezscheme/history}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Chromium]]&lt;br /&gt;
| {{ic|~/.chromium}}, {{ic|~/.pki}}&lt;br /&gt;
| [https://src.chromium.org/viewvc/chrome?revision=23057&amp;amp;view=revision 23057]&lt;br /&gt;
|&lt;br /&gt;
[https://groups.google.com/forum/#!topic/chromium-dev/QekVQxF3nho]&lt;br /&gt;
[https://code.google.com/p/chromium/issues/detail?id=16976]&lt;br /&gt;
[https://bugs.chromium.org/p/chromium/issues/detail?id=1038587]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.cinelerra-gg.org/ cinelerra]&lt;br /&gt;
| {{ic|~/.bcast5}}&lt;br /&gt;
|&lt;br /&gt;
| [https://cinelerra-gg.org/download/CinelerraGG_Manual/Environment_Variables_Custo.html]&lt;br /&gt;
| {{ic|1=export CIN_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/bcast5}}&lt;br /&gt;
|-&lt;br /&gt;
| [[conky]]&lt;br /&gt;
| {{ic|~/.conkyrc}}&lt;br /&gt;
| [https://github.com/brndnmtthws/conky/commit/00481ee9a97025e8e2acd7303d080af1948f7980 00481ee]&lt;br /&gt;
| [https://github.com/brndnmtthws/conky/issues/144]&lt;br /&gt;
| {{ic|1=conky --config=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/conky/conkyrc}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|claws-mail}}&lt;br /&gt;
| {{ic|~/.claws-mail}}&lt;br /&gt;
|&lt;br /&gt;
| [https://lists.claws-mail.org/pipermail/users/2013-April/006087.html]&lt;br /&gt;
| {{ic|1=claws-mail --alternate-config-dir &amp;quot;$XDG_DATA_HOME&amp;quot;/claws-mail}}&lt;br /&gt;
|-&lt;br /&gt;
| [[coreutils]]&lt;br /&gt;
| {{ic|~/.dircolors}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=eval $(dircolors &amp;quot;$XDG_CONFIG_HOME&amp;quot;/dircolors)}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.dungeoncrawl.org/ crawl]&lt;br /&gt;
| {{ic|~/.crawl}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| 末尾のスラッシュは必須です:&lt;br /&gt;
&lt;br /&gt;
{{ic|1=export CRAWL_DIR=&amp;quot;$XDG_DATA_HOME&amp;quot;/crawl/}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|clusterssh}}&lt;br /&gt;
| {{ic|~/.clusterssh/}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=alias cssh=&amp;quot;cssh --config-file &#039;$XDG_CONFIG_HOME/clusterssh/config&#039;&amp;quot; }}&lt;br /&gt;
{{hc|$XDG_CONFIG_HOME/clusterssh/config|2=&lt;br /&gt;
extra_cluster_file=$HOME/.config/clusterssh/clusters&lt;br /&gt;
extra_tag_file=$HOME/.config/clusterssh/tags&lt;br /&gt;
}}&lt;br /&gt;
Despite this, clusterssh will still create {{ic|~/.clusterssh/}}.&lt;br /&gt;
|-&lt;br /&gt;
| [[CUDA]]&lt;br /&gt;
| {{ic|~/.nv}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export CUDA_CACHE_PATH=&amp;quot;$XDG_CACHE_HOME&amp;quot;/nv}}&lt;br /&gt;
|-&lt;br /&gt;
| [[dict]]&lt;br /&gt;
| {{ic|~/.dictrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=dict -c &amp;quot;$XDG_CONFIG_HOME&amp;quot;/dict/dictrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Docker]]&lt;br /&gt;
| {{ic|~/.docker}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export DOCKER_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/docker}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|docker-machine}}&lt;br /&gt;
| {{ic|~/.docker/machine}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export MACHINE_STORAGE_PATH=&amp;quot;$XDG_DATA_HOME&amp;quot;/docker-machine}}&lt;br /&gt;
|-&lt;br /&gt;
| [[DOSBox]]&lt;br /&gt;
| {{ic|~/.dosbox/dosbox-0.74-2.conf}}&lt;br /&gt;
|&lt;br /&gt;
| [https://www.vogons.org/viewtopic.php?t=29599]&lt;br /&gt;
| {{ic|1=dosbox -conf &amp;quot;$XDG_CONFIG_HOME&amp;quot;/dosbox/dosbox.conf}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://electrum.org Electrum Bitcoin Wallet]&lt;br /&gt;
| {{ic|~/.electrum}}&lt;br /&gt;
| [https://github.com/spesmilo/electrum/commit/c121230 c121230]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export ELECTRUMDIR=&amp;quot;$XDG_DATA_HOME/electrum&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[ELinks]]&lt;br /&gt;
| {{ic|~/.elinks}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export ELINKS_CONFDIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/elinks}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|elixir}}&lt;br /&gt;
| {{ic|~/.mix}}&lt;br /&gt;
| [https://github.com/elixir-lang/elixir/commit/afaf889 afaf889]&lt;br /&gt;
| [https://github.com/elixir-lang/elixir/issues/8818] [https://github.com/elixir-lang/elixir/pull/9937]&lt;br /&gt;
| ElixirはXDGの仕様に完全には準拠しておらず、環境変数が存在する場合にのみXDGを使用し、そうでない場合はデフォルトでレガシーパスを使用します。&lt;br /&gt;
|-&lt;br /&gt;
| [https://elm-lang.org/ Elm]&lt;br /&gt;
| {{ic|~/.elm}}&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| {{ic|1=export ELM_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/elm}}&lt;br /&gt;
|-&lt;br /&gt;
| [[FFmpeg]]&lt;br /&gt;
| {{ic|~/.ffmpeg}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export FFMPEG_DATADIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/ffmpeg}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|flutter}}&lt;br /&gt;
| {{ic|~/.flutter}}, {{ic|~/.flutter_settings}}, {{ic|~/.flutter_tool_state}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/flutter/flutter/issues/59430]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|emscripten}}&lt;br /&gt;
| {{ic|~/.emscripten}}, {{ic|~/.emscripten_sanity}}, {{ic|~/.emscripten_ports}}, {{ic|~/.emscripten_cache__last_clear}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/kripken/emscripten/issues/3624]&lt;br /&gt;
| {{ic|1=export EM_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/emscripten/config}}, {{ic|1=export EM_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/emscripten/cache}}, {{ic|1=export EM_PORTS=&amp;quot;$XDG_DATA_HOME&amp;quot;/emscripten/cache}}, {{ic|emcc --em-config &amp;quot;$XDG_CONFIG_HOME&amp;quot;/emscripten/config --em-cache &amp;quot;$XDG_CACHE_HOME&amp;quot;/emscripten/cache}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|freecad}}&lt;br /&gt;
| {{ic|~/.FreeCAD}}&lt;br /&gt;
|&lt;br /&gt;
| [https://tracker.freecadweb.org/view.php?id=2956]&lt;br /&gt;
| {{ic|1=freecad -u &amp;quot;$XDG_CONFIG_HOME&amp;quot;/FreeCAD/user.cfg -s &amp;quot;$XDG_CONFIG_HOME&amp;quot;/FreeCAD/system.cfg}}&lt;br /&gt;
&lt;br /&gt;
Despite these options, {{Pkg|freecad}} will still create the file {{ic|.FreeCAD/cookie}} as the web module has it [https://github.com/FreeCAD/FreeCAD/blob/master/src/Mod/Web/Gui/CookieJar.cpp#L55 hard coded]&lt;br /&gt;
|-&lt;br /&gt;
| [[GDB]]&lt;br /&gt;
| {{ic|~/.gdbinit}}, {{ic|~/.gdb_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export GDBHISTFILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/gdb/history}}, {{ic|gdb -nh -x &amp;quot;$XDG_CONFIG_HOME&amp;quot;/gdb/init}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|get_iplayer}}&lt;br /&gt;
| {{ic|~/.get_iplayer}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export GETIPLAYERUSERPREFS=&amp;quot;$XDG_DATA_HOME&amp;quot;/get_iplayer}}&lt;br /&gt;
|-&lt;br /&gt;
| [[getmail]]&lt;br /&gt;
| {{ic|~/.getmail/getmailrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=getmail --rcfile=&amp;quot;$XDG_CONFIG_HOME/getmail/getmailrc&amp;quot; --getmaildir=&amp;quot;$XDG_DATA_HOME/getmail&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|gliv}}&lt;br /&gt;
| {{ic|~/.glivrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=gliv --glivrc=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gliv/glivrc}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|gnuradio}}&lt;br /&gt;
| {{ic|~/.gnuradio}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/gnuradio/gnuradio/issues/3631]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GnuPG]]&lt;br /&gt;
| {{ic|~/.gnupg}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugs.gnupg.org/gnupg/issue1456] [https://bugs.gnupg.org/gnupg/issue1018]&lt;br /&gt;
| {{ic|1=export GNUPGHOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/gnupg}}, {{ic|gpg2 --homedir &amp;quot;$XDG_DATA_HOME&amp;quot;/gnupg}}&lt;br /&gt;
Note that this currently does not work out-of-the-box using systemd user units and socket-based activation, since the socket directory changes based on the hash of {{ic|$GNUPGHOME}}. You can get the new socket directory using {{ic|gpgconf --dry-run --create-socketdir}} and have to modify the systemd user units to listen on the correct sockets accordingly.&lt;br /&gt;
|-&lt;br /&gt;
| [[Go]]&lt;br /&gt;
| {{ic|~/go}}&lt;br /&gt;
| [https://github.com/golang/go/commit/ca8a055f5cc7c1dfa0eb542c60071c7a24350f76]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export GOPATH=&amp;quot;$XDG_DATA_HOME&amp;quot;/go}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Google Earth]]&lt;br /&gt;
| {{ic|~/.googleearth}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Some paths can be changed with the {{ic|KMLPath}} and {{ic|CachePath}} options in {{ic|~/.config/Google/GoogleEarthPlus.conf}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|gopass}}&lt;br /&gt;
| {{ic|~/.password-store}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Override settings in {{ic|~/.config/gopass/config.yml}}:&lt;br /&gt;
{{hc|~/.config/gopass/config.yml|&lt;br /&gt;
root:&lt;br /&gt;
path: gpgcli-gitcli-fs+file:///home/&amp;lt;userid&amp;gt;/.config/password-store&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|gpodder}}&lt;br /&gt;
| {{ic|~/gPodder}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=GPODDER_DOWNLOAD_DIR}} sets the download folder. {{ic|1=GPODDER_HOME}} - where config and database files are stored, downloads also if {{ic|1=GPODDER_DOWNLOAD_DIR}} is not set.&lt;br /&gt;
|-&lt;br /&gt;
| [https://sourceforge.net/projects/gqclient GQ LDAP client]&lt;br /&gt;
| {{ic|~/.gq}}, {{ic|~/.gq-state}}&lt;br /&gt;
| [https://sourceforge.net/p/gqclient/mailman/message/2053978 1.51]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export GQRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gqrc}}, {{ic|1=export GQSTATE=&amp;quot;$XDG_DATA_HOME&amp;quot;/gq/gq-state}}, {{ic|mkdir -p &amp;quot;$(dirname &amp;quot;$GQSTATE&amp;quot;)&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Gradle]]&lt;br /&gt;
| {{ic|~/.gradle}}&lt;br /&gt;
|&lt;br /&gt;
| [https://discuss.gradle.org/t/be-a-nice-freedesktop-citizen-move-the-gradle-to-the-appropriate-location-in-linux/2199]&lt;br /&gt;
| {{ic|1=export GRADLE_USER_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/gradle}}&lt;br /&gt;
|-&lt;br /&gt;
| [[GTK]] 1&lt;br /&gt;
| {{ic|~/.gtkrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export GTK_RC_FILES=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gtk-1.0/gtkrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[GTK]] 2&lt;br /&gt;
| {{ic|~/.gtkrc-2.0}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export GTK2_RC_FILES=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gtk-2.0/gtkrc}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|hledger}}&lt;br /&gt;
| {{ic|~/.hledger.journal}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/simonmichael/hledger/issues/1081]&lt;br /&gt;
| {{ic|1=export LEDGER_FILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/hledger.journal}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|imapfilter}}&lt;br /&gt;
| {{ic|~/.imapfilter}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export IMAPFILTER_HOME=&amp;quot;$XDG_CONFIG_HOME/imapfilter&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[IPFS]]&lt;br /&gt;
| {{ic|~/.ipfs}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export IPFS_PATH=&amp;quot;$XDG_DATA_HOME&amp;quot;/ipfs}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://ipython.org ipython]/[[jupyter]]&lt;br /&gt;
| {{ic|~/.ipython}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/ipython/ipython/pull/4457 won&#039;t fix],[https://github.com/ipython/ipython/issues/12431 won&#039;t fix]&lt;br /&gt;
| {{ic|1=export IPYTHONDIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/jupyter}}, {{ic|1=export JUPYTER_CONFIG_DIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/jupyter}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://ruby-doc.org/stdlib/libdoc/irb/rdoc/IRB.html irb]&lt;br /&gt;
| {{ic|~/.irbrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{hc|1=~/.profile|2=$ export IRBRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/irb/irbrc}}&lt;br /&gt;
{{hc|1=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/irb/irbrc|2=IRB.conf[:SAVE_HISTORY] {{!}}{{!}}= 1000&lt;br /&gt;
IRB.conf[:HISTORY_FILE] {{!}}{{!}}= File.join(ENV[&amp;quot;XDG_DATA_HOME&amp;quot;], &amp;quot;irb&amp;quot;, &amp;quot;history&amp;quot;)}}&lt;br /&gt;
|-&lt;br /&gt;
| [[irssi]]&lt;br /&gt;
| {{ic|~/.irssi}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/irssi/irssi/pull/511]&lt;br /&gt;
| {{ic|1=irssi --config=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/irssi/config --home=&amp;quot;$XDG_DATA_HOME&amp;quot;/irssi}}&lt;br /&gt;
|-&lt;br /&gt;
| [[isync]]&lt;br /&gt;
| {{ic|~/.mbsyncrc}}&lt;br /&gt;
|&lt;br /&gt;
| [https://sourceforge.net/p/isync/feature-requests/14/]&lt;br /&gt;
| {{ic|1=mbsync -c &amp;quot;$XDG_CONFIG_HOME&amp;quot;/isync/mbsyncrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Java#OpenJDK]]&lt;br /&gt;
| {{ic|~/.java/.userPrefs}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugzilla.redhat.com/show_bug.cgi?id=1154277]&lt;br /&gt;
| {{ic|1=export _JAVA_OPTIONS=-Djava.util.prefs.userRoot=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/java}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|k9s}}&lt;br /&gt;
| {{ic|~/.k9s}}&lt;br /&gt;
| [https://github.com/derailed/k9s/releases/tag/v0.20.4 0.20.4]&lt;br /&gt;
| [https://github.com/derailed/k9s/issues/743]&lt;br /&gt;
| {{ic|1=export K9SCONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/k9s}}&lt;br /&gt;
|-&lt;br /&gt;
| [[KDE]]&lt;br /&gt;
| {{ic|~/.kde}}, {{ic|~/.kde4}}&lt;br /&gt;
|&lt;br /&gt;
| [https://userbase.kde.org/KDE_System_Administration/KDE_Filesystem_Hierarchy#KDEHOME]&lt;br /&gt;
| {{ic|1=export KDEHOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/kde}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|keychain}}&lt;br /&gt;
| {{ic|~/.keychain}}&lt;br /&gt;
| [https://github.com/funtoo/keychain/commit/d43099bcff315d24a2ca31ae83da85e115d22ef6]&lt;br /&gt;
| [https://github.com/funtoo/keychain/issues/8]&lt;br /&gt;
| {{ic|1=keychain --absolute --dir &amp;quot;$XDG_RUNTIME_DIR&amp;quot;/keychain}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|kscript}}&lt;br /&gt;
| {{ic|~/.kscript}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/holgerbrandl/kscript/issues/323]&lt;br /&gt;
| {{ic|1=export KSCRIPT_CACHE_DIR=&amp;quot;$XDG_CACHE_HOME&amp;quot;/kscript}}&lt;br /&gt;
|-&lt;br /&gt;
| [[ledger]]&lt;br /&gt;
| {{ic|~/.ledgerrc}}, {{ic|~/.pricedb}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/ledger/ledger/issues/1820]&lt;br /&gt;
| {{ic|1=ledger --init-file &amp;quot;$XDG_CONFIG_HOME&amp;quot;/ledgerrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Leiningen]]&lt;br /&gt;
| {{ic|~/.lein}}, {{ic|~/.m2}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export LEIN_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/lein}}&lt;br /&gt;
&lt;br /&gt;
to change the m2 repo location used by leiningen look here: [[Leiningen#m2_repo_location]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|libdvdcss}}&lt;br /&gt;
| {{ic|~/.dvdcss}}&lt;br /&gt;
|&lt;br /&gt;
| [https://mailman.videolan.org/pipermail/libdvdcss-devel/2014-August/001022.html]&lt;br /&gt;
| {{ic|1=export DVDCSS_CACHE=&amp;quot;$XDG_DATA_HOME&amp;quot;/dvdcss}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|libice}}&lt;br /&gt;
| {{ic|~/.ICEauthority}}&lt;br /&gt;
|&lt;br /&gt;
| [https://gitlab.freedesktop.org/xorg/lib/libice/issues/2]&lt;br /&gt;
| {{ic|1=export ICEAUTHORITY=&amp;quot;$XDG_CACHE_HOME&amp;quot;/ICEauthority}}&lt;br /&gt;
[[Xorg]]の実行ユーザが事前に {{ic|XDG_CACHE_HOME}} に書き込みアクセス権を持っていることを確認してください。&lt;br /&gt;
&lt;br /&gt;
ログイン&#039;&#039;&#039;後&#039;&#039;&#039;に利用可能になるため{{ic|XDG_RUNTIME_DIR}}は使わ&#039;&#039;&#039;ない&#039;&#039;&#039;でください。さもなければ、[[Xorg]]を起動するディスプレイマネージャー([[GDM]]のような)は何度も失敗します。&lt;br /&gt;
|-&lt;br /&gt;
| [[Xorg|libx11]]&lt;br /&gt;
| {{ic|~/.XCompose}}, {{ic|~/.compose-cache}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export XCOMPOSEFILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/X11/xcompose}}, {{ic|1=export XCOMPOSECACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/X11/xcompose}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|ltrace}}&lt;br /&gt;
| {{ic|~/.ltrace.conf}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=ltrace -F &amp;quot;$XDG_CONFIG_HOME&amp;quot;/ltrace/ltrace.conf}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|maptool-bin}}&lt;br /&gt;
| {{ic|~/.maptool-rptools}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/RPTools/maptool/issues/2786]&lt;br /&gt;
| {{hc|1=/opt/maptool/lib/app/MapTool.cfg|2=[JavaOptions]&lt;br /&gt;
-DMAPTOOL_DATADIR=.local/share/maptool-rptools}}&lt;br /&gt;
However, no way to change the location of this configuration file.&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|maven}}&lt;br /&gt;
| {{ic|~/.m2}}&lt;br /&gt;
|&lt;br /&gt;
| [https://issues.apache.org/jira/browse/MNG-6603]&lt;br /&gt;
| {{ic|1=mvn -gs &amp;quot;$XDG_CONFIG_HOME&amp;quot;/maven/settings.xml}} and set {{ic|&amp;lt;localRepository&amp;gt;}} as appropriate in [https://maven.apache.org/settings.html#Simple_Values settings.xml]&lt;br /&gt;
|-&lt;br /&gt;
| [[Mathematica]]&lt;br /&gt;
| {{ic|~/.Mathematica}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export MATHEMATICA_USERBASE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mathematica}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|maxima}}&lt;br /&gt;
| {{ic|~/.maxima}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export MAXIMA_USERDIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/maxima}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|mednafen}}&lt;br /&gt;
| {{ic|~/.mednafen}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export MEDNAFEN_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mednafen}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|minikube}}&lt;br /&gt;
| {{ic|~/.minikube}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/kubernetes/minikube/issues/4109]&lt;br /&gt;
| {{ic|1=export MINIKUBE_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/minikube}}&lt;br /&gt;
&lt;br /&gt;
Creates a further {{ic|.minikube}} directory in {{ic|MINIKUBE_HOME}} for whatever reason.&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|mitmproxy}}&lt;br /&gt;
| {{ic|~/.mitmproxy}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=alias mitmproxy=&amp;quot;mitmproxy --set confdir=$XDG_CONFIG_HOME/mitmproxy&amp;quot;}}, {{ic|1=alias mitmweb=&amp;quot;mitmweb --set confdir=$XDG_CONFIG_HOME/mitmproxy&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[MOC]]&lt;br /&gt;
| {{ic|~/.moc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=mocp -M &amp;quot;$XDG_CONFIG_HOME&amp;quot;/moc}}, {{ic|1=mocp -O MOCDir=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/moc}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|monero}}&lt;br /&gt;
| {{ic|~/.bitmonero}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=monerod --data-dir &amp;quot;$XDG_DATA_HOME&amp;quot;/bitmonero}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|most}}&lt;br /&gt;
| {{ic|~/.mostrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export MOST_INITFILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mostrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[MPlayer]]&lt;br /&gt;
| {{ic|~/.mplayer}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export MPLAYER_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mplayer}}&lt;br /&gt;
|-&lt;br /&gt;
| [[MySQL]]&lt;br /&gt;
| {{ic|~/.mysql_history}}, {{ic|~/.my.cnf }}, {{ic|~/.mylogin.cnf}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export MYSQL_HISTFILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/mysql_history}}&lt;br /&gt;
&lt;br /&gt;
{{ic|~/.my.cnf}} only supported for mysql-server, not mysql-client [https://dev.mysql.com/doc/refman/8.0/en/option-files.html]&lt;br /&gt;
&lt;br /&gt;
{{ic|~/.mylogin.cnf}} unsupported&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|ncurses}}&lt;br /&gt;
| {{ic|~/.terminfo}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Precludes system path searching:&lt;br /&gt;
&lt;br /&gt;
{{ic|1=export TERMINFO=&amp;quot;$XDG_DATA_HOME&amp;quot;/terminfo}}, {{ic|1=export TERMINFO_DIRS=&amp;quot;$XDG_DATA_HOME&amp;quot;/terminfo:/usr/share/terminfo}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|ncmpc}}&lt;br /&gt;
| {{ic|~/.ncmpc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|ncmpc -f &amp;quot;$XDG_CONFIG_HOME&amp;quot;/ncmpc/config}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Netbeans]]&lt;br /&gt;
| {{ic|~/.netbeans}}&lt;br /&gt;
|&lt;br /&gt;
| [https://netbeans.org/bugzilla/show_bug.cgi?id=215961]&lt;br /&gt;
| {{ic|1=netbeans --userdir &amp;quot;${XDG_CONFIG_HOME}&amp;quot;/netbeans}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Node.js]]&lt;br /&gt;
| {{ic|~/.node_repl_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export NODE_REPL_HISTORY=&amp;quot;$XDG_DATA_HOME&amp;quot;/node_repl_history}} [https://nodejs.org/api/repl.html#repl_environment_variable_options]&lt;br /&gt;
|-&lt;br /&gt;
| [[notmuch]]&lt;br /&gt;
| {{ic|~/.notmuch-config}}&lt;br /&gt;
|&lt;br /&gt;
| [https://notmuchmail.org/pipermail/notmuch/2011/007007.html]&lt;br /&gt;
| {{ic|1=export NOTMUCH_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/notmuch/notmuchrc}}, {{ic|1=export NMBGIT=&amp;quot;$XDG_DATA_HOME&amp;quot;/notmuch/nmbug}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|npm}}&lt;br /&gt;
| {{ic|~/.npm}}, {{ic|~/.npmrc}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/npm/cli/issues/654]&lt;br /&gt;
| {{ic|1=export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc}}&lt;br /&gt;
{{hc|npmrc|&amp;lt;nowiki&amp;gt;&lt;br /&gt;
prefix=${XDG_DATA_HOME}/npm&lt;br /&gt;
cache=${XDG_CACHE_HOME}/npm&lt;br /&gt;
tmp=${XDG_RUNTIME_DIR}/npm&lt;br /&gt;
init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
Node.js を {{AUR|nvm}} でインストールした場合 {{ic|prefix}} は必要ありません (サポートされません)。&lt;br /&gt;
&lt;br /&gt;
If you want to configure this system-wide, the file to edit is {{ic|/usr/etc/npmrc}}, not {{ic|/etc/npmrc}}. You can confirm that the config is loaded by running {{ic|npm config list}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|opam}}&lt;br /&gt;
| {{ic|~/.opam}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/ocaml/opam/issues/3766]&lt;br /&gt;
| {{ic|1=export OPAMROOT=&amp;quot;$XDG_DATA_HOME/opam&amp;quot;}}&lt;br /&gt;
Both configuration and state data are stored in {{ic|OPAMROOT}}, so this solution is not fully compliant.&lt;br /&gt;
|-PKG_CONFIG_PATH&lt;br /&gt;
| {{Aur|pnpm}}&lt;br /&gt;
| {{ic|~/.pnpm-store}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Add the line {{ic|1=store-dir=${XDG_DATA_HOME}/pnpm-store}} to your {{ic|npmrc}}.&lt;br /&gt;
|-&lt;br /&gt;
| [[PuTTY]]&lt;br /&gt;
| {{ic|~/.putty/}}&lt;br /&gt;
| [https://git.tartarus.org/?p=simon/putty.git;a=commit;h=9952b2d5bd5c8fbac4f5731a805bce10fe4ce47c 9952b2d]&lt;br /&gt;
|&lt;br /&gt;
| Will use {{ic|$XDG_CONFIG_HOME/putty}} if it already exists. Creates {{ic|~/.putty}} if not. Prioritises {{ic|$XDG_CONFIG_HOME/putty}} if both exist. Tested in 0.74&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|nuget}}&lt;br /&gt;
| {{ic|~/.nuget/packages}}&lt;br /&gt;
|&lt;br /&gt;
| [https://docs.microsoft.com/en-us/nuget/consume-packages/managing-the-global-packages-and-cache-folders]&lt;br /&gt;
| {{ic|1=export NUGET_PACKAGES=&amp;quot;$XDG_CACHE_HOME&amp;quot;/NuGetPackages}}&lt;br /&gt;
|-&lt;br /&gt;
| [[NVIDIA]]&lt;br /&gt;
| {{ic|~/.nv}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| 設定されている場合は{{ic|XDG_CACHE_HOME}}を使用し、設定されていない場合は{{ic|~/.cache}}の代わりに{{{ic|~/.nv}}}に不適切にフォールバックします。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|nvidia-settings}}&lt;br /&gt;
| {{ic|~/.nvidia-settings-rc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=nvidia-settings --config=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/nvidia/settings}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|nvm}}&lt;br /&gt;
| {{ic|~/.nvm}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export NVM_DIR=&amp;quot;$XDG_DATA_HOME&amp;quot;/nvm}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Octave]]&lt;br /&gt;
| {{ic|~/octave}}, {{ic|~/.octave_packages}}, {{ic|~/.octave_hist}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export OCTAVE_HISTFILE=&amp;quot;$XDG_CACHE_HOME/octave-hsts&amp;quot;}}, {{ic|1=export OCTAVE_SITE_INITFILE=&amp;quot;$XDG_CONFIG_HOME/octave/octaverc&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{hc|$XDG_CONFIG_HOME/octave/octaverc|&amp;lt;nowiki&amp;gt;&lt;br /&gt;
source /usr/share/octave/site/m/startup/octaverc;&lt;br /&gt;
pkg prefix ~/.local/share/octave/packages ~/.local/share/octave/packages;&lt;br /&gt;
pkg local_list /home/&amp;lt;your username&amp;gt;/.local/share/octave/octave_packages;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{ic|local_list}} オプションは絶対パスで指定する必要があります。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|openscad}}&lt;br /&gt;
| {{ic|~/.OpenSCAD}}&lt;br /&gt;
| [https://github.com/openscad/openscad/commit/7c3077b0f 7c3077b0f]&lt;br /&gt;
| [https://github.com/openscad/openscad/issues/125]&lt;br /&gt;
| XDG Base Directory Specification に完全には準拠していません。[https://github.com/openscad/openscad/issues/373] を参照。&lt;br /&gt;
&lt;br /&gt;
現在 {{ic|~/.local/share}} が [https://github.com/openscad/openscad/blob/master/src/PlatformUtils-posix.cc#L20 ハードコード] されています。&lt;br /&gt;
|-&lt;br /&gt;
| [[OpenSSL]]&lt;br /&gt;
| {{ic|~/.rnd}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| シードファイル {{ic|.rnd}} の場所は {{ic|RANDFILE}} 環境変数で設定できます。[https://www.openssl.org/docs/faq.html FAQ] を参照。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|parallel}}&lt;br /&gt;
| {{ic|~/.parallel}}&lt;br /&gt;
| [https://git.savannah.gnu.org/cgit/parallel.git/commit/?id=685018f532f4e2d24b84eb28d5de3d759f0d1af1 20170422]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export PARALLEL_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/parallel}}&lt;br /&gt;
|-&lt;br /&gt;
| [[pass]]&lt;br /&gt;
| {{ic|~/.password-store}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export PASSWORD_STORE_DIR=&amp;quot;$XDG_DATA_HOME&amp;quot;/pass}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Pidgin]]&lt;br /&gt;
| {{ic|~/.purple}}&lt;br /&gt;
|&lt;br /&gt;
| [https://developer.pidgin.im/ticket/4911]&lt;br /&gt;
| {{ic|1=pidgin --config=&amp;quot;$XDG_DATA_HOME&amp;quot;/purple}}&lt;br /&gt;
|-&lt;br /&gt;
| [[PostgreSQL]]&lt;br /&gt;
| {{ic|~/.psqlrc}}, {{ic|~/.psql_history}}, {{ic|~/.pgpass}}, {{ic|~/.pg_service.conf}}&lt;br /&gt;
| 9.2&lt;br /&gt;
| [https://www.postgresql.org/docs/current/static/app-psql.html] [https://www.postgresql.org/docs/current/static/libpq-envars.html]&lt;br /&gt;
| {{ic|1=export PSQLRC=&amp;quot;$XDG_CONFIG_HOME/pg/psqlrc&amp;quot;}}, {{ic|1=export PSQL_HISTORY=&amp;quot;$XDG_CACHE_HOME/pg/psql_history&amp;quot;}}, {{ic|1=export PGPASSFILE=&amp;quot;$XDG_CONFIG_HOME/pg/pgpass&amp;quot;}}, {{ic|1=export PGSERVICEFILE=&amp;quot;$XDG_CONFIG_HOME/pg/pg_service.conf&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
両方のディレクトリを作成する必要があります: {{ic|1=$ mkdir &amp;quot;$XDG_CONFIG_HOME/pg&amp;quot; &amp;amp;&amp;amp; mkdir &amp;quot;$XDG_CACHE_HOME/pg&amp;quot;}}。&lt;br /&gt;
|-&lt;br /&gt;
| [[PulseAudio]]&lt;br /&gt;
| {{ic|~/.esd_auth}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|module-esound-protocol-unix.so}} モジュールによって生成されます。別の場所を使用するように設定することもできますが {{ic|/etc/pulse/default.pa}} や {{ic|&amp;quot;$XDG_CONFIG_HOME&amp;quot;/pulse/default.pa}} でモジュールをコメントアウトしてしまう方が簡単です。&lt;br /&gt;
|-&lt;br /&gt;
| {{aur|python-azure-cli}}&lt;br /&gt;
| {{ic|~/.azure}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export AZURE_CONFIG_DIR=$XDG_DATA_HOME/azure}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|python-grip}}&lt;br /&gt;
| {{ic|~/.grip}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export GRIPHOME=&amp;quot;$XDG_CONFIG_HOME/grip&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|python-setuptools}}&lt;br /&gt;
| {{ic|~/.python-eggs}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export PYTHON_EGG_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/python-eggs}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|python-pylint}}&lt;br /&gt;
| {{ic|~/.pylint.d}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/PyCQA/pylint/issues/1364 won&#039;t fix]&lt;br /&gt;
| {{ic|1=export PYLINTHOME=&amp;quot;$XDG_CACHE_HOME&amp;quot;/pylint}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|racket}}&lt;br /&gt;
| {{ic|~/.racketrc}}, {{ic|~/.racket}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/racket/racket/issues/2740]&lt;br /&gt;
| {{ic|1=export PLTUSERHOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/racket}}&lt;br /&gt;
|-&lt;br /&gt;
| [[readline]]&lt;br /&gt;
| {{ic|~/.inputrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export INPUTRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/readline/inputrc}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|recoll}}&lt;br /&gt;
| {{ic|~/.recoll}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export RECOLL_CONFDIR=&amp;quot;$XDG_CONFIG_HOME/recoll&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[redis]]&lt;br /&gt;
| {{ic|~/.rediscli_history}}, {{ic|~/.redisclirc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|{{ic|1=export REDISCLI_HISTFILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/redis/rediscli_history}}, {{ic|1=export REDISCLI_RCFILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/redis/redisclirc}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|rlwrap}}&lt;br /&gt;
| {{ic|~/.*_history}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/hanslub42/rlwrap/issues/25]&lt;br /&gt;
| {{ic|1=export RLWRAP_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/rlwrap}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Ruby#RubyGems]]&lt;br /&gt;
| {{ic|~/.gem}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export GEM_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/gem}}, {{ic|1=export GEM_SPEC_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/gem}}&lt;br /&gt;
&lt;br /&gt;
Make sure to remove {{ic|gem: --user-install}} from {{ic|/etc/gemrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Rust#Rustup]]&lt;br /&gt;
| {{ic|~/.rustup}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/rust-lang-nursery/rustup.rs/issues/247]&lt;br /&gt;
| {{ic|1=export RUSTUP_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/rustup}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|sbt}}&lt;br /&gt;
| {{ic|~/.sbt}}&lt;br /&gt;
{{ic|~/.ivy2}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/sbt/sbt/issues/3681]&lt;br /&gt;
| {{ic|1=sbt -ivy &amp;quot;$XDG_DATA_HOME&amp;quot;/ivy2 -sbt-dir &amp;quot;$XDG_DATA_HOME&amp;quot;/sbt}} (beware [https://github.com/sbt/sbt/issues/3598])&lt;br /&gt;
|-&lt;br /&gt;
| [[SageMath]]&lt;br /&gt;
| {{ic|~/.sage}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export DOT_SAGE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/sage}}&lt;br /&gt;
|-&lt;br /&gt;
| [[GNU Screen]]&lt;br /&gt;
| {{ic|~/.screenrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export SCREENRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/screen/screenrc}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|simplescreenrecorder}}&lt;br /&gt;
| {{ic|~/.ssr/}}&lt;br /&gt;
| [https://github.com/MaartenBaert/ssr/releases/tag/0.4.3 0.4.3]&lt;br /&gt;
| [https://github.com/MaartenBaert/ssr/issues/407]&lt;br /&gt;
[https://github.com/MaartenBaert/ssr/issues/813]&lt;br /&gt;
| 既に作成されている場合に限り{{ic|$XDG_CONFIG_HOME/simplescreenrecorder/}}を使用します。それ以外はデフォルトの{{ic|~/.ssr}}。&lt;br /&gt;
&lt;br /&gt;
{{ic|1=mv ~/.ssr &amp;quot;$XDG_CONFIG_HOME&amp;quot;/simplescreenrecorder}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.spacemacs.org/ spacemacs]&lt;br /&gt;
| {{ic|~/.spacemacs}}, {{ic|~/.spacemacs.d}}&lt;br /&gt;
| [https://github.com/syl20bnr/spacemacs/commit/e1eed07c30ea395fb9cfebc8ec3376dcffbace11]&lt;br /&gt;
| [https://github.com/syl20bnr/spacemacs/issues/3589]&lt;br /&gt;
| Move the {{ic|~/.spacemacs}} file.&lt;br /&gt;
&lt;br /&gt;
{{ic|1=export SPACEMACSDIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/spacemacs}}, {{ic|mv ~/.spacemacs &amp;quot;$SPACEMACSDIR&amp;quot;/init.el}}&lt;br /&gt;
&lt;br /&gt;
Other files need to be configured like Emacs.&lt;br /&gt;
|-&lt;br /&gt;
| [[Haskell#Stack]]&lt;br /&gt;
| {{ic|~/.stack}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/commercialhaskell/stack/issues/342]&lt;br /&gt;
| {{ic|1=export STACK_ROOT=&amp;quot;$XDG_DATA_HOME&amp;quot;/stack}}&lt;br /&gt;
|-&lt;br /&gt;
| [[subversion]]&lt;br /&gt;
| {{ic|~/.subversion}}&lt;br /&gt;
|&lt;br /&gt;
| [https://issues.apache.org/jira/browse/SVN-4599] [https://mail-archives.apache.org/mod_mbox/subversion-users/201204.mbox/%3c4F8FBCC6.4080205@ritsuka.org%3e][https://mail-archives.apache.org/mod_mbox/subversion-dev/201509.mbox/%3C20150917222954.GA20331@teapot%3E]&lt;br /&gt;
| {{ic|1=svn --config-dir &amp;quot;$XDG_CONFIG_HOME&amp;quot;/subversion}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|sudo}}&lt;br /&gt;
| {{ic|~/.sudo_as_admin_successful}}&lt;br /&gt;
| [https://www.sudo.ws/stable.html#1.9.6 1.9.6]&lt;br /&gt;
| [https://github.com/sudo-project/sudo/issues/56] [https://www.sudo.ws/repos/sudo/rev/d77c3876fa95]&lt;br /&gt;
| Only present when activated at compile-time (default none). An admin_flag parameter can be used in /etc/sudoers since 1.9.6.&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|task}}&lt;br /&gt;
| {{ic|~/.task}}, {{ic|~/.taskrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export TASKDATA=&amp;quot;$XDG_DATA_HOME&amp;quot;/task}}, {{ic|1=export TASKRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/task/taskrc}}}}, {{ic|[https://github.com/GothenburgBitFactory/taskwarrior/pull/2316 Fully supported in version 2.6]&lt;br /&gt;
|-&lt;br /&gt;
| Local [[TeX Live]] TeXmf tree, TeXmf caches and config&lt;br /&gt;
| {{ic|~/texmf}}, {{ic|~/.texlive/texmf-var}}, {{ic|~/.texlive/texmf-config}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export TEXMFHOME=$XDG_DATA_HOME/texmf}}, {{ic|1=export TEXMFVAR=$XDG_CACHE_HOME/texlive/texmf-var}}, {{ic|1=export TEXMFCONFIG=$XDG_CONFIG_HOME/texlive/texmf-config}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|tiptop}}&lt;br /&gt;
| {{ic|~/.tiptoprc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|.tiptoprc}} ファイルを必要とします。&lt;br /&gt;
{{ic|tiptop -W &amp;quot;$XDG_CONFIG_HOME&amp;quot;/tiptop}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|uncrustify}}&lt;br /&gt;
| {{ic|~/.uncrustify.cfg}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export UNCRUSTIFY_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/uncrustify/uncrustify.cfg}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Unison]]&lt;br /&gt;
| {{ic|~/.unison}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export UNISON=&amp;quot;$XDG_DATA_HOME&amp;quot;/unison}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|units}}&lt;br /&gt;
| {{ic|~/.units_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=units --history &amp;quot;$XDG_CACHE_HOME&amp;quot;/units_history}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Rxvt-unicode/ヒントとテクニック#デーモンクライアント|urxvtd]]&lt;br /&gt;
| {{ic|~/.urxvt/urxvtd-hostname}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export RXVT_SOCKET=&amp;quot;$XDG_RUNTIME_DIR&amp;quot;/urxvtd}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Vagrant]]&lt;br /&gt;
| {{ic|~/.vagrant.d}}, {{ic|~/.vagrant.d/aliases}}&lt;br /&gt;
|&lt;br /&gt;
| [https://www.vagrantup.com/docs/other/environmental-variables.html]&lt;br /&gt;
| {{ic|1=export VAGRANT_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/vagrant}}, {{ic|1=export VAGRANT_ALIAS_FILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/vagrant/aliases}}&lt;br /&gt;
|-&lt;br /&gt;
| [[virtualenv]]&lt;br /&gt;
| {{ic|~/.virtualenvs}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export WORKON_HOME=&amp;quot;$XDG_DATA_HOME/virtualenvs&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Visual Studio Code]]&lt;br /&gt;
| {{ic|~/.vscode-oss/}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/Microsoft/vscode/issues/3884]&lt;br /&gt;
| You can use {{ic|1=export VSCODE_PORTABLE=&amp;quot;$XDG_DATA_HOME&amp;quot;/vscode}}, which is not documented and might break unexpectedly.&lt;br /&gt;
Setting this makes the editor look for the contents of {{ic|1=.config/Code - OSS}} in {{ic|1=$VSCODE_PORTABLE/user-data}}.&lt;br /&gt;
|-&lt;br /&gt;
| [[AUR|WakaTime]]&lt;br /&gt;
| {{ic|~/.wakatime.cfg}}, {{ic|~/.wakatime.data}}, {{ic|~/.wakatime.db}}, {{ic|~/.wakatime.log}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export WAKATIME_HOME=&amp;quot;$XDG_CONFIG_HOME/wakatime&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
以下のディレクトリは手動で作成する必要があります&lt;br /&gt;
&lt;br /&gt;
{{ic|1=mkdir &amp;quot;$XDG_CONFIG_HOME/wakatime&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[wget]]&lt;br /&gt;
| {{ic|~/.wgetrc}}, {{ic|~/.wget-hsts}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export WGETRC=&amp;quot;$XDG_CONFIG_HOME/wgetrc&amp;quot;}} and add the following as an alias for wget: {{ic|1=wget --hsts-file=&amp;quot;$XDG_CACHE_HOME/wget-hsts&amp;quot;}}, or set the {{ic|1=hsts-file}} variable with an absolute path as wgetrc does not support environment variables: {{ic|1=echo hsts-file \= &amp;quot;$XDG_CACHE_HOME&amp;quot;/wget-hsts &amp;gt;&amp;gt; &amp;quot;$XDG_CONFIG_HOME/wgetrc&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[wine]]&lt;br /&gt;
| {{ic|~/.wine}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugs.winehq.org/show_bug.cgi?id=20888]&lt;br /&gt;
| [[Wine#Winetricks|Winetricks]] は [[Wine#WINEPREFIX|WINEPREFIX]] の管理に以下の XDG のような場所を使用します:&lt;br /&gt;
{{ic|1=mkdir -p &amp;quot;$XDG_DATA_HOME&amp;quot;/wineprefixes}}, {{ic|1=export WINEPREFIX=&amp;quot;$XDG_DATA_HOME&amp;quot;/wineprefixes/default}}&lt;br /&gt;
|-&lt;br /&gt;
| [[xbindkeys]]&lt;br /&gt;
| {{ic|~/.xbindkeysrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=xbindkeys -f &amp;quot;$XDG_CONFIG_HOME&amp;quot;/xbindkeys/config}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|xorg-xauth}}&lt;br /&gt;
| {{ic|~/.Xauthority}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export XAUTHORITY=&amp;quot;$XDG_RUNTIME_DIR&amp;quot;/Xauthority}}&lt;br /&gt;
&lt;br /&gt;
Note that [[LightDM]] does not allow you to change this variable. If you change it nonetheless, you will not be able to login. Use [[startx]] instead or [https://askubuntu.com/a/961459 configure LightDM]. According to [https://unix.stackexchange.com/a/175331] [[SLiM]] has {{ic|~/.Xauthority}} hardcoded.&lt;br /&gt;
|-&lt;br /&gt;
| [[xinit]]&lt;br /&gt;
| {{ic|~/.xinitrc}}, {{ic|~/.xserverrc}}&lt;br /&gt;
|&lt;br /&gt;
| [https://gitlab.freedesktop.org/xorg/app/xinit/issues/14]&lt;br /&gt;
| {{ic|1=export XINITRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/X11/xinitrc}}, {{ic|1=export XSERVERRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/X11/xserverrc}}&lt;br /&gt;
&lt;br /&gt;
上記の変数は &#039;&#039;xinit&#039;&#039; には反映されますが、&#039;&#039;startx&#039;&#039; には反映されません。代わりに引数としてファイル名を指定してください:&lt;br /&gt;
&lt;br /&gt;
{{ic|1=startx &amp;quot;$XDG_CONFIG_HOME/X11/xinitrc&amp;quot; -- &amp;quot;$XDG_CONFIG_HOME/X11/xserverrc&amp;quot; vt1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|xorg-xrdb}}&lt;br /&gt;
| {{ic|~/.Xresources}}, {{ic|~/.Xdefaults}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| 最終的には {{ic|Xresources}} を使う [https://superuser.com/questions/243914/xresources-or-xdefaults 必要]があり、これらのリソースは {{ic|xrdb}} を介してロードされるため {{ic|1=xrdb -load ~/.config/X11/xresources}} のようなパスを指定することができます。&lt;br /&gt;
|-&lt;br /&gt;
| [[Xorg]]&lt;br /&gt;
| {{ic|~/.xsession}}, {{ic|~/.xsessionrc}}, {{ic|~/.Xsession}}, {{ic|~/.xsession-errors}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| These can be added as part of your Xorg init script ({{ic|~/.xinitrc}}) or Xsession start script (which will often be based on {{ic|/etc/X11/Xsession}}).&lt;br /&gt;
Depending on where you have configured your {{ic|$XDG_CACHE_HOME}}, you made need to expand the paths yourself.&lt;br /&gt;
{{hc|# xsession start script|&amp;lt;nowiki&amp;gt;&lt;br /&gt;
USERXSESSION=&amp;quot;$XDG_CACHE_HOME/X11/xsession&amp;quot;&lt;br /&gt;
USERXSESSIONRC=&amp;quot;$XDG_CACHE_HOME/X11/xsessionrc&amp;quot;&lt;br /&gt;
ALTUSERXSESSION=&amp;quot;$XDG_CACHE_HOME/X11/Xsession&amp;quot;&lt;br /&gt;
ERRFILE=&amp;quot;$XDG_CACHE_HOME/X11/xsession-errors&amp;quot;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
Unlike most other examples in this table, actual X11 init scripts will vary a lot between installations.&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|z}}&lt;br /&gt;
| {{ic|~/.z}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/rupa/z/issues/267]&lt;br /&gt;
| {{ic|1=export _Z_DATA=&amp;quot;$XDG_DATA_HOME/z&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|yarn}}&lt;br /&gt;
| {{ic|~/.yarnrc}}, {{ic|~/.yarn/}}, {{ic|~/.yarncache/}}, {{ic|~/.yarn-config/}}&lt;br /&gt;
| [https://github.com/yarnpkg/yarn/commit/2d454b5 2d454b5]&lt;br /&gt;
| [https://github.com/yarnpkg/yarn/pull/5336] [https://github.com/yarnpkg/yarn/issues/2334]&lt;br /&gt;
| {{ic|1=alias yarn=&#039;yarn --use-yarnrc &amp;quot;$XDG_CONFIG_HOME/yarn/config&amp;quot;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===ハードコードされているソフトウェア===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
! アプリケーション&lt;br /&gt;
! レガシーパス&lt;br /&gt;
! 議論&lt;br /&gt;
! ノート&lt;br /&gt;
|-&lt;br /&gt;
| [[adb]] &amp;amp; [https://developer.android.com/studio/index.html Android Studio]&lt;br /&gt;
| {{ic|~/.android/}}&lt;br /&gt;
|&lt;br /&gt;
| Despite [https://android.googlesource.com/platform/system/core/+/d5fcafaf41f8ec90986c813f75ec78402096af2d%5E%21/ appearances otherwise], adb will &#039;&#039;always&#039;&#039; generate {{ic|~/.android/adbkeys}}, though it will try keys in {{ic|ADB_VENDOR_KEYS}} as well.&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|aegisub}}&lt;br /&gt;
| {{ic|~/.aegisub/}}&lt;br /&gt;
| [https://github.com/Aegisub/Aegisub/issues/226]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[alpine]]&lt;br /&gt;
| {{ic|~/.pinerc}}, {{ic|~/.addressbook}}, {{ic|~/.pine-debug[1-4]}}, {{ic|~/.newsrc}}, {{ic|~/.mailcap}}, {{ic|~/.mime.types}}, {{ic|~/.pine-interrupted-mail}}&lt;br /&gt;
| &lt;br /&gt;
| {{ic|1=alias alpine=&amp;quot;alpine -p $XDG_CONFIG_HOME/alpine/pinerc&amp;quot;}}&lt;br /&gt;
In the above config file, some locations can be customized using options like {{ic|1=newsrc-path=}} and {{ic|1=address-book=}}.&lt;br /&gt;
|-&lt;br /&gt;
| [[Ansible]]&lt;br /&gt;
| {{ic|~/.ansible}}&lt;br /&gt;
| [https://github.com/ansible/ansible/issues/52354] [https://github.com/ansible/ansible/issues/68587]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[AMule]]&lt;br /&gt;
| {{ic|~/.aMule}}&lt;br /&gt;
| [https://bugs.amule.org/view.php?id=1308] [http://forum.amule.org/index.php?topic=18056]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://osdn.net/projects/anthy/ anthy]&lt;br /&gt;
| {{ic|~/.anthy}}&lt;br /&gt;
| [https://osdn.net/ticket/browse.php?group_id=14&amp;amp;tid=28397]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://directory.apache.org/studio/ Apache Directory Studio]&lt;br /&gt;
| {{ic|~/.ApacheDirectoryStudio}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://christian.amsuess.com/tools/arandr/ ARandR]&lt;br /&gt;
| {{ic|~/.screenlayout}}&lt;br /&gt;
| [https://gitlab.com/arandr/arandr/-/issues/45]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Arduino]]&lt;br /&gt;
| {{ic|~/.arduino15}}, {{ic|~/.jssc}}&lt;br /&gt;
| [https://github.com/arduino/Arduino/issues/3915 won&#039;t fix]&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|arduino-cli}}&lt;br /&gt;
| {{ic|~.arduino15/}}&lt;br /&gt;
| [https://github.com/arduino/arduino-cli/pull/140]&lt;br /&gt;
| {{ic|1=mv ~/.arduino15 $XDG_CONFIG_HOME/arduino15}}&lt;br /&gt;
Specify the new directories used by Arduino CLI in arduino-cli.yaml as mentioned in the documentation [https://arduino.github.io/arduino-cli/latest/configuration/ here].&lt;br /&gt;
{{ic|1=alias arduino-cli=&#039;arduino-cli --config-file $XDG_CONFIG_HOME/arduino15/arduino-cli.yaml&#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.audacityteam.org/ Audacity]&lt;br /&gt;
| {{ic|~/.audacity-data/}}&lt;br /&gt;
| [https://bugzilla.audacityteam.org/show_bug.cgi?id=2201]&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [http://fixounet.free.fr/avidemux/ Avidemux]&lt;br /&gt;
| {{ic|~/.avidemux6}}&lt;br /&gt;
| [https://avidemux.org/smif/index.php/topic,19596.0.html]&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[Bash]]&lt;br /&gt;
| {{ic|~/.bashrc}}, {{ic|~/.bash_history}}, {{ic|~/.bash_profile}}, {{ic|~/.bash_login}}, {{ic|~/.bash_logout}}&lt;br /&gt;
| [https://savannah.gnu.org/support/?108134 won&#039;t fix]&lt;br /&gt;
| {{ic|1=mkdir -p &amp;quot;$XDG_STATE_HOME&amp;quot;/bash}}&lt;br /&gt;
{{ic|1=export HISTFILE=&amp;quot;$XDG_STATE_HOME&amp;quot;/bash/history}}&lt;br /&gt;
&lt;br /&gt;
{{ic|bashrc}} は {{ic|/etc/bash.bashrc}}の中で別の場所からsourceすることができます。&lt;br /&gt;
インタラクティブシェルでは {{ic|~/.bashrc}} の代わりに {{ic|--init-file &amp;lt;file&amp;gt;}} で指定。&lt;br /&gt;
|-&lt;br /&gt;
| [[Chef|Berkshelf]]&lt;br /&gt;
| {{ic|~/.berkshelf/}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|chatty}}&lt;br /&gt;
| {{ic|~/.chatty/}}&lt;br /&gt;
| [https://github.com/chatty/chatty/issues/273]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|cmake}}&lt;br /&gt;
| {{ic|~/.cmake/}}&lt;br /&gt;
|&lt;br /&gt;
| Used for the user package registry {{ic|~/.cmake/packages/&amp;lt;package&amp;gt;}}, detailed in {{man|7|cmake-packages|User Package Registry}} and [https://gitlab.kitware.com/cmake/community/wikis/doc/tutorials/Package-Registry the Package registry wiki page]. Looks like it&#039;s hardcoded, for example in [https://gitlab.kitware.com/cmake/cmake/blob/v3.12.1/Source/cmFindPackageCommand.cxx#L1221 cmFindPackageCommand.cxx].&lt;br /&gt;
|-&lt;br /&gt;
| [[Cinnamon]]&lt;br /&gt;
| {{ic|~/.cinnamon/}}&lt;br /&gt;
| [https://github.com/linuxmint/Cinnamon/issues/7807]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|conan}}&lt;br /&gt;
| {{ic|~/.conan/}}&lt;br /&gt;
| [https://github.com/conan-io/conan/issues/2526]&lt;br /&gt;
| {{ic|1=export CONAN_USER_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;}} will set the directory in which {{ic|.conan/}} is created. It was [https://docs.conan.io/en/latest/reference/env_vars.html#conan-user-home designed to simplify CI], but can be used here too.&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|cryptomator}}&lt;br /&gt;
| {{ic|~/.Cryptomator}}&lt;br /&gt;
| [https://github.com/cryptomator/cryptomator/issues/710]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[CUPS]]&lt;br /&gt;
| {{ic|~/.cups/}}&lt;br /&gt;
| [https://github.com/apple/cups/issues/4243 won&#039;t fix]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[darcs]]&lt;br /&gt;
| {{ic|~/.darcs/}}&lt;br /&gt;
| [http://bugs.darcs.net/issue2453]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|dart}}&lt;br /&gt;
| {{ic|~/.dart}}, {{ic|~/.dartServer}}&lt;br /&gt;
| [https://github.com/dart-lang/sdk/issues/41560]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[dbus]]&lt;br /&gt;
| {{ic|~/.dbus/}}&lt;br /&gt;
| [https://gitlab.freedesktop.org/dbus/dbus/issues/46]&lt;br /&gt;
| Consider using {{pkg|dbus-broker}}, as it does not create or use this directory.&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|devede}}&lt;br /&gt;
| {{ic|~/.devedeng}}&lt;br /&gt;
|&lt;br /&gt;
| Hardcoded [https://gitlab.com/rastersoft/devedeng/blob/f0893b3ff7b14723bd148db35bdfe2d284156d19/src/devedeng/configuration_data.py#L111 here]&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.gnome.org/Apps/Dia Dia]&lt;br /&gt;
| {{ic|~/.dia/}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|dotnet-sdk}}&lt;br /&gt;
| {{ic|~/.dotnet/}}&lt;br /&gt;
| [https://github.com/dotnet/cli/issues/7569]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[dropbox]]&lt;br /&gt;
| {{ic|~/.dropbox/}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Eclipse]]&lt;br /&gt;
| {{ic|~/.eclipse/}}&lt;br /&gt;
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=200809]&lt;br /&gt;
| {{ic|1=-Dosgi.configuration.area=@user.home/.config/..}} オプションで上書きできますがコマンドラインで指定するのではなく {{ic|&amp;quot;$ECLIPSE_HOME&amp;quot;/eclipse.ini&amp;quot;}} に追加する必要があり {{ic|$ECLIPSE_HOME}} の書き込み権限が要ります (Arch Linux では {{ic|$ECLIPSE_HOME}} が {{ic|/usr/bin/eclipse}} に決め打ちされています)。&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.fetchmail.info/ Fetchmail]&lt;br /&gt;
| {{ic|~/.fetchmailrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Firefox]]&lt;br /&gt;
| {{ic|~/.mozilla/}}&lt;br /&gt;
| [https://bugzil.la/259356] [https://phabricator.services.mozilla.com/D6995]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Flatpak]]&lt;br /&gt;
| {{ic|~/.var/}}&lt;br /&gt;
| [https://github.com/flatpak/flatpak/issues/46] [https://github.com/flatpak/flatpak.github.io/issues/191] [https://github.com/flatpak/flatpak/issues/1651 won&#039;t fix]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|fltk}}&lt;br /&gt;
| {{ic|~/.fltk/}}&lt;br /&gt;
| [https://www.fltk.org/str.php?L3370+P0+S0+C0+I0+E0+V%25+Qxdg]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/rwestlund/freesweep freesweep]&lt;br /&gt;
| {{ic|~/.sweeprc}}&lt;br /&gt;
| [https://github.com/rwestlund/freesweep/issues/9]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|gftp}}&lt;br /&gt;
| {{ic|~/.gftp/}}&lt;br /&gt;
| [https://github.com/masneyb/gftp/issues/99#issuecomment-735030824]&lt;br /&gt;
| Following the XDG spec is planned for gftp.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.haskell.org/ghc/ GHC]&lt;br /&gt;
| {{ic|~/.ghc}}&lt;br /&gt;
| [https://ghc.haskell.org/trac/ghc/ticket/6077]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|ghidra}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/NationalSecurityAgency/ghidra/issues/908]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GoldenDict]]&lt;br /&gt;
| {{ic|~/.goldendict/}}&lt;br /&gt;
| [https://github.com/goldendict/goldendict/issues/151]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|gramps}}&lt;br /&gt;
| {{ic|~/.gramps/}}&lt;br /&gt;
| [https://gramps-project.org/bugs/view.php?id=8025]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|groovy}}&lt;br /&gt;
| {{ic|~/.groovy/}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|grsync}}&lt;br /&gt;
| {{ic|~/.grsync/}}&lt;br /&gt;
| [https://sourceforge.net/p/grsync/feature-requests/15/]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|google-cloud-sdk}}&lt;br /&gt;
| {{ic|~/.gsutil/}}&lt;br /&gt;
| [https://github.com/GoogleCloudPlatform/gsutil/issues/991]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://recordmydesktop.sourceforge.net/about.php gtk-recordMyDesktop]&lt;br /&gt;
| {{ic|~/.gtk-recordmydesktop}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|hplip}}&lt;br /&gt;
| {{ic|~/.hplip/}}&lt;br /&gt;
| [https://bugs.launchpad.net/hplip/+bug/307152]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.idris-lang.org/ idris]&lt;br /&gt;
| {{ic|~/.idris}}&lt;br /&gt;
| [https://github.com/idris-lang/Idris-dev/pull/3456]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Java]] OpenJDK&lt;br /&gt;
| {{ic|~/.java/fonts}}&lt;br /&gt;
| [https://bugzilla.redhat.com/show_bug.cgi?id=1154277]&lt;br /&gt;
| {{ic|1=export _JAVA_OPTIONS=-Djava.util.prefs.userRoot=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/java}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Java]] OpenJFX&lt;br /&gt;
| {{ic|~/.java/webview}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|jgmenu}}&lt;br /&gt;
| {{ic|~/.jgmenu-lockfile}}&lt;br /&gt;
| [https://github.com/johanmalm/jgmenu/blob/3e48121dc28d06efb23c7901b7e138c2de167a84/src/lockfile.c#L11] [https://github.com/johanmalm/jgmenu/blob/4e45d04502fc5f77392bef0ff33b7bada0cf07d1/src/jgmenu_run#L7]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://julialang.org/ julia]&lt;br /&gt;
| {{ic|~/.juliarc.jl}}, {{ic|~/.julia_history}}, {{ic|~/.julia}}&lt;br /&gt;
| [https://github.com/JuliaLang/julia/issues/4630] [https://github.com/JuliaLang/julia/issues/10016]&lt;br /&gt;
| The trailing {{ic|:$JULIA_DEPOT_PATH}} is necessary. See [https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_DEPOT_PATH]&lt;br /&gt;
{{ic|1=export JULIA_DEPOT_PATH=&amp;quot;$XDG_DATA_HOME/julia:$JULIA_DEPOT_PATH&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|kite}}&lt;br /&gt;
| {{ic|~/.kite/}}&lt;br /&gt;
| [https://github.com/kiteco/issue-tracker/issues/242]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|kotlin}}&lt;br /&gt;
| {{ic|~/.kotlinc_history}}&lt;br /&gt;
|&lt;br /&gt;
| Related Konan issue: [https://youtrack.jetbrains.com/issue/KT-40763]&lt;br /&gt;
|-&lt;br /&gt;
| [[Kubernetes]]&lt;br /&gt;
| {{ic|~/.kube/}}&lt;br /&gt;
| [https://github.com/kubernetes/kubectl/issues/942][https://github.com/kubernetes/kubernetes/issues/56402]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|librewolf}}&lt;br /&gt;
| {{ic|~/.mozilla}}&lt;br /&gt;
{{ic|~/.librewolf}}&lt;br /&gt;
| [https://gitlab.com/librewolf-community/browser/linux/-/issues/129]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.linux-pam.org/ Linux PAM]&lt;br /&gt;
| {{ic|~/.pam_environment}}&lt;br /&gt;
| [https://github.com/linux-pam/linux-pam/issues/7]&lt;br /&gt;
| [https://github.com/linux-pam/linux-pam/blob/master/modules/pam_env/pam_env.c modules/pam_env/pam_env.c]にハードコードされています&lt;br /&gt;
|-&lt;br /&gt;
| [https://lldb.llvm.org/ lldb]&lt;br /&gt;
| {{ic|~/.lldb}}, {{ic|~/.lldbinit}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[LMMS]]&lt;br /&gt;
| {{ic|~/.lmmsrc.xml}}&lt;br /&gt;
| [https://avidemux.org/smif/index.php/topic,19596.0.html]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.mathomatic.org/ mathomatic]&lt;br /&gt;
| {{ic|~/.mathomaticrc}}, {{ic|~/.matho_history}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|rlwrap mathomatic -r}} を使って {{ic|RLWRAP_HOME}} 環境変数を適切に設定することで履歴を移動できます。&lt;br /&gt;
|-&lt;br /&gt;
| [[Minecraft]]&lt;br /&gt;
| {{ic|~/.minecraft/}}&lt;br /&gt;
| [https://bugs.mojang.com/browse/MCL-2563 won&#039;t fix]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Minetest]]&lt;br /&gt;
| {{ic|~/.minetest/}}&lt;br /&gt;
| [https://github.com/minetest/minetest/issues/864 won&#039;t fix] [https://github.com/minetest/minetest/issues/8151]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|minicom}}&lt;br /&gt;
| {{ic|~/.minirc.dfl}}&lt;br /&gt;
|&lt;br /&gt;
| アップストリームでは、{{ic|~/.config/minicom}}以下の設定ファイルをサポートするためのTODOエントリがあります。[https://salsa.debian.org/minicom-team/minicom/-/blob/fe9ff103/TODO#L27]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [[Mono]]&lt;br /&gt;
| {{ic|~/.mono/}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mongodb.org/ mongodb]&lt;br /&gt;
| {{ic|~/.mongorc.js}}, {{ic|~/.dbshell}}&lt;br /&gt;
| [https://jira.mongodb.org/browse/DOCS-5652?jql=text%20~%20%22.mongorc.js%22]&lt;br /&gt;
| [https://stackoverflow.com/questions/22348604/the-mongorc-js-is-not-found-but-there-is-one/22349050#22349050 この Stack Overflow のスレッド] ではコマンドラインスイッチの {{ic|--norc}} を使う部分的な回避策を提案しています。&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.netrc}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.ssh}} のように、多数のプログラムがこのファイルはここにあることを想定しています。curl ({{ic|CURLOPT_NETRC_FILE}}), [[ftp]] ({{ic|NETRC}}), [[s-nail]] ({{ic|NETRC}}) のようなプロジェクトも含まれます。別の場所を設定できるプログラムも存在しますが w3m, wget, lftp など大抵のプログラムは設定が不可能です。&lt;br /&gt;
|-&lt;br /&gt;
| [[NetworkManager|nmcli]]&lt;br /&gt;
| {{ic|~/.nmcli-history}}&lt;br /&gt;
| [https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/64]&lt;br /&gt;
| Hardcoded to {{ic|g_get_home_dir()}}[https://developer.gnome.org/glib/stable/glib-Miscellaneous-Utility-Functions.html#g-get-home-dir] [https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/nmcli/connections.c#L6598]&lt;br /&gt;
|-&lt;br /&gt;
| [[Networkmanager-openvpn]]&lt;br /&gt;
| {{ic|~/.cert/nm-openvpn}}&lt;br /&gt;
| [https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/issues/35]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[OpenSSH]]&lt;br /&gt;
| {{ic|~/.ssh}}&lt;br /&gt;
| [https://bugzilla.mindrot.org/show_bug.cgi?id=2050 won&#039;t fix]&lt;br /&gt;
| DropBear や OpenSSH など多数の ssh デーモンやクライアントがここにあると想定しています。&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.palemoon.org/ palemoon]&lt;br /&gt;
| {{ic|~/.moonchild productions}}&lt;br /&gt;
| [https://forum.palemoon.org/viewtopic.php?f=5&amp;amp;t=9639]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|parsec-bin}}&lt;br /&gt;
| {{ic|~/.parsec}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|pcsxr}}&lt;br /&gt;
| {{ic|~/.pcsxr}}&lt;br /&gt;
|&lt;br /&gt;
| A {{ic|-cfg}} flag exists, but can only be set relative to {{ic|~/.pcsxr}}.&lt;br /&gt;
|-&lt;br /&gt;
| [https://perf.wiki.kernel.org/index.php/Main_Page perf]&lt;br /&gt;
| {{ic|~/.debug}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/torvalds/linux/blob/7d42e98182586f57f376406d033f05fe135edb75/tools/perf/util/config.c#L35 tools/perf/util/config.c] でハードコードされています。 Commit: [https://github.com/torvalds/linux/commit/45de34bbe3e1b8f4c8bc8ecaf6c915b4b4c545f8]&lt;br /&gt;
|-&lt;br /&gt;
| [[perl]]&lt;br /&gt;
| {{ic|~/.cpan}}, {{ic|~/perl5}}&lt;br /&gt;
|&lt;br /&gt;
| Perl5の [https://github.com/andk/cpanpm CPAN] は {{ic|~/.cpan}} を期待しています。議論: [https://github.com/andk/cpanpm/issues/149]&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|portfolio-performance-bin}}&lt;br /&gt;
| {{ic|~/.PortfolioPerformance/}}&lt;br /&gt;
| [https://github.com/buchen/portfolio/issues/1922]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| 様々な[[シェル]]や[[ディスプレイマネージャ]]&lt;br /&gt;
| {{ic|~/.profile}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[python]]&lt;br /&gt;
| {{ic|~/.python_history}}&lt;br /&gt;
| [https://bugs.python.org/issue29779] [https://bugs.python.org/issue20886]&lt;br /&gt;
| [https://bugs.python.org/issue5845 バージョン 3.4] からインタラクティブセッションの履歴は全てデフォルトで {{ic|~/.python_history}} に保存されます。古いバージョンと同じ方法でカスタマイズできます ([https://docs.python.org/3/library/readline.html?highlight=readline#example この例] を参照)。これには [https://bugs.python.org/msg318437 カスタムパスの使用] や [https://bugs.python.org/msg265568 履歴保存の無効化] も含みます。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|python-poetry}}&lt;br /&gt;
| {{ic|~/.poetry}}&lt;br /&gt;
| [https://github.com/python-poetry/poetry/issues/2148]&lt;br /&gt;
| {{ic|POETRY_HOME}} を使用できますがデータと設定が分離されていません。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|python-tensorflow}}&lt;br /&gt;
| {{ic|~/.keras}}&lt;br /&gt;
| [https://github.com/tensorflow/tensorflow/issues/38831]&lt;br /&gt;
| The issues is for {{ic|tf.keras}} module&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|qmmp}}&lt;br /&gt;
| {{ic|~/.qmmp}}&lt;br /&gt;
| [https://sourceforge.net/p/qmmp-dev/tickets/776]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://doc.qt.io/qt-5/qtdesigner-manual.html Qt Designer]&lt;br /&gt;
| {{ic|~/.designer}}&lt;br /&gt;
| [https://bugreports.qt.io/browse/QTCREATORBUG-26093]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://rednotebook.sourceforge.net/ RedNotebook]&lt;br /&gt;
| {{ic|~/.rednotebook}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://remarkableapp.github.io/linux.html Remarkable]&lt;br /&gt;
| {{ic|~/.remarkable}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|renderdoc}}&lt;br /&gt;
| {{ic|~/.renderdoc}}&lt;br /&gt;
| [https://github.com/baldurk/renderdoc/pull/1741 won&#039;t fix]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.renpy.org/ Ren&#039;Py]&lt;br /&gt;
| {{ic|~/.renpy}}&lt;br /&gt;
| [https://github.com/renpy/renpy/issues/1377#issuecomment-370118555 won&#039;t fix]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://gerrit.googlesource.com/git-repo/ repo]&lt;br /&gt;
| {{ic|~/.repoconfig}}&lt;br /&gt;
| [https://bugs.chromium.org/p/gerrit/issues/detail?id=13997]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SANE]]&lt;br /&gt;
| {{ic|~/.sane/}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|scanimage}} はここに {{ic|.cal}} ファイルを作成します。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|sbcl}}&lt;br /&gt;
| {{ic|~/.sbclrc}}&lt;br /&gt;
|&lt;br /&gt;
| {{hc|/etc/sbclrc|&lt;br /&gt;
(require :asdf)&lt;br /&gt;
(setf sb-ext:*userinit-pathname-function*&lt;br /&gt;
      (lambda () (uiop:xdg-config-home #P&amp;quot;sbcl/sbclrc&amp;quot;)))&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
これにはroot権限が必要であり、すべてのユーザに対して{{{ic|~/.sbclrc}}}の場所が変更されることに注意してください。これは、{{{ic|lambda}}フォーム内に既存の{{{ic|~/.sbclrc}}}があるかどうかをチェックすることで緩和できます。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|scribus}}&lt;br /&gt;
| {{ic|~/.scribus}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.seamonkey-project.org/ SeaMonkey]&lt;br /&gt;
| {{ic|~/.mozilla/seamonkey}}&lt;br /&gt;
| [https://bugzil.la/726939]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Snap]]&lt;br /&gt;
| {{ic|~/snap/}}&lt;br /&gt;
| [https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1575053]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.gnu.org/software/solfege/solfege.html Solfege]&lt;br /&gt;
| {{ic|~/.solfege}}, {{ic|~/.solfegerc}}, {{ic|~/lessonfiles}}&lt;br /&gt;
| [https://savannah.gnu.org/bugs/index.php?50251]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://spamassassin.apache.org/ SpamAssassin]&lt;br /&gt;
| {{ic|~/.spamassassin}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SQLite]]&lt;br /&gt;
| {{ic|~/.sqlite_history}}, {{ic|~/.sqliterc}}&lt;br /&gt;
| [https://www.sqlite.org/src/info/696e82f7c82d1720]&lt;br /&gt;
| {{ic|1=export SQLITE_HISTORY=$XDG_DATA_HOME/sqlite_history}}, {{ic|sqlite3 -init &amp;quot;$XDG_CONFIG_HOME&amp;quot;/sqlite3/sqliterc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Steam]]&lt;br /&gt;
| {{ic|~/.steam}}, {{ic|~/.steampath}}, {{ic|~/.steampid}}&lt;br /&gt;
| [https://github.com/ValveSoftware/steam-for-linux/issues/1890]&lt;br /&gt;
| 大抵のゲームエンジン (Unity 3D, Unreal) は仕様に準拠していますが、一部のゲームパブリッシャはパスを [https://www.ctrl.blog/entry/flatpak-steamcloud-xdg Steam Auto-Cloud] にハードコードしているため、ゲームのセーブデータが間違ったディレクトリで同期されることがあります。&lt;br /&gt;
|-&lt;br /&gt;
| [[TeamSpeak]]&lt;br /&gt;
| {{ic|~/.ts3client}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export TS3_CONFIG_DIR=&amp;quot;$XDG_CONFIG_HOME/ts3client&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|terraform}}&lt;br /&gt;
| {{ic|~/.terraform.d/}}&lt;br /&gt;
| [https://github.com/hashicorp/terraform/issues/15389]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|texinfo}}&lt;br /&gt;
| {{ic|~/.infokey}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|info --init-file &amp;quot;$XDG_CONFIG_HOME/infokey&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.texmacs.org/ TeXmacs]&lt;br /&gt;
| {{ic|~/.TeXmacs}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Thunderbird]]&lt;br /&gt;
| {{ic|~/.thunderbird/}}&lt;br /&gt;
| [https://bugzil.la/735285]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[TigerVNC]]&lt;br /&gt;
| {{ic|~/.vnc}}&lt;br /&gt;
| [https://github.com/TigerVNC/tigervnc/issues/1195]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://gitlab.archlinux.org/remy/texlive-localmanager tllocalmgr]&lt;br /&gt;
| {{ic|~/.texlive}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|vale}}&lt;br /&gt;
| {{ic|~/.vale.ini}}&lt;br /&gt;
| [https://github.com/errata-ai/vale/issues/152 won&#039;t fix]&lt;br /&gt;
| {{ic|vale --config &amp;quot;$XDG_CONFIG_HOME/vale/config.ini&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[vim]]&lt;br /&gt;
| {{ic|~/.vim}}, {{ic|~/.vimrc}}, {{ic|~/.viminfo}}&lt;br /&gt;
| [https://github.com/vim/vim/issues/2034]&lt;br /&gt;
| [https://github.com/vim/vim/commit/6a459902592e2a4ba68 7.3.1178] から vim は {{ic|~/.vimrc}} が存在しない場合に {{ic|~/.vim/vimrc}} を検索します。&lt;br /&gt;
&lt;br /&gt;
{{hc|&amp;quot;$XDG_CONFIG_HOME&amp;quot;/vim/vimrc|&amp;lt;nowiki&amp;gt;&lt;br /&gt;
set runtimepath^=$XDG_CONFIG_HOME/vim&lt;br /&gt;
set runtimepath+=$XDG_DATA_HOME/vim&lt;br /&gt;
set runtimepath+=$XDG_CONFIG_HOME/vim/after&lt;br /&gt;
&lt;br /&gt;
set packpath^=$XDG_DATA_HOME/vim,$XDG_CONFIG_HOME/vim&lt;br /&gt;
set packpath+=$XDG_CONFIG_HOME/vim/after,$XDG_DATA_HOME/vim/after&lt;br /&gt;
&lt;br /&gt;
let g:netrw_home = $XDG_DATA_HOME.&amp;quot;/vim&amp;quot;&lt;br /&gt;
call mkdir($XDG_DATA_HOME.&amp;quot;/vim/spell&amp;quot;, &#039;p&#039;)&lt;br /&gt;
set viewdir=$XDG_DATA_HOME/vim/view | call mkdir(&amp;amp;viewdir, &#039;p&#039;)&lt;br /&gt;
&lt;br /&gt;
set backupdir=$XDG_CACHE_HOME/vim/backup | call mkdir(&amp;amp;backupdir, &#039;p&#039;)&lt;br /&gt;
set directory=$XDG_CACHE_HOME/vim/swap   | call mkdir(&amp;amp;directory, &#039;p&#039;)&lt;br /&gt;
set undodir=$XDG_CACHE_HOME/vim/undo     | call mkdir(&amp;amp;undodir,   &#039;p&#039;)&lt;br /&gt;
&lt;br /&gt;
if !has(&#039;nvim&#039;) | set viminfofile=$XDG_CACHE_HOME/vim/viminfo | endif&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{hc|~/.profile|2=&lt;br /&gt;
export VIMINIT=&#039;let $MYVIMRC=&amp;quot;$XDG_CONFIG_HOME/vim/vimrc&amp;quot; {{!}} source $MYVIMRC&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{ic|VIMINIT}} environment variable will also affect Neovim. If separate configs for Vim and Neovim are desired then the following will be a better choice:&lt;br /&gt;
 export VIMINIT=&#039;let $MYVIMRC = !has(&amp;quot;nvim&amp;quot;) ? &amp;quot;$XDG_CONFIG_HOME/vim/vimrc&amp;quot; : &amp;quot;$XDG_CONFIG_HOME/nvim/init.vim&amp;quot; | so $MYVIMRC&#039;&lt;br /&gt;
&lt;br /&gt;
* https://blog.joren.ga/vim-xdg&lt;br /&gt;
* https://tlvince.com/vim-respect-xdg&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.vimperator.org/ vimperator]&lt;br /&gt;
| {{ic|~/.vimperatorrc}}&lt;br /&gt;
| [https://web.archive.org/web/20200514081339/http://www.mozdev.org/pipermail/vimperator/2009-October/004848.html]&lt;br /&gt;
| {{ic|1=export VIMPERATOR_INIT=&amp;quot;:source $XDG_CONFIG_HOME/vimperator/vimperatorrc&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=export VIMPERATOR_RUNTIME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/vimperator}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|visidata}}&lt;br /&gt;
| {{ic|~/.visidata}}&lt;br /&gt;
| [https://github.com/saulpw/visidata/issues/487]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|w3m}}&lt;br /&gt;
| {{ic|~/.w3m}}&lt;br /&gt;
| [https://sourceforge.net/p/w3m/feature-requests/31/] [https://github.com/tats/w3m/issues/130]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://w1.fi/ wpa_cli]&lt;br /&gt;
| {{ic|~/.wpa_cli_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|x2goclient}}&lt;br /&gt;
| {{ic|~/.x2goclient}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=alias x2goclient=&amp;quot;x2goclient --home=$HOME/.config&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|xdg-utils}}&lt;br /&gt;
| {{ic|~/.gnome}}&lt;br /&gt;
| [https://bugs.freedesktop.org/show_bug.cgi?id=90775] [https://gitlab.freedesktop.org/xdg/xdg-utils/-/issues/81] [https://gitlab.freedesktop.org/xdg/xdg-utils/-/merge_requests/22]&lt;br /&gt;
| 何らかの理由で {{ic|xdg-desktop-menu}} スクリプトは {{ic|gnome_user_dir&amp;amp;#61;&amp;quot;$HOME/.gnome/apps&amp;quot;}} をハードコードしており、[[chromium]] などによって使われています。バグの議論は gitlab に移動され修正するPRが存在しますが、まだマージされていません。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|xpdf}}&lt;br /&gt;
| {{ic|~/.xpdfrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://yardoc.org YARD]&lt;br /&gt;
| {{ic|~/.yard}}&lt;br /&gt;
| [https://github.com/lsegal/yard/issues/1230]&lt;br /&gt;
| 誰か実装したい人がいれば、プルリクエストを受け付けます。&lt;br /&gt;
|-&lt;br /&gt;
| [https://nmap.org/zenmap/ zenmap] {{Pkg|nmap}}&lt;br /&gt;
| {{ic|~/.zenmap}}&lt;br /&gt;
| [https://seclists.org/nmap-dev/2012/q2/163] [https://github.com/nmap/nmap/issues/590]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|zoom}}&lt;br /&gt;
| {{ic|~/.zoom}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=export SSB_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/zoom}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|zotero}}&lt;br /&gt;
| {{ic|~/.zotero}} {{ic|~/Zotero}}&lt;br /&gt;
| [https://github.com/zotero/zotero/issues/1203]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[zsh]]&lt;br /&gt;
| {{ic|~/.zshrc}}, {{ic|~/.zprofile}}, {{ic|~/.zshenv}}, {{ic|~/.zlogin}}, {{ic|~/.zlogout}}, {{ic|~/.histfile}}, {{ic|~/.zcompdump}}, {{ic|~/.zcompcache}}&lt;br /&gt;
| [https://www.zsh.org/mla/workers/2013/msg00692.html]&lt;br /&gt;
| {{ic|~/.zshenv}} で {{ic|1=ZDOTDIR=$HOME/.config/zsh}} を export してください (ブートストラップ問題のためにハードコードされています)。{{ic|/etc/zsh/zshenv}} にも追加することで {{ic|HOME}} にドットファイルが必要なくなります。ただし root 権限が必要で設定はシステム全体に適用されます。&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==ライブラリ==&lt;br /&gt;
&lt;br /&gt;
; C&lt;br /&gt;
: [https://github.com/Jorengarenar/libXDGdirs libXDGdirs]&lt;br /&gt;
: [https://github.com/Cloudef/chck/tree/master/chck/xdg C99: Cloudef のシンプルな実装]。&lt;br /&gt;
&lt;br /&gt;
; C++&lt;br /&gt;
: [https://github.com/azubieta/xdg-utils-cxx xdg-utils-cxx]&lt;br /&gt;
: [https://sr.ht/~danyspin97/xdgpp xdgpp]&lt;br /&gt;
&lt;br /&gt;
; Go&lt;br /&gt;
: [https://github.com/ProtonMail/go-appdir go-appdir]&lt;br /&gt;
&lt;br /&gt;
; Haskell&lt;br /&gt;
: 1.2.3.0 から [https://hackage.haskell.org/package/directory directory] で公式に対応 [https://github.com/haskell/directory/commit/ab9d0810ce ab9d0810ce]。&lt;br /&gt;
: [https://hackage.haskell.org/package/xdg-basedir xdg-basedir]&lt;br /&gt;
&lt;br /&gt;
; JVM: Java, Kotlin, Clojure, Scala, ...&lt;br /&gt;
: [https://github.com/soc/directories-jvm directories-jvm]&lt;br /&gt;
&lt;br /&gt;
; Perl&lt;br /&gt;
: [https://search.cpan.org/dist/File-BaseDir/lib/File/BaseDir.pm File-BaseDir]&lt;br /&gt;
&lt;br /&gt;
; Python&lt;br /&gt;
: [https://freedesktop.org/wiki/Software/pyxdg/ pyxdg]&lt;br /&gt;
&lt;br /&gt;
; Ruby&lt;br /&gt;
: [https://github.com/rubyworks/xdg rubyworks/xdg]&lt;br /&gt;
&lt;br /&gt;
; Rust&lt;br /&gt;
: [https://github.com/soc/directories-rs directories-rs]&lt;br /&gt;
: [https://github.com/whitequark/rust-xdg rust-xdg]&lt;br /&gt;
&lt;br /&gt;
; Vala&lt;br /&gt;
: [https://valadoc.org/#!api=glib-2.0/GLib.Environment GLib.Environment] によるサポート。&lt;br /&gt;
: {{ic|get_user_cache_dir}}, {{ic|get_user_data_dir}}, {{ic|get_user_config_dir}} などを参照。&lt;br /&gt;
&lt;br /&gt;
==参照==&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.gnome.org/Initiatives/GnomeGoals/XDGConfigFolders GNOME Goal: XDG Base Directory Specification Usage]&lt;br /&gt;
* [https://plus.google.com/+RobPikeTheHuman/posts/R58WgWwN9jp Rob Pike: &amp;quot;Dotfiles&amp;quot; being hidden is a UNIXv2 mistake]&lt;br /&gt;
* {{man|1|systemd-path}}&lt;br /&gt;
* {{man|7|file-hierarchy}}&lt;br /&gt;
* [https://github.com/grawity/dotfiles/blob/master/.dotfiles.notes Grawity&#039;s notes on dotfiles]&lt;br /&gt;
* [https://github.com/grawity/dotfiles/blob/master/.environ.notes Grawity&#039;s notes on environment variables]&lt;br /&gt;
* [https://ploum.net/207-modify-your-application-to-use-xdg-folders/ ploum.net: Modify Your Application to use XDG Folders]&lt;br /&gt;
* The [https://pcgamingwiki.com/wiki/Home PCGamingWiki] attempts to document whether or not Linux PC games follow the XDG Base Directory Specification.&lt;/div&gt;</summary>
		<author><name>Pogin503</name></author>
	</entry>
	<entry>
		<id>https://wiki.archlinux.jp/index.php?title=XDG_Base_Directory&amp;diff=21314</id>
		<title>XDG Base Directory</title>
		<link rel="alternate" type="text/html" href="https://wiki.archlinux.jp/index.php?title=XDG_Base_Directory&amp;diff=21314"/>
		<updated>2021-08-14T07:16:11Z</updated>

		<summary type="html">&lt;p&gt;Pogin503: XDG_STATE_HOMEの説明を追加&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Freedesktop.org]]&lt;br /&gt;
[[Category:設定ファイル]]&lt;br /&gt;
[[en:XDG Base Directory support]]&lt;br /&gt;
[[pt:XDG Base Directory]]&lt;br /&gt;
{{Related articles start}}&lt;br /&gt;
{{Related|ドットファイル}}&lt;br /&gt;
{{Related|XDG ユーザーディレクトリ}}&lt;br /&gt;
{{Related articles end}}&lt;br /&gt;
この記事では2003年に導入された [https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html XDG Base Directory Specification] を使用しているソフトウェアを整理しています。ここでは一般的に使われているドットファイルと対応状態を並べて仕様がどれだけ使われているか示します。Base Directory Specification に対応していないソフトウェアについては、擬似的に対応させる方法を説明します。&lt;br /&gt;
&lt;br /&gt;
ただし[[環境変数]]やコンパイルオプションに保存されているコードを実行したり、ソースにパッチを適用したりする方法は除外します。設定はあくまでシステム間で相互運用できるべきでありコンパイルオプションを使ってしまうと使用が制限されるためです。&lt;br /&gt;
&lt;br /&gt;
==XDG Base Directory Specification==&lt;br /&gt;
&lt;br /&gt;
[https://standards.freedesktop.org/basedir-spec/latest/ フルスペック] を読んでください。このセクションでは概要だけを抽出しています。&lt;br /&gt;
&lt;br /&gt;
デフォルトでは [https://www.freedesktop.org/software/systemd/man/pam_systemd.html pam_systemd] によって {{ic|XDG_RUNTIME_DIR}} だけが設定されます。既存のディレクトリの絶対パスを使って明示的に他の変数を[[環境変数#変数の定義|定義]]するかどうかはユーザー次第です。&lt;br /&gt;
&lt;br /&gt;
===ユーザーディレクトリ===&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_CONFIG_HOME}}&lt;br /&gt;
** ユーザー個別の設定が書き込まれるディレクトリ ({{ic|/etc}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|$HOME/.config}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_CACHE_HOME}}&lt;br /&gt;
** ユーザー個別の重要でない (キャッシュ) データが書き込まれるディレクトリ ({{ic|/var/cache}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|$HOME/.cache}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_DATA_HOME}}&lt;br /&gt;
** ユーザー個別のデータファイルが書き込まれるディレクトリ ({{ic|/usr/share}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|$HOME/.local/share}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_STATE_HOME}}&lt;br /&gt;
** ユーザー個別の状態ファイルをが書き込まれるディレクトリ ({{ic|/var/lib}} と類似).&lt;br /&gt;
** デフォルトは {{ic|$HOME/.local/state}}.&lt;br /&gt;
** 下記の物が含まれる場合がある&lt;br /&gt;
*** 行動履歴（ログ、履歴、最近使用したファイル、…）&lt;br /&gt;
*** 再起動時に再利用できるアプリケーションの現在の状態（表示状態、レイアウト、開いたファイル、アンドゥ履歴など）&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_RUNTIME_DIR}}&lt;br /&gt;
** ソケットや名前付きパイプなどのような必須でないユーザー個別のデータファイルに使われます。&lt;br /&gt;
** デフォルト値は必ずしも設定する必要はありません。設定されていない場合は警告が表示されます。&lt;br /&gt;
** ディレクトリの所有者がユーザーでアクセスモードが {{ic|0700}} である必要があります。&lt;br /&gt;
** OS の標準機能だけで動作するファイルシステムを使用します。&lt;br /&gt;
** ローカルファイルシステム上に存在する必要があります。&lt;br /&gt;
** 定期的にファイルが消去される可能性があります。&lt;br /&gt;
** 永続的に保持したい場合は6時間毎に変更を加えるかスティッキービットを設定します。&lt;br /&gt;
** ユーザーがログインしている値だけ存在します。&lt;br /&gt;
** tmpfs でマウントされることもあるので巨大なファイルは保存できません。&lt;br /&gt;
&lt;br /&gt;
===システムディレクトリ===&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_DATA_DIRS}}&lt;br /&gt;
** {{ic|:}} でディレクトリを区切ります ({{ic|PATH}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|/usr/local/share:/usr/share}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_CONFIG_DIRS}}&lt;br /&gt;
** {{ic|:}} でディレクトリを区切ります ({{ic|PATH}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|/etc/xdg}} です。&lt;br /&gt;
&lt;br /&gt;
==貢献==&lt;br /&gt;
&lt;br /&gt;
ソフトウェアを追加するときは適切なセクションを使ってください。&lt;br /&gt;
&lt;br /&gt;
コードの評価 ([[vim]] や {{ic|VIMINIT}} など)、パッチやコンパイルオプションが必要な方法、あるいはハードコードと考えられる方法は載せるべきではありません。また、[https://www.haskell.org/cabal/ Haskell の cabal] や [[Eclipse]] など難しい方法もハードコードとして扱います。&lt;br /&gt;
&lt;br /&gt;
* 1番目のカラムはプロジェクト名です。できればコマンド名にしてください。ソフトウェアのウェブサイトか適切な wiki の記事にリンクさせます。&lt;br /&gt;
&lt;br /&gt;
* 2番目のカラムはプロジェクトが使用するレガシーなファイルやディレクトリです。もはや読み込まれない場合でも確認できるように記述してください。&lt;br /&gt;
&lt;br /&gt;
* 3番目のカラムは XDG Base Directory に切り替わったプロジェクトのコミットあるいはバージョンです。4番目のカラムにはその議論がある場合にリンクを載せてください。&lt;br /&gt;
&lt;br /&gt;
* 最後のカラムにはサポートしていないプロジェクトのための適切な対処方法を記載します。簡潔に書いてください。曖昧な部分がある場合は自由に追記してください。&lt;br /&gt;
&lt;br /&gt;
==サポートしているソフトウェア==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
! アプリケーション&lt;br /&gt;
! 旧パス&lt;br /&gt;
! 対応開始&lt;br /&gt;
! 議論&lt;br /&gt;
! ノート&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/SirCmpwn/aerc aerc]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/Antimicro/antimicro/ antimicro]&lt;br /&gt;
| {{ic|~/.antimicro}}&lt;br /&gt;
| [https://github.com/Antimicro/antimicro/commit/edba864 edba864]&lt;br /&gt;
| [https://github.com/Antimicro/antimicro/issues/5]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[aria2]]&lt;br /&gt;
| {{ic|~/.aria2}}&lt;br /&gt;
| [https://github.com/tatsuhiro-t/aria2/commit/8bc1d37 8bc1d37]&lt;br /&gt;
| [https://github.com/tatsuhiro-t/aria2/issues/27]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://littlesvr.ca/asunder/ Asunder]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.asunder&amp;lt;br&amp;gt;&lt;br /&gt;
~/.asunder_album_artist&amp;lt;br&amp;gt;&lt;br /&gt;
~/.asunder_album_genre&amp;lt;br&amp;gt;&lt;br /&gt;
~/.asunder_album_title}}&lt;br /&gt;
| [https://littlesvr.ca/bugs/show_bug.cgi?id=31 2.9.0]&lt;br /&gt;
| [https://littlesvr.ca/bugs/show_bug.cgi?id=52]&lt;br /&gt;
| {{ic|~/.asunder}} は {{ic|XDG_CONFIG_HOME/asunder/asunder}} を、他の3つのファイルは {{ic|XDG_CACHE_HOME/asunder/asunder_album_...}} を使います。移行後も古いパスは削除されないため、手動で削除する必要があります。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|binwalk}}&lt;br /&gt;
| {{ic|~/.binwalk}}&lt;br /&gt;
| [https://github.com/ReFirmLabs/binwalk/commit/2051757 2051757]&lt;br /&gt;
| [https://github.com/ReFirmLabs/binwalk/issues/216]&lt;br /&gt;
| {{ic|$XDG_CONFIG_HOME/binwalk}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|bash-completion}}&lt;br /&gt;
| {{ic|~/.bash_completion}}&lt;br /&gt;
| [https://github.com/scop/bash-completion/commit/1d25d72ca8633c19cb089dff447d08c531379c59 2.11版]&lt;br /&gt;
| &lt;br /&gt;
| 以前の方法: {{ic|1=$ export BASH_COMPLETION_USER_FILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/bash-completion/bash_completion}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Blender]]&lt;br /&gt;
| {{ic|~/.blender}}&lt;br /&gt;
| [http://git.blender.org/gitweb/gitweb.cgi/blender.git/commit/4293f473 4293f473]&lt;br /&gt;
| [https://developer.blender.org/T28943]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/falconindy/burp burp]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/falconindy/burp/commit/f2388e9 f2388e9]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|calcurse}}&lt;br /&gt;
| {{ic|~/.calcurse}}&lt;br /&gt;
| [https://github.com/lfos/calcurse/commit/04162d 04162d]&lt;br /&gt;
| [https://github.com/lfos/calcurse/pull/254] [https://github.com/lfos/calcurse/issues/252]&lt;br /&gt;
| {{ic|XDG_CONFIG_HOME/calcurse}}&lt;br /&gt;
&lt;br /&gt;
{{ic|XDG_DATA_HOME/calcurse}}&lt;br /&gt;
&lt;br /&gt;
レガシーパス ~/.calcurse が存在する場合は、それが優先されます。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|calibre}}&lt;br /&gt;
| {{ic|~/Calibre Library}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://citra-emu.org/ citra]&lt;br /&gt;
| {{ic|~/.citra-emu}}&lt;br /&gt;
| [https://github.com/citra-emu/citra/commit/f7c3193fec f7c3193fec]&lt;br /&gt;
| [https://github.com/citra-emu/citra/pull/575]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[PHP#Composer|composer]]&lt;br /&gt;
| {{ic|~/.composer}}&lt;br /&gt;
| [https://github.com/composer/composer/releases/tag/1.0.0-beta1 1.0.0-beta1]&lt;br /&gt;
| [https://github.com/composer/composer/pull/1407]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[AUR ヘルパー#ビルドと検索|cower]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/falconindy/cower/commit/8b70805 8b70805]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.gnome.org/Apps/DFeet d-feet]&lt;br /&gt;
| {{ic|~/.d-feet}}&lt;br /&gt;
| [https://gitlab.gnome.org/GNOME/d-feet/commit/7f6104b 7f6104b]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.gnome.org/dconf dconf]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Dolphin エミュレータ|dolphin-emu]]&lt;br /&gt;
| {{ic|~/.dolphin-emu}}&lt;br /&gt;
| [https://github.com/dolphin-emu/dolphin/commit/a498c68 a498c68]&lt;br /&gt;
| [https://github.com/dolphin-emu/dolphin/pull/2304]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://dr14tmeter.sourceforge.net dr14-meter]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/simon-r/dr14_t.meter/commit/7e777ca645298ec898b3c76e3ec472ed6ed43e8a 7e777ca64]&lt;br /&gt;
| [https://github.com/simon-r/dr14_t.meter/pull/30]&lt;br /&gt;
| {{ic|XDG_CONFIG_HOME/dr14tmeter/}}&lt;br /&gt;
|-&lt;br /&gt;
| [[dunst]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/knopwob/dunst/commit/78b6e2b1 78b6e2b1]&lt;br /&gt;
| [https://github.com/knopwob/dunst/issues/22]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[dwb]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[fish]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[fontconfig]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.fontconfig&amp;lt;br&amp;gt;&lt;br /&gt;
~/.fonts}}&lt;br /&gt;
| [https://cgit.freedesktop.org/fontconfig/commit/?id=8c255fb1 8c255fb1], [https://gitlab.freedesktop.org/fontconfig/fontconfig/-/commit/437f03299bd1adc9673cd576072f1657be8fd4e0]&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
| フォントの保存には {{ic|&amp;quot;$XDG_DATA_HOME&amp;quot;/fonts}} を使ってください。&lt;br /&gt;
|-&lt;br /&gt;
| [http://fontforge.github.io/ fontforge]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.FontForge&amp;lt;br&amp;gt;&lt;br /&gt;
~/.PfaEdit}}&lt;br /&gt;
| [https://github.com/fontforge/fontforge/commit/e4c2cc7432 e4c2cc7432]&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/fontforge/fontforge/issues/847]&lt;br /&gt;
[https://github.com/fontforge/fontforge/issues/991]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.freerdp.com/ freerdp]&lt;br /&gt;
| {{ic|~/.freerdp}}&lt;br /&gt;
| [https://github.com/FreeRDP/FreeRDP/commit/edf6e7258d edf6e7258d]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Emacs]]&lt;br /&gt;
| {{ic|~/.emacs&amp;lt;br&amp;gt;~/.emacs.d/init.el}}&lt;br /&gt;
| [https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=4118297ae2fab4886b20d193ba511a229637aea3]&lt;br /&gt;
[https://www.gnu.org/savannah-checkouts/gnu/emacs/emacs.html#Releases 27.1]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|XDG_CONFIG_HOME/emacs/init.el}}&lt;br /&gt;
レガシーパスは XDG パスよりも優先されます。 その場合、Emacsは {{{ic|XDG_CONFIG_HOME/emacs/}}} を作成しません。&lt;br /&gt;
26.3 以降での回避策は{{{ic|HOME}}を設定することは可能ですが、予期せぬ副作用があります。 他の Emacs 環境変数を修正してロードパスを変更して手動で init ファイルをロードする site ファイルを作成するのが確実ですが、ロードプロセスが大幅に変わってしまいます。 &lt;br /&gt;
|-&lt;br /&gt;
| [[Gajim]]&lt;br /&gt;
| {{ic|~/.gajim}}&lt;br /&gt;
| [https://dev.gajim.org/gajim/gajim/commit/3e777ea8f120dc58d4e65ce501ab3ab3785a5d40 3e777ea]&lt;br /&gt;
| [https://dev.gajim.org/gajim/gajim/issues/2149]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://projects.gnome.org/gconf gconf]&lt;br /&gt;
| {{ic|~/.gconf}}&lt;br /&gt;
| [https://git.gnome.org/browse/gconf/commit/?id=fc28caa7 fc28caa7]&lt;br /&gt;
| [https://bugzilla.gnome.org/show_bug.cgi?id=674803]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GIMP]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.gimp-x.y&amp;lt;br&amp;gt;&lt;br /&gt;
~/.thumbnails}}&lt;br /&gt;
|&lt;br /&gt;
[https://gitlab.gnome.org/GNOME/gimp/commit/60e0cfe 60e0cfe]&lt;br /&gt;
[https://gitlab.gnome.org/GNOME/gimp/commit/483505f 483505f]&lt;br /&gt;
|&lt;br /&gt;
[https://bugzilla.gnome.org/show_bug.cgi?id=166643]&lt;br /&gt;
[https://bugzilla.gnome.org/show_bug.cgi?id=646644]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[git]]&lt;br /&gt;
| {{ic|~/.gitconfig}}&lt;br /&gt;
| [https://github.com/git/git/commit/0d94427e 0d94427e]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/google/gops gops]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/google/gops/commit/71c4255 71c4255]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GStreamer|gstreamer]]&lt;br /&gt;
| {{ic|~/.gstreamer-0.10}}&lt;br /&gt;
| [https://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=4e36f93924cf 4e36f93924cf]&lt;br /&gt;
| [https://bugzilla.gnome.org/show_bug.cgi?id=518597]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GTK+|gtk3]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[アプリケーション一覧/ユーティリティ#システム監視|htop]]&lt;br /&gt;
| {{ic|~/.htoprc}}&lt;br /&gt;
| [https://github.com/hishamhm/htop/commit/93233a67 93233a67]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[i3]]&lt;br /&gt;
| {{ic|~/.i3}}&lt;br /&gt;
| [http://code.stapelberg.de/git/i3/commit/?id=7c130fb54 7c130fb54]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[i3|i3status]]&lt;br /&gt;
| {{ic|~/.i3status.conf}}&lt;br /&gt;
| [http://code.stapelberg.de/git/i3status/commit/?id=c3f7fc4994 c3f7fc4994]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.imagemagick.org/script/index.php imagemagick]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[inkscape]]&lt;br /&gt;
| {{ic|~/.inkscape}}&lt;br /&gt;
| [http://wiki.inkscape.org/wiki/index.php/Release_notes/0.47#Preferences 0.47]&lt;br /&gt;
| [https://bugs.launchpad.net/inkscape/+bug/199720]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://iwd.wiki.kernel.org/ iwd] / iwctl&lt;br /&gt;
| {{ic|~/.iwctl_history}}&lt;br /&gt;
| [https://git.kernel.org/pub/scm/network/wireless/iwd.git/commit/?id=d3e00d7f d3e00d7f]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|intellij-idea-community-edition}}&lt;br /&gt;
| {{ic|~/.IntelliJIdea*}}&lt;br /&gt;
| [https://confluence.jetbrains.com/display/IDEADEV/IntelliJ%2BIDEA%2B2020.1%2B%28201.6668.121%2Bbuild%29%2BRelease%2BNotes 2020.1]&lt;br /&gt;
| [https://youtrack.jetbrains.com/issue/IDEA-22407]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|josm}}&lt;br /&gt;
| {{ic|~/.josm}}&lt;br /&gt;
| [https://josm.openstreetmap.de/changeset/11162/josm 11162]&lt;br /&gt;
| [https://josm.openstreetmap.de/ticket/6664]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Kakoune]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.ctan.org/pkg/latexmk?lang=en latexmk]&lt;br /&gt;
| {{ic|~/.latexmkrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[アプリケーション一覧/インターネット#FTP クライアント|lftp]]&lt;br /&gt;
| {{ic|~/.lftp}}&lt;br /&gt;
| [https://github.com/lavv17/lftp/commit/21dc400 21dc400]&lt;br /&gt;
| [https://www.mail-archive.com/lftp@uniyar.ac.ru/msg04301.html]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/Sude-/lgogdownloader/ lgogdownloader]&lt;br /&gt;
| {{ic|~/.gogdownloader}}&lt;br /&gt;
| [https://github.com/Sude-/lgogdownloader/commit/d430af63d000 d430af63d000]&lt;br /&gt;
| [https://github.com/Sude-/lgogdownloader/issues/4]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[LibreOffice]]&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
[https://cgit.freedesktop.org/libreoffice/ure/commit/?id=a6f56f70a4930d3f71bd9c9b90fdd0ba20e4da5f a6f56f70]&lt;br /&gt;
[https://cgit.freedesktop.org/libreoffice/bootstrap/commit/?id=25bd2eec77ed774a37d1cddd0d72312e23d5e9fd 25bd2eec]&lt;br /&gt;
| [https://bugs.documentfoundation.org/show_bug.cgi?id=32263]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS NSS]&lt;br /&gt;
| {{ic|~/.pki}}&lt;br /&gt;
| [https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.42_release_notes 3.42]&lt;br /&gt;
| [https://bugzilla.mozilla.org/show_bug.cgi?id=818686]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[livestreamer]]&lt;br /&gt;
| {{ic|~/.livestreamerrc}}&lt;br /&gt;
| [https://github.com/chrippa/livestreamer/commit/ea805917 ea805917]&lt;br /&gt;
| [https://github.com/chrippa/livestreamer/pull/106]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[llpp]]&lt;br /&gt;
|&lt;br /&gt;
| [http://repo.or.cz/w/llpp.git/commit/3ab86f0cb 3ab86f0cb]&lt;br /&gt;
|&lt;br /&gt;
| 現在 llpp はディレクトリを作成せず {{ic|XDG_CONFIG_HOME}} の直下に設定を保存します。&lt;br /&gt;
|-&lt;br /&gt;
| [[mc]]&lt;br /&gt;
| {{ic|~/.mc}}&lt;br /&gt;
| [https://www.midnight-commander.org/changeset/1b9957058 1b9957058] [https://www.midnight-commander.org/changeset/0b7115647 0b7115647] [https://www.midnight-commander.org/changeset/ce401d797 ce401d797]&lt;br /&gt;
| [https://www.midnight-commander.org/ticket/1851]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Mercurial]]&lt;br /&gt;
| {{ic|~/.hgrc}}&lt;br /&gt;
|&lt;br /&gt;
[https://www.mercurial-scm.org/repo/hg/rev/354020079723 354020079723]&lt;br /&gt;
[https://www.mercurial-scm.org/wiki/Release4.2 4.2]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|XDG_CONFIG_HOME/hg/hgrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[msmtp]]&lt;br /&gt;
| {{ic|~/.msmtprc}}&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/marlam/msmtp-mirror/commit/af2f409 af2f409]&lt;br /&gt;
v1.6.7+&lt;br /&gt;
|&lt;br /&gt;
| {{ic| XDG_CONFIG_HOME/msmtp/config}}.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mesa3d.org/ mesa]&lt;br /&gt;
|&lt;br /&gt;
| [https://cgit.freedesktop.org/mesa/mesa/commit/?id=87ab26b2ab35a29d446ae66f1795d40c184c0739 87ab26b2ab]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|XDG_CACHE_HOME/mesa}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://milkytracker.org/ milkytracker]&lt;br /&gt;
| {{ic|~/.milkytracker_config}}&lt;br /&gt;
| [https://github.com/Deltafire/MilkyTracker/commit/eb487c55 eb487c55]&lt;br /&gt;
| [https://github.com/Deltafire/MilkyTracker/issues/12]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/mintty/mintty mintty]&lt;br /&gt;
| {{ic|~/.minttyrc}}&lt;br /&gt;
| [https://github.com/mintty/mintty/commit/cff1bd8f cff1bd8f] v2.3.7&lt;br /&gt;
| [https://github.com/mintty/mintty/issues/525]&lt;br /&gt;
|-&lt;br /&gt;
| [[mpd]]&lt;br /&gt;
| {{ic|~/.mpdconf}}&lt;br /&gt;
| [http://git.musicpd.org/cgit/master/mpd.git/commit/?id=87b73284 87b73284]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[mpv]]&lt;br /&gt;
| {{ic|~/.mpv}}&lt;br /&gt;
| [https://github.com/mpv-player/mpv/commit/cb250d490 cb250d490]&lt;br /&gt;
| [https://github.com/mpv-player/mpv/pull/864]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[mutt]]&lt;br /&gt;
| {{ic|~/.mutt}}&lt;br /&gt;
| [https://dev.mutt.org/trac/changeset/42fee7585f 42fee7585f]&lt;br /&gt;
| [http://dev.mutt.org/trac/ticket/3207]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[アプリケーション一覧/マルチメディア#ラスタ画像|mypaint]]&lt;br /&gt;
| {{ic|~/.mypaint}}&lt;br /&gt;
| [https://github.com/mypaint/mypaint/commit/cf723b74cd cf723b74cd]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[nano]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.nano/&amp;lt;br&amp;gt;&lt;br /&gt;
~/.nanorc}}&lt;br /&gt;
| [http://git.savannah.gnu.org/cgit/nano.git/commit/?id=c16e79b612eb8e061a4bd0b5f187c37a036fc403 036fc403]&lt;br /&gt;
| [https://savannah.gnu.org/patch/?8523]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[ncmpcpp]]&lt;br /&gt;
| {{ic|~/.ncmpcpp}}&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/arybczak/ncmpcpp/commit/38d9f811de888e512b0115f551a9679eab4607f9 38d9f811]&lt;br /&gt;
[https://github.com/arybczak/ncmpcpp/commit/27cd86e0638bba3a7a78e44ac40dc98a58d1d90d 27cd86e0]&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/arybczak/ncmpcpp/issues/79]&lt;br /&gt;
[https://github.com/arybczak/ncmpcpp/issues/110]&lt;br /&gt;
| {{ic|ncmpcpp_directory}} を設定しないと {{ic|error.log}} ファイルが {{ic|~/.ncmpcpp}} に保存されます。&lt;br /&gt;
|-&lt;br /&gt;
| [[neovim]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.nvim&amp;lt;br&amp;gt;&lt;br /&gt;
~/.nvimlog&amp;lt;br&amp;gt;&lt;br /&gt;
~/.nviminfo}}&lt;br /&gt;
| [https://github.com/neovim/neovim/commit/1ca5646bb 1ca5646bb]&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/neovim/neovim/issues/78]&lt;br /&gt;
[https://github.com/neovim/neovim/pull/3198]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[newsbeuter]]&lt;br /&gt;
| {{ic|~/.newsbeuter}}&lt;br /&gt;
| [https://github.com/akrennmair/newsbeuter/commit/3c57824c5 3c57824c5]&lt;br /&gt;
| [https://github.com/akrennmair/newsbeuter/pull/39]&lt;br /&gt;
| {{ic|&amp;quot;$XDG_DATA_HOME&amp;quot;/newsbeuter}} と {{ic|&amp;quot;$XDG_CONFIG_HOME&amp;quot;/newsbeuter}} を作成する必要があります [http://newsbeuter.org/doc/newsbeuter.html#_xdg_base_directory_support]。&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/nodejs/node-gyp node-gyp]&lt;br /&gt;
| {{ic|~/.node-gyp}}&lt;br /&gt;
| [https://github.com/nodejs/node-gyp/commit/2b5ce52a 2b5ce52a]&lt;br /&gt;
| [https://github.com/nodejs/node-gyp/pull/1570]&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|np2kai-git}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.config/np2kai&amp;lt;br&amp;gt;&lt;br /&gt;
~/.config/xnp2kai}}&lt;br /&gt;
| [https://github.com/AZO234/NP2kai/commit/56a1cc2 56a1cc2]&lt;br /&gt;
| [https://github.com/AZO234/NP2kai/pull/50]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|nteract-bin}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/nteract/nteract/commit/4593e72 4593e72]&lt;br /&gt;
| [https://github.com/nteract/nteract/issues/180] [https://github.com/nteract/nteract/pull/3870]&lt;br /&gt;
| [https://github.com/nteract/nteract/issues/4517 does not recognize workarounds for ipython/jupyter]&lt;br /&gt;
|-&lt;br /&gt;
| [[OfflineIMAP]]&lt;br /&gt;
| {{ic|~/.offlineimaprc}}&lt;br /&gt;
| [https://github.com/OfflineIMAP/offlineimap/commit/5150de5 5150de5]&lt;br /&gt;
| [https://github.com/OfflineIMAP/offlineimap/issues/32]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://bitbucket.org/opentyrian/opentyrian/wiki/Home opentyrian]&lt;br /&gt;
| {{ic|~/.opentyrian}}&lt;br /&gt;
| [https://bitbucket.org/opentyrian/opentyrian/commits/8d45ff2 8d45ff2]&lt;br /&gt;
| [https://web.archive.org/web/20140815181350/https://code.google.com/p/opentyrian/issues/detail?id=125]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|pandoc}}&lt;br /&gt;
| {{ic|~/.pandoc/}}&lt;br /&gt;
| [https://github.com/jgm/pandoc/commit/0bed0ab5a308f5e72a01fa9bee76488556288862 0bed0ab]&lt;br /&gt;
| [https://github.com/jgm/pandoc/issues/3582]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://pcsx2.net/ pcsx2]&lt;br /&gt;
| {{ic|~/.pcsx2}}&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/PCSX2/pcsx2/commit/87f1e8f77 87f1e8f77]&lt;br /&gt;
[https://github.com/PCSX2/pcsx2/commit/a9020c606 a9020c606]&lt;br /&gt;
[https://github.com/PCSX2/pcsx2/commit/3b22f0fb0 3b22f0fb0]&lt;br /&gt;
[https://github.com/PCSX2/pcsx2/commit/0a012aec2 0a012aec2]&lt;br /&gt;
| [https://github.com/PCSX2/pcsx2/issues/352] [https://github.com/PCSX2/pcsx2/issues/381]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://pryrepl.org/ Pry]&lt;br /&gt;
| {{ic|~/.pryrc&amp;lt;br&amp;gt;~/.pry_history}}&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/pry/pry/commit/a0be0cc7b2070edff61c0c7f10fa37fce9b730bd a0be0cc7]&lt;br /&gt;
[https://github.com/pry/pry/commit/15e1fc929ed84c161abc5afc9be73488a41df397 15e1fc92]&lt;br /&gt;
[https://github.com/pry/pry/commit/e9d1be0e17b294318dbb2f70f74a50486cfa044c e9d1be0e]&lt;br /&gt;
| [https://github.com/pry/pry/issues/1316]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[pip]]&lt;br /&gt;
| {{ic|~/.pip}}&lt;br /&gt;
| [https://github.com/pypa/pip/blob/548a9136525815dff41acd845c558a0b36eb1c5f/NEWS.rst#60-2014-12-22 6.0]&lt;br /&gt;
| [https://github.com/pypa/pip/issues/1733]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|powershell}}&lt;br /&gt;
|&lt;br /&gt;
| [https://docs.microsoft.com/en-us/powershell/scripting/whats-new/what-s-new-in-powershell-core-60#filesystem 6.0]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ppsspp.org/ ppsspp]&lt;br /&gt;
| {{ic|~/.ppsspp}}&lt;br /&gt;
| [https://github.com/hrydgard/ppsspp/commit/132fe47c7d 132fe47c7d]&lt;br /&gt;
| [https://github.com/hrydgard/ppsspp/issues/4623]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|procps-ng}}&lt;br /&gt;
| {{ic|~/.toprc}}&lt;br /&gt;
| [https://gitlab.com/procps-ng/procps/commit/af53e170b9 af53e170b9]&lt;br /&gt;
|&lt;br /&gt;
[https://gitlab.com/procps-ng/procps/merge_requests/38]&lt;br /&gt;
[https://bugzilla.redhat.com/show_bug.cgi?id=1155265]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/Cloudef/orbment/ orbment]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[pacman]]&lt;br /&gt;
| {{ic|~/.makepkg.conf}}&lt;br /&gt;
| [https://projects.archlinux.org/pacman.git/commit/?id=80eca94c8 80eca94c8]&lt;br /&gt;
| [https://mailman.archlinux.org/pipermail/pacman-dev/2014-July/019178.html]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/panda3d/panda3d Panda3D]&lt;br /&gt;
| {{ic|~/.panda3d}}&lt;br /&gt;
| [https://github.com/panda3d/panda3d/commit/2b537d2 2b537d2]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|poezio}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[PulseAudio]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.pulse&amp;lt;br&amp;gt;&lt;br /&gt;
~/.pulse-cookie}}&lt;br /&gt;
|&lt;br /&gt;
[https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=59a8618dcd9 59a8618dcd9]&lt;br /&gt;
[https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=87ae8307057 87ae8307057]&lt;br /&gt;
[https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=9ab510a6921 9ab510a6921]&lt;br /&gt;
[https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=4c195bcc9d5 4c195bcc9d5]&lt;br /&gt;
| [https://bugzilla.redhat.com/show_bug.cgi?id=845607]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://pyroom.org/index.html pyroom]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|quodlibet}}&lt;br /&gt;
| {{ic|~/.quodlibet}}&lt;br /&gt;
| 3.10.0&lt;br /&gt;
| [https://github.com/quodlibet/quodlibet/issues/138]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[qutebrowser]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[qtile]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/qtile/qtile/commit/fd8686e5b4e4fa20bb82039ed8a83768434585ec fd8686e]&lt;br /&gt;
[https://github.com/qtile/qtile/commit/66d704bce83f631b3326f10a1bc9fc22f8e6a6fd 66d704b]&lt;br /&gt;
[https://github.com/qtile/qtile/commit/51cff019917b87bda696b381493f969ceb6cc350 51cff01]&lt;br /&gt;
| [https://github.com/qtile/qtile/pull/835]&lt;br /&gt;
| 仕様と異なるファイルやディレクトリを作成するバーウィジェットも存在しますが、大抵の場合は設定で変更できます。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|rclone}}&lt;br /&gt;
| {{ic|~/.rclone.conf}}&lt;br /&gt;
| [https://github.com/ncw/rclone/commit/9d362589 9d362589]&lt;br /&gt;
| [https://github.com/ncw/rclone/issues/868]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[RetroArch|retroarch]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://rr-project.org/ rr]&lt;br /&gt;
| {{ic|~/.rr}}&lt;br /&gt;
| [https://github.com/mozilla/rr/commit/02e7d41e 02e7d41e]&lt;br /&gt;
| [https://github.com/mozilla/rr/issues/1455]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://rspec.info RSpec]&lt;br /&gt;
| {{ic|~/.rspec}}&lt;br /&gt;
| [https://github.com/rspec/rspec-core/commit/5e395e2016f1da19475e6db2817eb26dae828c4c 5e395e2]&lt;br /&gt;
| [https://github.com/rspec/rspec-core/issues/1773]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[rTorrent]]&lt;br /&gt;
| {{ic|~/.rtorrent.rc}}&lt;br /&gt;
| [https://github.com/rakshasa/rtorrent/commit/6a8d332b 6a8d332b]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.rubocop.org RuboCop]&lt;br /&gt;
| {{ic|~/.rubocop.yml}}&lt;br /&gt;
| [https://github.com/rubocop-hq/rubocop/commit/6fe5956c177ca369cfaa70bdf748b70020a56bf4 6fe5956]&lt;br /&gt;
| [https://github.com/rubocop-hq/rubocop/issues/6662]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|sdcv}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.stardict/&amp;lt;br&amp;gt;&lt;br /&gt;
~/.sdcv_history}}&lt;br /&gt;
| [https://github.com/Dushistov/sdcv/commit/958ec35 958ec35]&lt;br /&gt;
| [https://github.com/Dushistov/sdcv/issues/51]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Skype]]&lt;br /&gt;
| {{ic|~/.Skype}}&lt;br /&gt;
| 8.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.snes9x.com/ Snes9x]&lt;br /&gt;
| {{ic|~/.snes9x}}&lt;br /&gt;
| [https://github.com/snes9xgit/snes9x/commit/93b5f11641fa22d4518f251d6e3db99219864677 19864677]&lt;br /&gt;
| [https://github.com/snes9xgit/snes9x/issues/194]&lt;br /&gt;
| デフォルトの設定は空です。ROM を起動する前にユーザーが GUI や手動で設定するようになっています。&lt;br /&gt;
|-&lt;br /&gt;
| [[spectrwm]]&lt;br /&gt;
| {{ic|~/.spectrwm}}&lt;br /&gt;
| [https://github.com/conformal/spectrwm/commit/a30bbb a30bbb]&lt;br /&gt;
| [https://github.com/conformal/spectrwm/pull/153]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|sublime-text-dev}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| キャッシュは {{ic|$XDG_CACHE_HOME/sublime-text-3}} ではなく {{ic|$XDG_CONFIG_HOME/sublime-text-3/Cache}} に保存されます。&lt;br /&gt;
|-&lt;br /&gt;
| [[surfraw]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.surfraw.conf&amp;lt;br&amp;gt;&lt;br /&gt;
~/.surfraw.bookmarks}}&lt;br /&gt;
|&lt;br /&gt;
[http://anonscm.debian.org/cgit/surfraw/surfraw.git/commit/?id=3e4591d8 3e4591d8]&lt;br /&gt;
[http://anonscm.debian.org/cgit/surfraw/surfraw.git/commit/?id=bd8c427d bd8c427d]&lt;br /&gt;
[http://anonscm.debian.org/cgit/surfraw/surfraw.git/commit/?id=f57fc718 f57fc718]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[sway]]&lt;br /&gt;
| {{ic|~/.sway/config}}&lt;br /&gt;
| [https://github.com/SirCmpwn/sway/commit/614393c09 614393c09]&lt;br /&gt;
| [https://github.com/SirCmpwn/sway/issues/5] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[systemd]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|teeworlds}}&lt;br /&gt;
| {{ic|~/.teeworlds}}&lt;br /&gt;
| [https://github.com/teeworlds/teeworlds/commit/d2e39d2f50684151490da446156622e69dd84a48]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[termite]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|tig}}&lt;br /&gt;
| {{ic|~/.tigrc}}, {{ic|~/.tig_history}}&lt;br /&gt;
| [https://github.com/jonas/tig/blob/master/NEWS.adoc#tig-22 2.2]&lt;br /&gt;
| [https://github.com/jonas/tig/issues/513]&lt;br /&gt;
| ~/.local/share/tigディレクトリが存在しなければならず、そうでなければ ~/.tig_historyに書き込まれます。&lt;br /&gt;
|-&lt;br /&gt;
| [[tmux]]&lt;br /&gt;
| {{ic|~/.tmux.conf}}&lt;br /&gt;
| [https://raw.githubusercontent.com/tmux/tmux/3.1/CHANGES 3.1]&lt;br /&gt;
| [https://github.com/tmux/tmux/issues/142]&lt;br /&gt;
| 3.1 で ~/.config/tmux/tmux.conf を導入し、[https://github.com/tmux/tmux/blob/a5f99e14c6f264e568b860692b89d11f5298a3f2/CHANGES#L145 3.2] では $XDG_CONFIG_HOME/tmux/tmux.conf が追加されました。&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [[tmuxp]]&lt;br /&gt;
| {{ic|~/.tmuxp}}&lt;br /&gt;
| [https://tmuxp.git-pull.com/history.html#tmuxp-1-5-0-2018-10-02 1.5.0]&lt;br /&gt;
| [https://github.com/tmux-python/tmuxp/pull/404]&lt;br /&gt;
| Fixed in [https://tmuxp.git-pull.com/history.html#tmuxp-1-5-2-2019-06-02 1.5.2]&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/tmuxinator/tmuxinator tmuxinator]&lt;br /&gt;
| {{ic|~/.tmuxinator}}&lt;br /&gt;
| [https://github.com/tmuxinator/tmuxinator/pull/511/commits/263692349f1142c0edcacfbefae541cbc0e7b44e 2636923]&lt;br /&gt;
| [https://github.com/tmuxinator/tmuxinator/pull/511]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[transmission]]&lt;br /&gt;
| {{ic|~/.transmission}}&lt;br /&gt;
| [https://trac.transmissionbt.com/changeset/5517 5517]&lt;br /&gt;
| [https://trac.transmissionbt.com/ticket/684]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.kernel.org/pub/linux/utils/util-linux/ util-linux]&lt;br /&gt;
|&lt;br /&gt;
| [https://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/?id=570b32100 570b32100]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[uzbl]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/uzbl/uzbl/commit/c6fd63a c6fd63a]&lt;br /&gt;
| [https://github.com/uzbl/uzbl/pull/150]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://fanglingsu.github.io/vimb/ vimb]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[VirtualBox]]&lt;br /&gt;
| {{ic|~/.VirtualBox}}&lt;br /&gt;
| [https://www.virtualbox.org/ticket/5099?action=diff&amp;amp;version=7 4.3]&lt;br /&gt;
| [https://www.virtualbox.org/ticket/5099]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://martanne.github.io/vis/ vis]&lt;br /&gt;
| {{ic|~/.vis}}&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/martanne/vis/commit/68a25c751c0219ef5df589a19513e46a08965d5a 68a25c75]&lt;br /&gt;
[https://github.com/martanne/vis/commit/d138908cf8149eb10120957271cd6979272b4730 d138908c]&lt;br /&gt;
| [https://github.com/martanne/vis/pull/303]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[VLC media player]]&lt;br /&gt;
| {{ic|~/.vlcrc}}&lt;br /&gt;
| [http://git.videolan.org/?p=vlc.git;a=commit;h=16f32e1500887c0dcd33cb06ad71759a81a52878 16f32e15]&lt;br /&gt;
| [https://trac.videolan.org/vlc/ticket/1267]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.warsow.gg/ warsow]&lt;br /&gt;
| {{ic|~/.warsow-2.x}}&lt;br /&gt;
| [https://github.com/Qfusion/qfusion/commit/98ece3f 98ece3f]&lt;br /&gt;
| [https://github.com/Qfusion/qfusion/issues/298]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[wireshark]]&lt;br /&gt;
| {{ic|~/.wireshark}}&lt;br /&gt;
| [https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b0b53fa5937aa7ba258427ca0f3581dba725230d b0b53fa5]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/derat/xsettingsd xsettingsd]&lt;br /&gt;
| {{ic|~/.xsettingsd}}&lt;br /&gt;
| [https://github.com/derat/xsettingsd/commit/b4999f5e9e99224caf97d09f25ee731774ecd7be 4ecd7be]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[xmonad]]&lt;br /&gt;
| {{ic|~/.xmonad}}&lt;br /&gt;
| [https://github.com/xmonad/xmonad/commit/40fc10b6a5682ce1d6ba7f0679962926ef6cfade 40fc10b6]&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/xmonad/xmonad/issues/61]&lt;br /&gt;
[https://code.google.com/p/xmonad/issues/detail?id=484]&lt;br /&gt;
| {{ic|XMONAD_CONFIG_HOME}}, {{ic|XMONAD_DATA_HOME}}, {{ic|XMONAD_CACHE_HOME}} 環境変数が使えます。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.vergenet.net/~conrad/software/xsel/ xsel]&lt;br /&gt;
| {{ic|~/.xsel.log}}&lt;br /&gt;
| [https://github.com/kfish/xsel/commit/ee7b48111be2e2117b201962e9d1c0e1f9804ed4 ee7b4811]&lt;br /&gt;
| [https://github.com/kfish/xsel/issues/10]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|yarn}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.yarnrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.yarn/&amp;lt;br&amp;gt;&lt;br /&gt;
~/.yarncache/&amp;lt;br&amp;gt;&lt;br /&gt;
~/.yarn-config/}}&lt;br /&gt;
| [https://github.com/yarnpkg/yarn/commit/2d454b5 2d454b5]&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/yarnpkg/yarn/issues/2334]&lt;br /&gt;
[https://github.com/yarnpkg/yarn/pull/5336]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==部分的にサポートしているソフトウェア==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
! アプリケーション&lt;br /&gt;
! 旧パス&lt;br /&gt;
! 対応開始&lt;br /&gt;
! 議論&lt;br /&gt;
! ノート&lt;br /&gt;
|-&lt;br /&gt;
| [[Mutt#Abook|abook]]&lt;br /&gt;
| {{ic|~/.abook}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ abook --config &amp;quot;$XDG_CONFIG_HOME&amp;quot;/abook/abookrc --datafile &amp;quot;$XDG_CACHE_HOME&amp;quot;/abook/addressbook}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|ack}}&lt;br /&gt;
| {{ic|~/.ackrc}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/beyondgrep/ack2/issues/516]&lt;br /&gt;
| {{ic|1=$ export ACKRC=&amp;quot;$XDG_CONFIG_HOME/ack/ackrc&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Anki]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/Anki&amp;lt;br&amp;gt;&lt;br /&gt;
~/Documents/Anki}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/dae/anki/pull/49] [https://github.com/dae/anki/pull/58]&lt;br /&gt;
| {{ic|1=$ anki -b &amp;quot;$XDG_DATA_HOME&amp;quot;/Anki}}&lt;br /&gt;
|-&lt;br /&gt;
| [[aspell]]&lt;br /&gt;
| {{ic|~/.aspell.conf}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export ASPELL_CONF=&amp;quot;per-conf $XDG_CONFIG_HOME/aspell/aspell.conf; personal $XDG_CONFIG_HOME/aspell/en.pws; repl $XDG_CONFIG_HOME/aspell/en.prepl&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Atom]]&lt;br /&gt;
| {{ic|~/.atom}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/atom/atom/issues/8281]&lt;br /&gt;
| {{ic|1=$ export ATOM_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/atom}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|aws-cli}}&lt;br /&gt;
| {{ic|~/.aws}}&lt;br /&gt;
| [https://github.com/aws/aws-cli/commit/fc5961ea2cc0b5976ac9f777e20e4236fd7540f5 1.7.45]&lt;br /&gt;
| [https://github.com/aws/aws-cli/issues/2433]&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export AWS_SHARED_CREDENTIALS_FILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/aws/credentials&amp;lt;br&amp;gt;&lt;br /&gt;
$ export AWS_CONFIG_FILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/aws/config}}&lt;br /&gt;
|-&lt;br /&gt;
| [[bazaar]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.bazaar&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bzr.log}}&lt;br /&gt;
| [https://bugs.launchpad.net/bzr/+bug/195397/comments/15 2.3.0]&lt;br /&gt;
| [https://bugs.launchpad.net/bzr/+bug/195397]&lt;br /&gt;
| 上流のバグレポートでは bazaar が {{ic|~/.config/bazaar}} を使うようにする議論があります。ただしログファイルは {{ic|~/.bzr.log}} に書き込まれます。&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Aur|buchhaltung-git}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.buchhaltung}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/johannesgerer/buchhaltung/issues/44]&lt;br /&gt;
| {{ic|1=$ export BUCHHALTUNG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/buchhaltung}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Ruby#Bundler|Bundler]]&lt;br /&gt;
| {{ic|~/.bundle}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/bundler/bundler/pull/6024] [https://github.com/bundler/bundler/issues/4333]&lt;br /&gt;
| {{ic|1=$ export BUNDLE_USER_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/bundle BUNDLE_USER_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/bundle BUNDLE_USER_PLUGIN=&amp;quot;$XDG_DATA_HOME&amp;quot;/bundle}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Rust#Cargo|cargo]]&lt;br /&gt;
| {{ic|~/.cargo}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/rust-lang/cargo/pull/148] [https://github.com/rust-lang/cargo/issues/1734] [https://github.com/rust-lang/rfcs/pull/1615] [https://github.com/rust-lang/cargo/pull/5183]&lt;br /&gt;
| {{ic|1=$ export CARGO_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/cargo}}&lt;br /&gt;
|-&lt;br /&gt;
| [[ccache]]&lt;br /&gt;
| {{ic|~/.ccache}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export CCACHE_CONFIGPATH=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/ccache.config}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{ic|1=$ export CCACHE_DIR=&amp;quot;$XDG_CACHE_HOME&amp;quot;/ccache}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/cisco/ChezScheme ChezScheme]&lt;br /&gt;
| {{ic|~/.chezscheme_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ petite --eehistory &amp;quot;$XDG_DATA_HOME&amp;quot;/chezscheme/history}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Chromium]]&lt;br /&gt;
| {{ic|~/.chromium&amp;lt;br&amp;gt;&lt;br /&gt;
~/.pki}}&lt;br /&gt;
| [https://src.chromium.org/viewvc/chrome?revision=23057&amp;amp;view=revision 23057]&lt;br /&gt;
|&lt;br /&gt;
[https://groups.google.com/forum/#!topic/chromium-dev/QekVQxF3nho]&lt;br /&gt;
[https://code.google.com/p/chromium/issues/detail?id=16976]&lt;br /&gt;
[https://bugs.chromium.org/p/chromium/issues/detail?id=1038587]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[conky]]&lt;br /&gt;
| {{ic|~/.conkyrc}}&lt;br /&gt;
| [https://github.com/brndnmtthws/conky/commit/00481ee9a97025e8e2acd7303d080af1948f7980 00481ee]&lt;br /&gt;
| [https://github.com/brndnmtthws/conky/issues/144]&lt;br /&gt;
| {{ic|1=$ conky --config=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/conky/conkyrc}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|claws-mail}}&lt;br /&gt;
| {{ic|~/.claws-mail}}&lt;br /&gt;
|&lt;br /&gt;
| [https://lists.claws-mail.org/pipermail/users/2013-April/006087.html]&lt;br /&gt;
| {{ic|1=$ claws-mail --alternate-config-dir &amp;quot;$XDG_DATA_HOME&amp;quot;/claws-mail}}&lt;br /&gt;
|-&lt;br /&gt;
| [[coreutils]]&lt;br /&gt;
| {{ic|~/.dircolors}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ source &amp;quot;$(dircolors &amp;quot;$XDG_CONFIG_HOME&amp;quot;/dircolors)&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.dungeoncrawl.org/ crawl]&lt;br /&gt;
| {{ic|~/.crawl}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| 末尾の &#039;/&#039; は必須です: {{ic|1=$ export CRAWL_DIR=&amp;quot;$XDG_DATA_HOME&amp;quot;/crawl/}}。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|clusterssh}}&lt;br /&gt;
| {{ic|~/.clusterssh/}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ alias cssh=&amp;quot;cssh --config-file &#039;$XDG_CONFIG_HOME/clusterssh/config&#039;&amp;quot; }}&lt;br /&gt;
{{hc|$XDG_CONFIG_HOME/clusterssh/config|2=&lt;br /&gt;
extra_cluster_file=$HOME/.config/clusterssh/clusters&lt;br /&gt;
extra_tag_file=$HOME/.config/clusterssh/tags&lt;br /&gt;
}}&lt;br /&gt;
Despite this, clusterssh will still create {{ic|~/.clusterssh/}}.&lt;br /&gt;
|-&lt;br /&gt;
| [[CUDA]]&lt;br /&gt;
| {{ic|~/.nv}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export CUDA_CACHE_PATH=&amp;quot;$XDG_CACHE_HOME&amp;quot;/nv}}&lt;br /&gt;
|-&lt;br /&gt;
| [[dict]]&lt;br /&gt;
| {{ic|~/.dictrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ dict -c &amp;quot;$XDG_CONFIG_HOME&amp;quot;/dict/dictrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Docker]]&lt;br /&gt;
| {{ic|~/.docker}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/docker/machine/issues/3116]&lt;br /&gt;
[https://github.com/moby/moby/issues/20693]&lt;br /&gt;
| {{ic|1=$ export DOCKER_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/docker}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|docker-machine}}&lt;br /&gt;
| {{ic|~/.docker/machine}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MACHINE_STORAGE_PATH=&amp;quot;$XDG_DATA_HOME&amp;quot;/docker-machine}}&lt;br /&gt;
|-&lt;br /&gt;
| [[DOSBox]]&lt;br /&gt;
| {{ic|~/.dosbox/dosbox-0.74-2.conf}}&lt;br /&gt;
|&lt;br /&gt;
| [https://www.vogons.org/viewtopic.php?t=29599]&lt;br /&gt;
| {{ic|1=$ dosbox -conf &amp;quot;$XDG_CONFIG_HOME&amp;quot;/dosbox/dosbox.conf}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://electrum.org Electrum Bitcoin Wallet]&lt;br /&gt;
| {{ic|~/.electrum}}&lt;br /&gt;
| [https://github.com/spesmilo/electrum/commit/c121230 c121230]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export ELECTRUMDIR=&amp;quot;$XDG_DATA_HOME/electrum&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[ELinks]]&lt;br /&gt;
| {{ic|~/.elinks}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export ELINKS_CONFDIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/elinks}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|elixir}}&lt;br /&gt;
| {{ic|~/.mix}}&lt;br /&gt;
| [https://github.com/elixir-lang/elixir/commit/afaf889 afaf889]&lt;br /&gt;
| [https://github.com/elixir-lang/elixir/issues/8818] [https://github.com/elixir-lang/elixir/pull/9937]&lt;br /&gt;
| ElixirはXDGの仕様に完全には準拠しておらず、環境変数が存在する場合にのみXDGを使用し、そうでない場合はデフォルトでレガシーパスを使用します。&lt;br /&gt;
|-&lt;br /&gt;
| [http://kripken.github.io/emscripten-site/ emscripten]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.emscripten&amp;lt;br&amp;gt;&lt;br /&gt;
~/.emscripten_sanity&amp;lt;br&amp;gt;&lt;br /&gt;
~/.emscripten_ports&amp;lt;br&amp;gt;&lt;br /&gt;
~/.emscripten_cache__last_clear}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/kripken/emscripten/issues/3624]&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export EM_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/emscripten/config&amp;lt;br&amp;gt;&lt;br /&gt;
$ export EM_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/emscripten/cache&amp;lt;br&amp;gt;&lt;br /&gt;
$ export EM_PORTS=&amp;quot;$XDG_DATA_HOME&amp;quot;/emscripten/cache&amp;lt;br&amp;gt;&lt;br /&gt;
$ emcc --em-config &amp;quot;$XDG_CONFIG_HOME&amp;quot;/emscripten/config --em-cache &amp;quot;$XDG_CACHE_HOME&amp;quot;/emscripten/cache}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.freecadweb.org/ freecad]&lt;br /&gt;
| {{ic|~/.FreeCAD}}&lt;br /&gt;
|&lt;br /&gt;
| [https://www.freecadweb.org/tracker/view.php?id=2956]&lt;br /&gt;
| {{ic|1=$ freecad -u &amp;quot;$XDG_CONFIG_HOME&amp;quot;/FreeCAD/user.cfg -s &amp;quot;$XDG_CONFIG_HOME&amp;quot;/FreeCAD/system.cfg}}&lt;br /&gt;
&lt;br /&gt;
Despite these options, {{Pkg|freecad}} will still create the file {{ic|.FreeCAD/cookie}} as the web module has it [https://github.com/FreeCAD/FreeCAD/blob/master/src/Mod/Web/Gui/CookieJar.cpp#L55 hard coded]&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.gnu.org/software/gdb/ gdb]&lt;br /&gt;
| {{ic|~/.gdbinit}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ gdb -nh -x &amp;quot;$XDG_CONFIG_HOME&amp;quot;/gdb/init}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/get-iplayer/get_iplayer get_iplayer]&lt;br /&gt;
| {{ic|~/.get_iplayer}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GETIPLAYERUSERPREFS=&amp;quot;$XDG_DATA_HOME&amp;quot;/get_iplayer}}&lt;br /&gt;
|-&lt;br /&gt;
| [[getmail]]&lt;br /&gt;
| {{ic|~/.getmail/getmailrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ getmail --rcfile=&amp;quot;$XDG_CONFIG_HOME/getmail/getmailrc&amp;quot; --getmaildir=&amp;quot;$XDG_DATA_HOME/getmail&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://guichaz.free.fr/gliv/ gliv]&lt;br /&gt;
| {{ic|~/.glivrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ gliv --glivrc=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gliv/glivrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[GNURadio]]&lt;br /&gt;
| {{ic|~/.gnuradio}}&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/gnuradio/gnuradio/issues/3631]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GPG|gpg]]&lt;br /&gt;
| {{ic|~/.gnupg}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugs.gnupg.org/gnupg/issue1456] [https://bugs.gnupg.org/gnupg/issue1018]&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export GNUPGHOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/gnupg&amp;lt;br&amp;gt;&lt;br /&gt;
$ gpg2 --homedir &amp;quot;$XDG_DATA_HOME&amp;quot;/gnupg}}&amp;lt;br&amp;gt;&lt;br /&gt;
Note that this currently does not work out-of-the-box using systemd user units and socket-based activation, since&lt;br /&gt;
the socket directory changes based on the hash of {{ic|$GNUPGHOME}}. You can get the new socket directory using {{ic|gpgconf --dry-run --create-socketdir}},&lt;br /&gt;
and have to modify the systemd user units to listen on the correct sockets accordingly.&lt;br /&gt;
|-&lt;br /&gt;
| [[Go]]&lt;br /&gt;
| {{ic|~/go}}&lt;br /&gt;
| [https://github.com/golang/go/commit/ca8a055f5cc7c1dfa0eb542c60071c7a24350f76]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export GOPATH=&amp;quot;$XDG_DATA_HOME&amp;quot;/go}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Google Earth]]&lt;br /&gt;
| {{ic|~/.googleearth}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.config/Google/GoogleEarthPlus.conf}} の {{ic|KMLPath}} や {{ic|CachePath}} オプションで一部のパスは変更できます。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|gopass}}&lt;br /&gt;
| {{ic|~/.password-store}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Override settings in {{ic|~/.config/gopass/config.yml}}:&lt;br /&gt;
{{hc|~/.config/gopass/config.yml|&lt;br /&gt;
root:&lt;br /&gt;
path: gpgcli-gitcli-fs+file:///home/&amp;lt;userid&amp;gt;/.config/password-store&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://sourceforge.net/projects/gqclient GQ LDAP クライアント]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.gq&amp;lt;br&amp;gt;&lt;br /&gt;
~/.gq-state}}&lt;br /&gt;
| [https://sourceforge.net/p/gqclient/mailman/message/2053978 1.51]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export GQRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gqrc&amp;lt;br&amp;gt;&lt;br /&gt;
$ export GQSTATE=&amp;quot;$XDG_DATA_HOME&amp;quot;/gq/gq-state&amp;lt;br&amp;gt;&lt;br /&gt;
$ mkdir -p &amp;quot;$(dirname &amp;quot;$GQSTATE&amp;quot;)&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://gradle.org/ gradle]&lt;br /&gt;
| {{ic|~/.gradle}}&lt;br /&gt;
|&lt;br /&gt;
| [https://discuss.gradle.org/t/be-a-nice-freedesktop-citizen-move-the-gradle-to-the-appropriate-location-in-linux/2199]&lt;br /&gt;
| {{ic|1=$ export GRADLE_USER_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/gradle}}&lt;br /&gt;
|-&lt;br /&gt;
| [[GTK+|gtk]]&lt;br /&gt;
| {{ic|~/.gtkrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GTK_RC_FILES=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gtk-1.0/gtkrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[GTK+|gtk2]]&lt;br /&gt;
| {{ic|~/.gtkrc-2.0}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GTK2_RC_FILES=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gtk-2.0/gtkrc}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|hledger}}&lt;br /&gt;
| {{ic|~/.hledger.journal}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/simonmichael/hledger/issues/1081]&lt;br /&gt;
| {{ic|1=$ export LEDGER_FILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/hledger.journal}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|imapfilter}}&lt;br /&gt;
| {{ic|~/.imapfilter}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export IMAPFILTER_HOME=&amp;quot;$XDG_CONFIG_HOME/imapfilter&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://httpie.org httpie]&lt;br /&gt;
| {{ic|~/.httpie}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/jakubroztocil/httpie/issues/145]&lt;br /&gt;
| {{ic|1=$ export HTTPIE_CONFIG_DIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/httpie}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://ipython.org ipython]/[[jupyter]]&lt;br /&gt;
| {{ic|~/.ipython}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/ipython/ipython/pull/4457 won&#039;t fix],[https://github.com/ipython/ipython/issues/12431 won&#039;t fix]&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export IPYTHONDIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/jupyter&amp;lt;br&amp;gt;&lt;br /&gt;
$ export JUPYTER_CONFIG_DIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/jupyter}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://ruby-doc.org/stdlib/libdoc/irb/rdoc/IRB.html irb]&lt;br /&gt;
| {{ic|~/.irbrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{hc|1=~/.profile|2=$ export IRBRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/irb/irbrc}}&lt;br /&gt;
{{hc|1=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/irb/irbrc|2=IRB.conf[:SAVE_HISTORY] {{!}}{{!}}= 1000&lt;br /&gt;
IRB.conf[:HISTORY_FILE] {{!}}{{!}}= File.join(ENV[&amp;quot;XDG_DATA_HOME&amp;quot;], &amp;quot;irb&amp;quot;, &amp;quot;history&amp;quot;)}}&lt;br /&gt;
|-&lt;br /&gt;
| [[irssi]]&lt;br /&gt;
| {{ic|~/.irssi}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/irssi/irssi/pull/511]&lt;br /&gt;
| {{ic|1=$ irssi --config=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/irssi/config --home=&amp;quot;$XDG_DATA_HOME&amp;quot;/irssi}}&lt;br /&gt;
|-&lt;br /&gt;
| [[isync]]&lt;br /&gt;
| {{ic|~/.mbsyncrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ mbsync -c &amp;quot;$XDG_CONFIG_HOME&amp;quot;/isync/mbsyncrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Java]] (OpenJDK)&lt;br /&gt;
| {{ic|~/.java/.userPrefs}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugzilla.redhat.com/show_bug.cgi?id=1154277]&lt;br /&gt;
| {{ic|1=$ export _JAVA_OPTIONS=-Djava.util.prefs.userRoot=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/java}}&lt;br /&gt;
|-&lt;br /&gt;
| [[KDE]]&lt;br /&gt;
| {{ic|~/.kde}}&lt;br /&gt;
|&lt;br /&gt;
| [https://userbase.kde.org/KDE_System_Administration/KDE_Filesystem_Hierarchy#KDEHOME]&lt;br /&gt;
| {{ic|1=$ export KDEHOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/kde}}&lt;br /&gt;
|-&lt;br /&gt;
| [[ledger]]&lt;br /&gt;
| {{ic|~/.ledgerrc}}, {{ic|~/.pricedb}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/ledger/ledger/issues/1820]&lt;br /&gt;
| {{ic|1=$ ledger --init-file &amp;quot;$XDG_CONFIG_HOME&amp;quot;/ledgerrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[less]]&lt;br /&gt;
| {{ic|~/.lesshst}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=mkdir -p &amp;quot;$XDG_CACHE_HOME&amp;quot;/less&amp;lt;br&amp;gt;&lt;br /&gt;
$ export LESSKEY=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/less/lesskey&amp;lt;br&amp;gt;&lt;br /&gt;
$ export LESSHISTFILE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/less/history}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export LESSHISTFILE=-}} を使うことで機能を無効化できます。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.videolan.org/developers/libdvdcss.html libdvdcss]&lt;br /&gt;
| {{ic|~/.dvdcss}}&lt;br /&gt;
|&lt;br /&gt;
| [https://mailman.videolan.org/pipermail/libdvdcss-devel/2014-August/001022.html]&lt;br /&gt;
| {{ic|1=$ export DVDCSS_CACHE=&amp;quot;$XDG_DATA_HOME&amp;quot;/dvdcss}}&lt;br /&gt;
|-&lt;br /&gt;
| [ftp://www.x.org/pub/xorg/current/doc/libICE/ice.html libice]&lt;br /&gt;
| {{ic|~/.ICEauthority}}&lt;br /&gt;
|&lt;br /&gt;
| [https://gitlab.freedesktop.org/xorg/lib/libice/issues/2]&lt;br /&gt;
| {{ic|1=$ export ICEAUTHORITY=&amp;quot;$XDG_RUNTIME_DIR&amp;quot;/ICEauthority}}&lt;br /&gt;
パーミッションには注意してください。例えば {{pkg|gdm}} からユーザーの {{ic|ICEauthority}} ファイルにアクセスする必要があります。&lt;br /&gt;
|-&lt;br /&gt;
| [[Xorg|libx11]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.XCompose&amp;lt;br&amp;gt;&lt;br /&gt;
~/.compose-cache}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export XCOMPOSEFILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/X11/xcompose&amp;lt;br&amp;gt;&lt;br /&gt;
$ export XCOMPOSECACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/X11/xcompose}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://ltrace.org/ ltrace]&lt;br /&gt;
| {{ic|~/.ltrace.conf}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ ltrace -F &amp;quot;$XDG_CONFIG_HOME&amp;quot;/ltrace/ltrace.conf}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|maven}}&lt;br /&gt;
| {{ic|~/.m2}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ mvn -gs &amp;quot;$XDG_CONFIG_HOME&amp;quot;/maven/settings.xml}}&lt;br /&gt;
{{hc|[http://maven.apache.org/settings.html settings.xml]|&amp;lt;nowiki&amp;gt;&amp;lt;settings xmlns=&amp;quot;http://maven.apache.org/SETTINGS/1.0.0&amp;quot;&lt;br /&gt;
  xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
  xsi:schemaLocation=&amp;quot;http://maven.apache.org/SETTINGS/1.0.0&lt;br /&gt;
                      https://maven.apache.org/xsd/settings-1.0.0.xsd&amp;quot;&amp;gt;&lt;br /&gt;
  ...&lt;br /&gt;
  &amp;lt;localRepository&amp;gt;${env.XDG_CACHE_HOME}/maven/repository&amp;lt;/localRepository&amp;gt;&lt;br /&gt;
  ...&lt;br /&gt;
&amp;lt;/settings&amp;gt;&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Mathematica]]&lt;br /&gt;
| {{ic|~/.Mathematica}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MATHEMATICA_USERBASE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mathematica}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://mednafen.sourceforge.net/ mednafen]&lt;br /&gt;
| {{ic|~/.mednafen}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MEDNAFEN_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mednafen}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|mitmproxy}}&lt;br /&gt;
| {{ic|~/.mitmproxy}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ alias mitmproxy=&amp;quot;mitmproxy --set confdir=$XDG_CONFIG_HOME/mitmproxy&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
$ alias mitmweb=&amp;quot;mitmweb --set confdir=$XDG_CONFIG_HOME/mitmproxy&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[moc]]&lt;br /&gt;
| {{ic|~/.moc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ mocp -M &amp;quot;$XDG_CONFIG_HOME&amp;quot;/moc&amp;lt;br&amp;gt;&lt;br /&gt;
$ mocp -O MOCDir=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/moc}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|monero}}&lt;br /&gt;
| {{ic|~/.bitmonero}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ monerod --data-dir &amp;quot;$XDG_DATA_HOME&amp;quot;/bitmonero}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.jedsoft.org/most/ most]&lt;br /&gt;
| {{ic|~/.mostrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MOST_INITFILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mostrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[MPlayer]]&lt;br /&gt;
| {{ic|~/.mplayer}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MPLAYER_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mplayer}}&lt;br /&gt;
|-&lt;br /&gt;
| [[MySQL]]&lt;br /&gt;
| {{ic|~/.mysql_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MYSQL_HISTFILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/mysql_history}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|ncurses}}&lt;br /&gt;
| {{ic|~/.terminfo}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export TERMINFO=&amp;quot;$XDG_DATA_HOME&amp;quot;/terminfo # Precludes system path searching.}}&lt;br /&gt;
{{ic|1=$ export TERMINFO_DIRS=&amp;quot;$XDG_DATA_HOME&amp;quot;/terminfo:/usr/share/terminfo}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.musicpd.org/clients/ncmpc/ ncmpc]&lt;br /&gt;
| {{ic|~/.ncmpc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|ncmpc -f &amp;quot;$XDG_CONFIG_HOME&amp;quot;/ncmpc/config}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Netbeans]]&lt;br /&gt;
| {{ic|~/.netbeans}}&lt;br /&gt;
|&lt;br /&gt;
| [https://netbeans.org/bugzilla/show_bug.cgi?id=215961]&lt;br /&gt;
| {{ic|1=$ netbeans --userdir &amp;quot;${XDG_CONFIG_HOME}&amp;quot;/netbeans}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Node.js]]&lt;br /&gt;
| {{ic|~/.node_repl_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export NODE_REPL_HISTORY=&amp;quot;$XDG_DATA_HOME&amp;quot;/node_repl_history}} [https://nodejs.org/api/repl.html#repl_environment_variable_options]&lt;br /&gt;
|-&lt;br /&gt;
| [[notmuch]]&lt;br /&gt;
| {{ic|~/.notmuch-config}}&lt;br /&gt;
|&lt;br /&gt;
| [http://notmuchmail.org/pipermail/notmuch/2011/007007.html]&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export NOTMUCH_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/notmuch/notmuchrc&amp;lt;br&amp;gt;&lt;br /&gt;
$ export NMBGIT=&amp;quot;$XDG_DATA_HOME&amp;quot;/notmuch/nmbug}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Node.js#Node_Packaged_Module|npm]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.npm&amp;lt;br&amp;gt;&lt;br /&gt;
~/.npmrc}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/npm/npm/issues/6675]&lt;br /&gt;
| {{ic|1=$ export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc}}&lt;br /&gt;
{{hc|npmrc|&amp;lt;nowiki&amp;gt;&lt;br /&gt;
prefix=${XDG_DATA_HOME}/npm&lt;br /&gt;
cache=${XDG_CACHE_HOME}/npm&lt;br /&gt;
tmp=${XDG_RUNTIME_DIR}/npm&lt;br /&gt;
init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
Node.js を {{AUR|nvm}} でインストールした場合 {{ic|prefix}} は必要ありません (サポートされません)。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|nuget}}&lt;br /&gt;
| {{ic|~/.nuget/packages}}&lt;br /&gt;
|&lt;br /&gt;
| [https://docs.microsoft.com/en-us/nuget/consume-packages/managing-the-global-packages-and-cache-folders]&lt;br /&gt;
| {{ic|1=$ export NUGET_PACKAGES=&amp;quot;$XDG_CACHE_HOME&amp;quot;/NuGetPackages}}&lt;br /&gt;
|-&lt;br /&gt;
| [[NVIDIA]]&lt;br /&gt;
| {{ic|~/.nv}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| 設定されている場合は{{ic|XDG_CACHE_HOME}}を使用し、設定されていない場合は{{ic|~/.cache}}の代わりに{{{ic|~/.nv}}}にフォールバックします。&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/NVIDIA/nvidia-settings nvidia-settings]&lt;br /&gt;
| {{ic|~/.nvidia-settings-rc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ nvidia-settings --config=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/nvidia/settings}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|nvm}}&lt;br /&gt;
| {{ic|~/.nvm}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export NVM_DIR=&amp;quot;$XDG_DATA_HOME&amp;quot;/nvm}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Octave]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/octave&amp;lt;br&amp;gt;&lt;br /&gt;
~/.octave_packages&amp;lt;br&amp;gt;&lt;br /&gt;
~/.octave_hist}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export OCTAVE_HISTFILE=&amp;quot;$XDG_CACHE_HOME/octave-hsts&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
$ export OCTAVE_SITE_INITFILE=&amp;quot;$XDG_CONFIG_HOME/octave/octaverc&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{hc|$XDG_CONFIG_HOME/octave/octaverc|&amp;lt;nowiki&amp;gt;&lt;br /&gt;
source /usr/share/octave/site/m/startup/octaverc;&lt;br /&gt;
pkg prefix ~/.local/share/octave/packages ~/.local/share/octave/packages;&lt;br /&gt;
pkg local_list /home/&amp;lt;your username&amp;gt;/.local/share/octave/octave_packages;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{ic|local_list}} オプションは絶対パスで指定する必要があります。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.openscad.org/ openscad]&lt;br /&gt;
| {{ic|~/.OpenSCAD}}&lt;br /&gt;
| [https://github.com/openscad/openscad/commit/7c3077b0f 7c3077b0f]&lt;br /&gt;
| [https://github.com/openscad/openscad/issues/125]&lt;br /&gt;
| XDG Base Directory Specification に完全には準拠していません。[https://github.com/openscad/openscad/issues/373] を参照。&lt;br /&gt;
&lt;br /&gt;
現在 {{ic|~/.local/share}} が [https://github.com/openscad/openscad/blob/master/src/PlatformUtils-posix.cc#L20 ハードコード] されています。&lt;br /&gt;
|-&lt;br /&gt;
| [[OpenSSL]]&lt;br /&gt;
| {{ic|~/.rnd}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| .rnd ファイルの場所は RANDFILE 環境変数で設定できます。[https://www.openssl.org/docs/faq.html FAQ] を参照。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|parallel}}&lt;br /&gt;
| {{ic|~/.parallel}}&lt;br /&gt;
| [https://git.savannah.gnu.org/cgit/parallel.git/commit/?id=685018f532f4e2d24b84eb28d5de3d759f0d1af1 20170422]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export PARALLEL_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/parallel}}&lt;br /&gt;
|-&lt;br /&gt;
| [[pass]]&lt;br /&gt;
| {{ic|~/.password-store}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export PASSWORD_STORE_DIR=&amp;quot;$XDG_DATA_HOME&amp;quot;/pass}}&lt;br /&gt;
|-&lt;br /&gt;
| [[pidgin]]&lt;br /&gt;
| {{ic|~/.purple}}&lt;br /&gt;
|&lt;br /&gt;
| [https://developer.pidgin.im/ticket/4911]&lt;br /&gt;
| {{ic|1=$ pidgin --config=&amp;quot;$XDG_DATA_HOME&amp;quot;/purple}}&lt;br /&gt;
|-&lt;br /&gt;
| [[PostgreSQL|postgresql]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.psqlrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.psql_history&amp;lt;br&amp;gt;&lt;br /&gt;
~/.pgpass&amp;lt;br&amp;gt;&lt;br /&gt;
~/.pg_service.conf}}&lt;br /&gt;
| 9.2&lt;br /&gt;
| [https://www.postgresql.org/docs/current/static/app-psql.html] [https://www.postgresql.org/docs/current/static/libpq-envars.html]&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export PSQLRC=&amp;quot;$XDG_CONFIG_HOME/pg/psqlrc&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
$ export PSQL_HISTORY=&amp;quot;$XDG_CACHE_HOME/pg/psql_history&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
$ export PGPASSFILE=&amp;quot;$XDG_CONFIG_HOME/pg/pgpass&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
$ export PGSERVICEFILE=&amp;quot;$XDG_CONFIG_HOME/pg/pg_service.conf&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
ディレクトリを作成する必要があります: {{ic|1=$ mkdir &amp;quot;$XDG_CONFIG_HOME/pg&amp;quot; &amp;amp;&amp;amp; mkdir &amp;quot;$XDG_CACHE_HOME/pg&amp;quot;}}。&lt;br /&gt;
|-&lt;br /&gt;
| [[PulseAudio]]&lt;br /&gt;
| {{ic|~/.esd_auth}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|module-esound-protocol-unix.so}} モジュールによって生成されます。別の場所を使用するように設定することもできますが {{ic|/etc/pulse/default.pa}} や {{ic|&amp;quot;$XDG_CONFIG_HOME&amp;quot;/pulse/default.pa}} でモジュールをコメントアウトしてしまう方が簡単です。&lt;br /&gt;
|-&lt;br /&gt;
| {{aur|python-azure-cli}}&lt;br /&gt;
| {{ic|~/.azure}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export AZURE_CONFIG_DIR=$XDG_DATA_HOME/azure}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|python-grip}}&lt;br /&gt;
| {{ic|~/.grip}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GRIPHOME=&amp;quot;$XDG_CONFIG_HOME/grip&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|python-setuptools}}&lt;br /&gt;
| {{ic|~/.python-eggs}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export PYTHON_EGG_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/python-eggs}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.pylint.org/ pylint]&lt;br /&gt;
| {{ic|~/.pylint.d}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/PyCQA/pylint/issues/1364 won&#039;t fix]&lt;br /&gt;
| {{ic|1=$ export PYLINTHOME=&amp;quot;$XDG_CACHE_HOME&amp;quot;/pylint}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://pypi.python.org/pypi/setuptools python-setuptools]&lt;br /&gt;
| {{ic|~/.python-eggs}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export PYTHON_EGG_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/python-eggs}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|racket}}&lt;br /&gt;
| {{ic|~/.racketrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.racket}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/racket/racket/issues/2740]&lt;br /&gt;
| {{ic|1=$ export PLTUSERHOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/racket}}&lt;br /&gt;
|-&lt;br /&gt;
| [[readline]]&lt;br /&gt;
| {{ic|~/.inputrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export INPUTRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/readline/inputrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://utopia.knoware.nl/~hlub/uck/rlwrap/ rlwrap]&lt;br /&gt;
| {{ic|~/.*_history}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/hanslub42/rlwrap/issues/25]&lt;br /&gt;
| {{ic|1=$ export RLWRAP_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/rlwrap}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Ruby#RubyGems|RubyGems]]&lt;br /&gt;
| {{ic|~/.gem}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export GEM_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/gem&amp;lt;br&amp;gt;&lt;br /&gt;
$ export GEM_SPEC_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/gem}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Rust|rustup]]&lt;br /&gt;
| {{ic|~/.rustup}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/rust-lang-nursery/rustup.rs/issues/247]&lt;br /&gt;
| {{ic|1=$ export RUSTUP_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/rustup}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.scala-sbt.org/ sbt]&lt;br /&gt;
| {{ic|~/.sbt}}&lt;br /&gt;
{{ic|~/.ivy2}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/sbt/sbt/issues/3681]&lt;br /&gt;
| {{ic|1=$ sbt -ivy &amp;quot;$XDG_DATA_HOME&amp;quot;/ivy2 -sbt-dir &amp;quot;$XDG_DATA_HOME&amp;quot;/sbt}} ([https://github.com/sbt/sbt/issues/3598])&lt;br /&gt;
|-&lt;br /&gt;
| [[screen]]&lt;br /&gt;
| {{ic|~/.screenrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export SCREENRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/screen/screenrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://spacemacs.org/ spacemacs]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.spacemacs&amp;lt;br&amp;gt;&lt;br /&gt;
~/.spacemacs.d}}&lt;br /&gt;
| [https://github.com/syl20bnr/spacemacs/commit/e1eed07c30ea395fb9cfebc8ec3376dcffbace11]&lt;br /&gt;
| [https://github.com/syl20bnr/spacemacs/issues/3589]&lt;br /&gt;
| Move the {{ic|~/.spacemacs}} file.&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export SPACEMACSDIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/spacemacs&amp;lt;br&amp;gt;&lt;br /&gt;
$ mv ~/.spacemacs &amp;quot;$SPACEMACSDIR&amp;quot;/init.el}}&lt;br /&gt;
&lt;br /&gt;
Other files need to be configured like Emacs.&lt;br /&gt;
|-&lt;br /&gt;
| [[stack]]&lt;br /&gt;
| {{ic|~/.stack}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/commercialhaskell/stack/issues/342]&lt;br /&gt;
| {{ic|1=$ export STACK_ROOT=&amp;quot;$XDG_DATA_HOME&amp;quot;/stack}}&lt;br /&gt;
|-&lt;br /&gt;
| [[subversion]]&lt;br /&gt;
| {{ic|~/.subversion}}&lt;br /&gt;
|&lt;br /&gt;
| [https://issues.apache.org/jira/browse/SVN-4599][https://mail-archives.apache.org/mod_mbox/subversion-users/201204.mbox/%3c4F8FBCC6.4080205@ritsuka.org%3e][http://mail-archives.apache.org/mod_mbox/subversion-dev/201509.mbox/%3c20150917222954.GA20331@teapot%3e]&lt;br /&gt;
| {{ic|1=$ svn --config-dir &amp;quot;$XDG_CONFIG_HOME&amp;quot;/subversion}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|task}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.task&amp;lt;br&amp;gt;&lt;br /&gt;
~/.taskrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export TASKDATA=&amp;quot;$XDG_DATA_HOME&amp;quot;/task&amp;lt;br&amp;gt;&lt;br /&gt;
$ export TASKRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/task/taskrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://tiptop.gforge.inria.fr/ tiptop]&lt;br /&gt;
| {{ic|~/.tiptoprc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|.tiptoprc}} ファイルを必要とします: {{ic|$ tiptop -W &amp;quot;$XDG_CONFIG_HOME&amp;quot;/tiptop}}。&lt;br /&gt;
|-&lt;br /&gt;
| [[TeX Live]]&lt;br /&gt;
| {{ic|~/.texliveYYYY}} (YYYY は年度）&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ export TEXMFCNF&amp;amp;#61;&amp;quot;${XDG_CONFIG_HOME}/texmf/web2c:$(kpsewhich --var-value&amp;amp;#61;&#039;TEXMFCNF&#039;)&amp;quot;}}&lt;br /&gt;
{{hc|$XDG_CONFIG_HOME/texmf/web2c/texmf.cnf|&lt;br /&gt;
TEXMFHOME&amp;amp;#61;$XDG_DATA_HOME/texmf&lt;br /&gt;
TEXMFCONFIG&amp;amp;#61;$XDG_CONFIG_HOME/texmf&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/bengardner/uncrustify uncrustify]&lt;br /&gt;
| {{ic|~/.uncrustify.cfg}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export UNCRUSTIFY_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/uncrustify/uncrustify.cfg}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Unison]]&lt;br /&gt;
| {{ic|~/.unison}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export UNISON=&amp;quot;$XDG_DATA_HOME&amp;quot;/unison}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Rxvt-unicode/ヒントとテクニック‎#デーモンクライアント|urxvtd]]&lt;br /&gt;
| {{ic|~/.urxvt/urxvtd-hostname}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export RXVT_SOCKET=&amp;quot;$XDG_RUNTIME_DIR&amp;quot;/urxvtd}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Vagrant]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.vagrant.d&amp;lt;br&amp;gt;&lt;br /&gt;
~/.vagrant.d/aliases}}&lt;br /&gt;
|&lt;br /&gt;
| [https://www.vagrantup.com/docs/other/environmental-variables.html]&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export VAGRANT_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/vagrant&amp;lt;br&amp;gt;&lt;br /&gt;
$ export VAGRANT_ALIAS_FILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/vagrant/aliases}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Visual Studio Code]]&lt;br /&gt;
| {{ic|~/.vscode-oss/argv.json}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/Microsoft/vscode/issues/3884]&lt;br /&gt;
| You can use {{ic|1=$ export VSCODE_PORTABLE=&amp;quot;$XDG_DATA_HOME&amp;quot;/vscode}}, which is not documented and might break unexpectedly&lt;br /&gt;
|-&lt;br /&gt;
| [[AUR|WakaTime]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.wakatime.cfg&amp;lt;br&amp;gt;&lt;br /&gt;
~/.wakatime.data&amp;lt;br&amp;gt;&lt;br /&gt;
~/.wakatime.db&amp;lt;br&amp;gt;&lt;br /&gt;
~/.wakatime.log}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export WAKATIME_HOME=&amp;quot;$XDG_CONFIG_HOME/wakatime&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
以下のディレクトリは手動で作成する必要があります。:&amp;lt;br&amp;gt;&lt;br /&gt;
{{ic|1=$ mkdir &amp;quot;$XDG_CONFIG_HOME/wakatime&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[WeeChat]]&lt;br /&gt;
| {{ic|~/.weechat}}&lt;br /&gt;
|&lt;br /&gt;
| [https://savannah.nongnu.org/task/?10934] [https://github.com/ipython/ipython/pull/4457]&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export WEECHAT_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/weechat&amp;lt;br&amp;gt;&lt;br /&gt;
$ weechat -d &amp;quot;$XDG_CONFIG_HOME&amp;quot;/weechat}}&lt;br /&gt;
|-&lt;br /&gt;
| [[wget]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.wgetrc&lt;br /&gt;
~/.wget-hsts}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export WGETRC=&amp;quot;$XDG_CONFIG_HOME/wgetrc&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
$ wget --hsts-file=&amp;quot;$XDG_CACHE_HOME/wget-hsts&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[wine]]&lt;br /&gt;
| {{ic|~/.wine}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugs.winehq.org/show_bug.cgi?id=20888]&lt;br /&gt;
| [[Wine#Winetricks|Winetricks]] は [[Wine#WINEPREFIX|WINEPREFIX]] の管理に XDG のような場所を使用します:&lt;br /&gt;
{{ic|1=$ mkdir -p &amp;quot;$XDG_DATA_HOME&amp;quot;/wineprefixes&amp;lt;br&amp;gt;&lt;br /&gt;
$ export WINEPREFIX=&amp;quot;$XDG_DATA_HOME&amp;quot;/wineprefixes/default}}&lt;br /&gt;
|-&lt;br /&gt;
| [[xbindkeys]]&lt;br /&gt;
| {{ic|~/.xbindkeysrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ xbindkeys -f &amp;quot;$XDG_CONFIG_HOME&amp;quot;/xbindkeys/config}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|xorg-xauth}}&lt;br /&gt;
| {{ic|~/.Xauthority}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export XAUTHORITY=&amp;quot;$XDG_RUNTIME_DIR&amp;quot;/Xauthority}}&lt;br /&gt;
|-&lt;br /&gt;
| [[xinit]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.xinitrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.xserverrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export XINITRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/X11/xinitrc&amp;lt;br&amp;gt;&lt;br /&gt;
$ export XSERVERRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/X11/xserverrc}}&lt;br /&gt;
&lt;br /&gt;
上記の変数は &#039;&#039;xinit&#039;&#039; には反映されますが、&#039;&#039;startx&#039;&#039; には反映されません。starx では引数としてファイル名を指定してください:&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ startx &amp;quot;$XDG_CONFIG_HOME/X11/xinitrc&amp;quot; -- vt1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|xorg-xrdb}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.Xresources&amp;lt;br&amp;gt;&lt;br /&gt;
~/.Xdefaults}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|xrdb -load ~/.config/X11/xresources}} のようにパスを指定して {{ic|xrdb}} でリソースがロードされるように {{ic|Xresources}} を [https://superuser.com/questions/243914/xresources-or-xdefaults 使用] することができます。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|z}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.z}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/rupa/z/issues/267]&lt;br /&gt;
| {{ic|1=$ export _Z_DATA=&amp;quot;$XDG_DATA_HOME/z&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==ハードコードされているソフトウェア==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
! アプリケーション&lt;br /&gt;
! 旧パス&lt;br /&gt;
! 議論&lt;br /&gt;
! ノート&lt;br /&gt;
|-&lt;br /&gt;
| [[ADB|adb]]&lt;br /&gt;
| {{ic|~/.android}}&lt;br /&gt;
| [https://developer.android.com/studio/command-line/variables.html#android_sdk_root]&lt;br /&gt;
| &lt;br /&gt;
{{ic|1=$ export ANDROID_SDK_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/android&amp;lt;br&amp;gt;&lt;br /&gt;
$ export ANDROID_AVD_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/android/&amp;lt;br&amp;gt;&lt;br /&gt;
$ export ANDROID_EMULATOR_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/android/&amp;lt;br&amp;gt;&lt;br /&gt;
$ export ADB_VENDOR_KEY=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/android}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Ansible]]&lt;br /&gt;
| {{ic|~/.ansible}}&lt;br /&gt;
| [https://github.com/ansible/ansible/issues/52354]&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[AMule]]&lt;br /&gt;
| {{ic|~/.aMule}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Android#Android Studio|Android Studio]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.AndroidStudio2.3&amp;lt;br&amp;gt;&lt;br /&gt;
~/.android&amp;lt;br&amp;gt;&lt;br /&gt;
~/.java}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://osdn.net/projects/anthy/ anthy]&lt;br /&gt;
| {{ic|~/.anthy}}&lt;br /&gt;
| [https://osdn.net/ticket/browse.php?group_id=14&amp;amp;tid=28397]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://directory.apache.org/studio/ Apache Directory Studio]&lt;br /&gt;
| {{ic|~/.ApacheDirectoryStudio}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://christian.amsuess.com/tools/arandr/ ARandR]&lt;br /&gt;
| {{ic|~/.screenlayout}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Arduino]]&lt;br /&gt;
| &lt;br /&gt;
{{ic|~/.arduino15&amp;lt;br&amp;gt;&lt;br /&gt;
~/.jssc}} &lt;br /&gt;
| [https://github.com/arduino/Arduino/issues/3915 won&#039;t fix]&lt;br /&gt;
| [https://github.com/arduino/Arduino/issues/10486]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.audacityteam.org/ Audacity]&lt;br /&gt;
| {{ic|~/.audacity-data}}&lt;br /&gt;
| [https://bugzilla.audacityteam.org/show_bug.cgi?id=2201]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://fixounet.free.fr/avidemux/ Avidemux]&lt;br /&gt;
| {{ic|~/.avidemux6}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[bash]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.bashrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bash_history&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bash_profile&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bash_login&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bash_logout}}&lt;br /&gt;
| [http://savannah.gnu.org/support/?108134]&lt;br /&gt;
|&lt;br /&gt;
* 指定された {{ic|bashrc}} は {{ic|/etc/bashrc}} から読み込まれます。&lt;br /&gt;
* {{ic|1=export HISTFILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/bash/history}}&lt;br /&gt;
* インタラクティブシェルでは {{ic|~/.bashrc}} の代わりに {{ic|--init-file &amp;lt;file&amp;gt;}} で指定。&lt;br /&gt;
|-&lt;br /&gt;
| [[Haskell|cabal]]&lt;br /&gt;
| {{ic|~/.cabal}}&lt;br /&gt;
| [https://github.com/haskell/cabal/issues/680]&lt;br /&gt;
| 対処方法は議論を見てください。簡単な方法ではありませんが Base Directory 準拠をエミュレートできます。&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|chatty}}&lt;br /&gt;
| {{ic|~/.chatty/}}&lt;br /&gt;
| [https://github.com/chatty/chatty/issues/273]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|cmake}}&lt;br /&gt;
| {{ic|~/.cmake/}}&lt;br /&gt;
|&lt;br /&gt;
| Used for the user package registry {{ic|~/.cmake/packages/&amp;lt;package&amp;gt;}}, detailed in {{man|7|cmake-packages|User Package Registry}} and [https://gitlab.kitware.com/cmake/community/wikis/doc/tutorials/Package-Registry the Package registry wiki page]. Looks like it&#039;s hardcoded, for example in [https://gitlab.kitware.com/cmake/cmake/blob/v3.12.1/Source/cmFindPackageCommand.cxx#L1221 cmFindPackageCommand.cxx].&lt;br /&gt;
|-&lt;br /&gt;
| [[Cinnamon]]&lt;br /&gt;
| {{ic|~/.cinnamon/}}&lt;br /&gt;
| [https://github.com/linuxmint/Cinnamon/issues/7807]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|cryptomator}}&lt;br /&gt;
| {{ic|~/.Cryptomator}}&lt;br /&gt;
| [https://github.com/cryptomator/cryptomator/issues/710]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[CUPS]]&lt;br /&gt;
| {{ic|~/.cups}}&lt;br /&gt;
| [https://github.com/apple/cups/issues/4243]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[darcs]]&lt;br /&gt;
| {{ic|~/.darcs}}&lt;br /&gt;
| [http://bugs.darcs.net/issue2453]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[D-Bus|dbus]]&lt;br /&gt;
| {{ic|~/.dbus}}&lt;br /&gt;
| [https://bugs.freedesktop.org/show_bug.cgi?id=35887]&lt;br /&gt;
| [[kdbus]] を使うことで回避できます。&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.gnome.org/Apps/Dia Dia]&lt;br /&gt;
| {{ic|~/.dia}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|devede}}&lt;br /&gt;
| {{ic|~/.devedeng}}&lt;br /&gt;
|&lt;br /&gt;
| Hardcoded [https://gitlab.com/rastersoft/devedeng/blob/f0893b3ff7b14723bd148db35bdfe2d284156d19/src/devedeng/configuration_data.py#L111 here]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.gnome.org/Apps/Dia Dia]&lt;br /&gt;
| {{ic|~/.dia/}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|dotnet-sdk}}&lt;br /&gt;
| {{ic|~/.dotnet/}}&lt;br /&gt;
| [https://github.com/dotnet/cli/issues/7569]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[eclipse]]&lt;br /&gt;
| {{ic|~/.eclipse}}&lt;br /&gt;
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=200809]&lt;br /&gt;
| {{ic|1=-Dosgi.configuration.area=@user.home/.config/..}} オプションで上書きできますがコマンドラインで指定するのではなく {{ic|&amp;quot;$ECLIPSE_HOME&amp;quot;/eclipse.ini&amp;quot;}} に追加する必要があり {{ic|$ECLIPSE_HOME}} の書き込み権限が要ります (Arch Linux では {{ic|$ECLIPSE_HOME}} が {{ic|/usr/bin/eclipse}} に決め打ちされています)。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.fetchmail.info/ Fetchmail]&lt;br /&gt;
| {{ic|~/.fetchmailrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[firefox]]&lt;br /&gt;
| {{ic|~/.mozilla}}&lt;br /&gt;
| [https://bugzil.la/259356]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Flatpak]]&lt;br /&gt;
| {{ic|~/.var/}}&lt;br /&gt;
| [https://github.com/flatpak/flatpak/issues/46] [https://github.com/flatpak/flatpak.github.io/issues/191] [https://github.com/flatpak/flatpak/issues/1651 won&#039;t fix]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|fltk}}&lt;br /&gt;
| {{ic|~/.fltk/}}&lt;br /&gt;
| [https://www.fltk.org/str.php?L3370+P0+S0+C0+I0+E0+V%25+Qxdg]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|gftp}}&lt;br /&gt;
| {{ic|~/.gftp/}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GHC]]&lt;br /&gt;
| {{ic|~/.ghc}}&lt;br /&gt;
| [https://ghc.haskell.org/trac/ghc/ticket/6077]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|ghidra}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/NationalSecurityAgency/ghidra/issues/908]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GoldenDict]]&lt;br /&gt;
| {{ic|~/.goldendict/}}&lt;br /&gt;
| [https://github.com/goldendict/goldendict/issues/151]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|gramps}}&lt;br /&gt;
| {{ic|~/.gramps/}}&lt;br /&gt;
| [https://gramps-project.org/bugs/view.php?id=8025]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|grsync}}&lt;br /&gt;
| {{ic|~/.grsync/}}&lt;br /&gt;
| [https://sourceforge.net/p/grsync/feature-requests/15/]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[RecordMyDesktop|gtk-recordMyDesktop]]&lt;br /&gt;
| {{ic|~/.gtk-recordmydesktop}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|kite}}&lt;br /&gt;
| {{ic|~/.kite/}}&lt;br /&gt;
| [https://github.com/kiteco/issue-tracker/issues/242]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|hplip}}&lt;br /&gt;
| {{ic|~/.hplip/}}&lt;br /&gt;
| [https://bugs.launchpad.net/hplip/+bug/307152]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.idris-lang.org/ idris]&lt;br /&gt;
| {{ic|~/.idris}}&lt;br /&gt;
| [https://github.com/idris-lang/Idris-dev/pull/3456]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Java]] OpenJDK&lt;br /&gt;
| {{ic|~/.java/fonts}}&lt;br /&gt;
| [https://bugzilla.redhat.com/show_bug.cgi?id=1154277] (RedHat)&lt;br /&gt;
| {{ic|1=$ export _JAVA_OPTIONS=-Djava.util.prefs.userRoot=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/java}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Java]] OpenJFX&lt;br /&gt;
| {{ic|~/.java/webview}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[julia]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.juliarc.jl&amp;lt;br&amp;gt;&lt;br /&gt;
~/.julia_history}}&lt;br /&gt;
| [https://github.com/JuliaLang/julia/issues/4630] [https://github.com/JuliaLang/julia/issues/10016]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[PAM|Linux PAM]]&lt;br /&gt;
| {{ic|~/.pam_environment}}&lt;br /&gt;
| [https://github.com/linux-pam/linux-pam/issues/7]&lt;br /&gt;
| ハードコード: [https://github.com/linux-pam/linux-pam/blob/master/modules/pam_env/pam_env.c modules/pam_env/pam_env.c]。&lt;br /&gt;
|-&lt;br /&gt;
| [http://lldb.llvm.org/ lldb]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.lldb&amp;lt;br&amp;gt;&lt;br /&gt;
~/.lldbinit}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.mathomatic.org/ mathomatic]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.mathomaticrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.matho_history}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|rlwrap mathomatic -r}} を使って {{ic|RLWRAP_HOME}} 変数を適切に設定することで履歴を移動できます。&lt;br /&gt;
|-&lt;br /&gt;
| [[Minecraft]]&lt;br /&gt;
| {{ic|~/.minecraft/}}&lt;br /&gt;
| [https://bugs.mojang.com/browse/MCL-2563]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Minetest]]&lt;br /&gt;
| {{ic|~/.minetest/}}&lt;br /&gt;
| [https://github.com/minetest/minetest/issues/864 won&#039;t fix] [https://github.com/minetest/minetest/issues/8151]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|minicom}}&lt;br /&gt;
| {{ic|~/.minirc.dfl}}&lt;br /&gt;
| &lt;br /&gt;
| アップストリームでは、{{ic|~/.config/minicom}}以下の設定ファイルをサポートするためのTODOエントリがあります。[https://salsa.debian.org/minicom-team/minicom/-/blob/fe9ff103/TODO#L27]&lt;br /&gt;
|-&lt;br /&gt;
| [[MongoDB|mongodb]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.mongorc.js&amp;lt;br&amp;gt;&lt;br /&gt;
~/.dbshell}}&lt;br /&gt;
| [https://jira.mongodb.org/browse/DOCS-5652?jql=text%20~%20%22.mongorc.js%22]&lt;br /&gt;
| [https://stackoverflow.com/a/22349050/4200039 Stack Overflow のスレッド] ではコマンドラインスイッチの {{ic|--norc}} を使うことを提案しています。&lt;br /&gt;
|-&lt;br /&gt;
| [http://0ldsk00l.ca/nestopia/ Nestopia UE]&lt;br /&gt;
| {{ic|~/.nestopia/}}&lt;br /&gt;
| [https://github.com/0ldsk00l/nestopia/pull/292 won&#039;t fix]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.netrc}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.ssh}} などの多数のプログラムが使っています。curl ({{ic|CURLOPT_NETRC_FILE}}), ftp ({{ic|NETRC}}), s-nail ({{ic|NETRC}}) なども使用しています。別の場所を設定できるプログラムも存在しますが w3m, wget, lftp など大抵のプログラムは設定が不可能です。&lt;br /&gt;
|-&lt;br /&gt;
| [[Networkmanager-openvpn]]&lt;br /&gt;
| {{ic|~/.cert/nm-openvpn}}&lt;br /&gt;
| [https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/issues/35]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Network Security Services|NSS]]&lt;br /&gt;
| {{ic|~/.pki}}&lt;br /&gt;
| [https://bugzilla.mozilla.org/show_bug.cgi?id=818686]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[OpenSSH]]&lt;br /&gt;
| {{ic|~/.ssh}}&lt;br /&gt;
| [https://bugzilla.mindrot.org/show_bug.cgi?id=2050]&lt;br /&gt;
| DropBear や OpenSSH など多数の ssh デーモンやクライアントが使用します。&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.palemoon.org/ palemoon]&lt;br /&gt;
| {{ic|~/.moonchild productions}}&lt;br /&gt;
| [https://forum.palemoon.org/viewtopic.php?f=5&amp;amp;t=9639]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|parsec-bin}}&lt;br /&gt;
| {{ic|~/.parsec}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[PCManFM]]&lt;br /&gt;
| {{ic|~/.thumbnails}}&lt;br /&gt;
| [https://github.com/lxde/libfm/issues/57]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|pcsxr}}&lt;br /&gt;
| {{ic|~/.pcsxr}}&lt;br /&gt;
|&lt;br /&gt;
| A {{ic|-cfg}} flag exists, but can only be set relative to {{ic|~/.pcsxr}}.&lt;br /&gt;
|-&lt;br /&gt;
| [https://perf.wiki.kernel.org/index.php/Main_Page perf]&lt;br /&gt;
| {{ic|~/.debug}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/torvalds/linux/blob/master/tools/perf/util/config.c#L29 tools/perf/util/config.c:29] でハードコードされています。&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.profile}}&lt;br /&gt;
|&lt;br /&gt;
| 様々な[[シェル]]や[[ディスプレイマネージャ]]が使用しています。&lt;br /&gt;
|-&lt;br /&gt;
| [[python]]&lt;br /&gt;
| {{ic|~/.python_history}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugs.python.org/issue5845 バージョン 3.4] からインタラクティブセッションの履歴は全てデフォルトで {{ic|~/.python_history}} に保存されますが、古いバージョンと同じ方法でカスタムパスを設定できます ([https://docs.python.org/3/library/readline.html?highlight=readline#example] を参照)。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|python-poetry}}&lt;br /&gt;
| {{ic|~/.poetry}}&lt;br /&gt;
| [https://github.com/python-poetry/poetry/issues/2148]&lt;br /&gt;
| {{ic|POETRY_HOME}} can be used but it does not separate data and config.&lt;br /&gt;
|-&lt;br /&gt;
| [[Qt#開発|Qt Designer]]&lt;br /&gt;
| {{ic|~/.designer}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://rednotebook.sourceforge.net/ RedNotebook]&lt;br /&gt;
| {{ic|~/.rednotebook}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://remarkableapp.github.io/linux.html Remarkable]&lt;br /&gt;
| {{ic|~/.remarkable}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|renderdoc}}&lt;br /&gt;
| {{ic|~/.renderdoc}}&lt;br /&gt;
| [https://github.com/baldurk/renderdoc/pull/1741 won&#039;t fix]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.renpy.org/ Ren&#039;Py]&lt;br /&gt;
| {{ic|~/.renpy}}&lt;br /&gt;
| [https://github.com/renpy/renpy/issues/1377]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SANE]]&lt;br /&gt;
| {{ic|~/.sane/}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|scanimage}} によって {{ic|.cal}} ファイルが作成されます。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|sbcl}}&lt;br /&gt;
| {{ic|~/.sbclrc}}&lt;br /&gt;
|&lt;br /&gt;
| {{hc|/etc/sbclrc|&lt;br /&gt;
(require :asdf)&lt;br /&gt;
(setf sb-ext:*userinit-pathname-function*&lt;br /&gt;
      (lambda () (uiop:xdg-config-home #P&amp;quot;sbcl/sbclrc&amp;quot;)))&lt;br /&gt;
}}&lt;br /&gt;
これにはroot権限が必要であり、すべてのユーザに対して{{{ic|~/.sbclrc}}}の場所が変更されることに注意してください。これは、{{{ic|lambda}}フォーム内に既存の{{{ic|~/.sbclrc}}}があるかどうかをチェックすることで緩和できます。&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.scribus.net/ Scribus]&lt;br /&gt;
| {{ic|~/.scribus}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.seamonkey-project.org/ SeaMonkey]&lt;br /&gt;
| {{ic|~/.mozilla}}&lt;br /&gt;
| [https://bugzil.la/726939]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|simplescreenrecorder}}&lt;br /&gt;
| {{ic|~/.ssr/}}&lt;br /&gt;
| [https://github.com/MaartenBaert/ssr/issues/407]&lt;br /&gt;
| 既に作成されている場合に限り{{ic|$XDG_CONFIG_HOME/simplescreenrecorder/}}を使用します。[https://github.com/MaartenBaert/ssr/issues/407#issuecomment-667600809] (まだリリースされていません)&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.gnu.org/software/solfege/solfege.html Solfege]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.solfege&amp;lt;br&amp;gt;&lt;br /&gt;
~/.solfegerc&amp;lt;br&amp;gt;&lt;br /&gt;
~/lessonfiles}}&lt;br /&gt;
| [https://savannah.gnu.org/bugs/index.php?50251]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Postfix#SpamAssassin|SpamAssassin]]&lt;br /&gt;
| {{ic|~/.spamassassin}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SQLite]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.sqlite_history&amp;lt;br&amp;gt;&lt;br /&gt;
~/.sqliterc}}&lt;br /&gt;
| [https://unix.stackexchange.com/questions/306890/change-location-of-sqlite-history-file][http://sqlite.1065341.n5.nabble.com/Customizing-the-location-of-the-sqlite-history-td87055.html]&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export SQLITE_HISTORY=$XDG_DATA_HOME/sqlite_history&amp;lt;br&amp;gt;&lt;br /&gt;
$ sqlite3 -init &amp;quot;$XDG_CONFIG_HOME&amp;quot;/sqlite3/sqliterc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Steam]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.steam&amp;lt;br&amp;gt;&lt;br /&gt;
~/.steampath&amp;lt;br&amp;gt;&lt;br /&gt;
~/.steampid}}&lt;br /&gt;
| [https://github.com/ValveSoftware/steam-for-linux/issues/1890]&lt;br /&gt;
| 大抵のゲームエンジン (Unity 3D, Unreal) は仕様に準拠していますが、一部のゲームパブリッシャはパスを [https://www.ctrl.blog/entry/flatpak-steamcloud-xdg Steam Auto-Cloud] にハードコードしているため、ゲームのセーブデータが間違ったディレクトリで同期されることがあります。&lt;br /&gt;
|-&lt;br /&gt;
| [[TeamSpeak]]&lt;br /&gt;
| {{ic|~/.ts3client}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export TS3_CONFIG_DIR=&amp;quot;$XDG_CONFIG_HOME/ts3client&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|texinfo}}&lt;br /&gt;
| {{ic|~/.infokey}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ info --init-file &amp;quot;$XDG_CONFIG_HOME/infokey&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.texmacs.org/ TeXmacs]&lt;br /&gt;
| {{ic|~/.TeXmacs}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Thunderbird]]&lt;br /&gt;
| {{ic|~/.thunderbird}}&lt;br /&gt;
| [https://bugzil.la/735285]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://git.archlinux.org/users/remy/texlive-localmanager.git/ tllocalmgr]&lt;br /&gt;
| {{ic|~/.texlive}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|vale}}&lt;br /&gt;
| {{ic|~/.vale.ini}}&lt;br /&gt;
| [https://github.com/errata-ai/vale/issues/152 won&#039;t fix]&lt;br /&gt;
| {{ic|$ vale --config &amp;quot;$XDG_CONFIG_HOME/vale/config.ini&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[vim]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.vim&amp;lt;br&amp;gt;&lt;br /&gt;
~/.vimrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.viminfo}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/vim/vim/commit/6a459902592e2a4ba68 7.3.1178] から vim は {{ic|~/.vimrc}} が存在しない場合に {{ic|~/.vim/vimrc}} を検索します。&lt;br /&gt;
&lt;br /&gt;
{{hc|&amp;quot;$XDG_CONFIG_HOME&amp;quot;/vim/vimrc|&lt;br /&gt;
set undodir&amp;amp;#61;$XDG_DATA_HOME/vim/undo&lt;br /&gt;
set directory&amp;amp;#61;$XDG_DATA_HOME/vim/swap&lt;br /&gt;
set backupdir&amp;amp;#61;$XDG_DATA_HOME/vim/backup&lt;br /&gt;
set viewdir&amp;amp;#61;$XDG_DATA_HOME/vim/view&lt;br /&gt;
set viminfo+&amp;amp;#61;&#039;1000,n$XDG_DATA_HOME/vim/viminfo&lt;br /&gt;
set runtimepath&amp;amp;#61;$XDG_CONFIG_HOME/vim,$VIMRUNTIME,$XDG_CONFIG_HOME/vim/after&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{hc|~/.profile|&lt;br /&gt;
export VIMINIT&amp;amp;#61;&amp;quot;:source $XDG_CONFIG_HOME&amp;quot;/vim/vimrc&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
https://tlvince.com/vim-respect-xdg も参照。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.vimperator.org/ vimperator]&lt;br /&gt;
| {{ic|~/.vimperatorrc}}&lt;br /&gt;
| [http://www.mozdev.org/pipermail/vimperator/2009-October/004848.html]&lt;br /&gt;
| &lt;br /&gt;
{{ic|1=$ export VIMPERATOR_INIT=&amp;quot;:source $XDG_CONFIG_HOME/vimperator/vimperatorrc&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
$ export VIMPERATOR_RUNTIME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/vimperator}}&lt;br /&gt;
|-&lt;br /&gt;
| [[w3m]]&lt;br /&gt;
| {{ic|~/.w3m}}&lt;br /&gt;
| [https://sourceforge.net/p/w3m/feature-requests/31/]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[WPA supplicant#wpa_cli で接続する|wpa_cli]]&lt;br /&gt;
| {{ic|~/.wpa_cli_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|xdg-utils}}&lt;br /&gt;
| {{ic|~/.gnome}}&lt;br /&gt;
| [https://bugs.freedesktop.org/show_bug.cgi?id=90775]&lt;br /&gt;
| 何らかの理由で {{ic|xdg-desktop-menu}} スクリプトは {{ic|gnome_user_dir&amp;amp;#61;&amp;quot;$HOME/.gnome/apps&amp;quot;}} をハードコードしており、[[chromium]] などによって使われています。&lt;br /&gt;
|-&lt;br /&gt;
| [https://opensource.conformal.com/wiki/xombrero xombrero]&lt;br /&gt;
| {{ic|~/.xombrero}}&lt;br /&gt;
| [https://github.com/conformal/xombrero/issues/74]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|xournalpp}}&lt;br /&gt;
| {{ic|~/.xournalpp}}&lt;br /&gt;
| [https://github.com/xournalpp/xournalpp/issues/1101]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|xpdf}}&lt;br /&gt;
| {{ic|~/.xpdfrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://yardoc.org YARD]&lt;br /&gt;
| {{ic|~/.yard}}&lt;br /&gt;
| [https://github.com/lsegal/yard/issues/1230]&lt;br /&gt;
| 誰か実装したい人がいれば、プルリクエストを受け付けます。&lt;br /&gt;
|-&lt;br /&gt;
| [https://nmap.org/zenmap/ zenmap] ([[nmap]])&lt;br /&gt;
| {{ic|~/.zenmap}}&lt;br /&gt;
| [http://seclists.org/nmap-dev/2012/q2/163] [https://github.com/nmap/nmap/issues/590]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|zoom}}&lt;br /&gt;
| {{ic|~/.zoom}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|zotero}}&lt;br /&gt;
| {{ic|~/.zotero}} {{ic|~/Zotero}}&lt;br /&gt;
| [https://github.com/zotero/zotero/issues/1203]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[zsh]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.zshrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zprofile&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zshenv&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zlogin&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zlogout&amp;lt;br&amp;gt;&lt;br /&gt;
~/.histfile&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zcompdump}}&lt;br /&gt;
| [http://www.zsh.org/mla/workers/2013/msg00692.html]&lt;br /&gt;
| {{ic|~/.zshenv}} で {{ic|1=ZDOTDIR=$HOME/.config/zsh}} を export してください (ブートストラップ問題のためにハードコードされています)。{{ic|/etc/zsh/zshenv}} にも追加することで {{ic|HOME}} にドットファイルが必要なくなります。ただし root 権限が必要で設定はシステム全体に適用されます。&lt;br /&gt;
{{ic|1=$ export HISTFILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/zsh/history}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==ライブラリと言語のサポート==&lt;br /&gt;
&lt;br /&gt;
; C&lt;br /&gt;
: [https://github.com/Cloudef/chck/tree/master/chck/xdg C99: Cloudef のシンプルな実装]。&lt;br /&gt;
&lt;br /&gt;
; C++&lt;br /&gt;
: [https://github.com/azubieta/xdg-utils-cxx xdg-utils-cxx]&lt;br /&gt;
&lt;br /&gt;
; Go&lt;br /&gt;
: [https://github.com/ProtonMail/go-appdir go-appdir]&lt;br /&gt;
&lt;br /&gt;
; JVM ([[Java]], Kotlin, [[Clojure]], [[Scala]])&lt;br /&gt;
: [https://github.com/soc/directories-jvm directories-jvm]&lt;br /&gt;
&lt;br /&gt;
; [[Haskell]]&lt;br /&gt;
: 1.2.3.0 から [https://hackage.haskell.org/package/directory directory] で公式に対応 [https://github.com/haskell/directory/commit/ab9d0810ce ab9d0810ce]。&lt;br /&gt;
: [https://hackage.haskell.org/package/xdg-basedir xdg-basedir]&lt;br /&gt;
&lt;br /&gt;
; [[Perl]]&lt;br /&gt;
: [http://search.cpan.org/dist/File-BaseDir/lib/File/BaseDir.pm File-BaseDir]&lt;br /&gt;
: [https://github.com/Aerdan/perl-file-xdg perl-file-xdg]&lt;br /&gt;
&lt;br /&gt;
; [[Python]]&lt;br /&gt;
: [https://freedesktop.org/wiki/Software/pyxdg/ pyxdg]&lt;br /&gt;
&lt;br /&gt;
; [[Ruby]]&lt;br /&gt;
: [https://github.com/rubyworks/xdg rubyworks/xdg]&lt;br /&gt;
&lt;br /&gt;
; [[Rust]]&lt;br /&gt;
: [https://github.com/soc/directories-rs directories-rs]&lt;br /&gt;
&lt;br /&gt;
; Vala&lt;br /&gt;
: [http://valadoc.org/#!api=glib-2.0/GLib.Environment GLib.Environment] によるサポート。&lt;br /&gt;
: {{ic|get_user_cache_dir}}, {{ic|get_user_data_dir}}, {{ic|get_user_config_dir}} などを参照。&lt;br /&gt;
&lt;br /&gt;
==参照==&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.gnome.org/Initiatives/GnomeGoals/XDGConfigFolders GNOME Goal: XDG Base Directory Specification Usage]&lt;br /&gt;
* [https://plus.google.com/+RobPikeTheHuman/posts/R58WgWwN9jp Rob Pike: &amp;quot;Dotfiles&amp;quot; being hidden is a UNIXv2 mistake]&lt;br /&gt;
* {{man|1|systemd-path}}&lt;br /&gt;
* {{man|7|file-hierarchy}}&lt;br /&gt;
* [https://github.com/grawity/dotfiles/blob/master/.dotfiles.notes Grawity&#039;s notes on dotfiles]&lt;br /&gt;
* [https://github.com/grawity/dotfiles/blob/master/.environ.notes Grawity&#039;s notes on environment variables]&lt;br /&gt;
* [https://ploum.net/207-modify-your-application-to-use-xdg-folders/ ploum.net: Modify Your Application to use XDG Folders]&lt;/div&gt;</summary>
		<author><name>Pogin503</name></author>
	</entry>
	<entry>
		<id>https://wiki.archlinux.jp/index.php?title=XDG_Base_Directory&amp;diff=17746</id>
		<title>XDG Base Directory</title>
		<link rel="alternate" type="text/html" href="https://wiki.archlinux.jp/index.php?title=XDG_Base_Directory&amp;diff=17746"/>
		<updated>2020-09-12T11:21:14Z</updated>

		<summary type="html">&lt;p&gt;Pogin503: 英語版ページの内容を追加&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Freedesktop.org]]&lt;br /&gt;
[[Category:設定ファイル]]&lt;br /&gt;
[[en:XDG Base Directory support]]&lt;br /&gt;
[[pt:XDG Base Directory]]&lt;br /&gt;
{{Related articles start}}&lt;br /&gt;
{{Related|ドットファイル}}&lt;br /&gt;
{{Related|XDG ユーザーディレクトリ}}&lt;br /&gt;
{{Related articles end}}&lt;br /&gt;
この記事では2003年に導入された [https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html XDG Base Directory Specification] を使用しているソフトウェアを整理しています。ここでは一般的に使われているドットファイルと対応状態を並べて仕様がどれだけ使われているか示します。Base Directory Specification に対応していないソフトウェアについては、擬似的に対応させる方法を説明します。&lt;br /&gt;
&lt;br /&gt;
ただし[[環境変数]]やコンパイルオプションに保存されているコードを実行したり、ソースにパッチを適用したりする方法は除外します。設定はあくまでシステム間で相互運用できるべきでありコンパイルオプションを使ってしまうと使用が制限されるためです。&lt;br /&gt;
&lt;br /&gt;
==XDG Base Directory Specification==&lt;br /&gt;
&lt;br /&gt;
[https://standards.freedesktop.org/basedir-spec/latest/ フルスペック] を読んでください。このセクションでは概要だけを抽出しています。&lt;br /&gt;
&lt;br /&gt;
デフォルトでは [https://www.freedesktop.org/software/systemd/man/pam_systemd.html pam_systemd] によって {{ic|XDG_RUNTIME_DIR}} だけが設定されます。既存のディレクトリの絶対パスを使って明示的に他の変数を[[環境変数#変数の定義|定義]]するかどうかはユーザー次第です。&lt;br /&gt;
&lt;br /&gt;
===ユーザーディレクトリ===&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_CONFIG_HOME}}&lt;br /&gt;
** ユーザー個別の設定が書き込まれるディレクトリ ({{ic|/etc}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|$HOME/.config}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_CACHE_HOME}}&lt;br /&gt;
** ユーザー個別の重要でない (キャッシュ) データが書き込まれるディレクトリ ({{ic|/var/cache}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|$HOME/.cache}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_DATA_HOME}}&lt;br /&gt;
** ユーザー個別のデータファイルが書き込まれるディレクトリ ({{ic|/usr/share}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|$HOME/.local/share}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_RUNTIME_DIR}}&lt;br /&gt;
** ソケットや名前付きパイプなどのような必須でないユーザー個別のデータファイルに使われます。&lt;br /&gt;
** デフォルト値は必ずしも設定する必要はありません。設定されていない場合は警告が表示されます。&lt;br /&gt;
** ディレクトリの所有者がユーザーでアクセスモードが {{ic|0700}} である必要があります。&lt;br /&gt;
** OS の標準機能だけで動作するファイルシステムを使用します。&lt;br /&gt;
** ローカルファイルシステム上に存在する必要があります。&lt;br /&gt;
** 定期的にファイルが消去される可能性があります。&lt;br /&gt;
** 永続的に保持したい場合は6時間毎に変更を加えるかスティッキービットを設定します。&lt;br /&gt;
** ユーザーがログインしている値だけ存在します。&lt;br /&gt;
** tmpfs でマウントされることもあるので巨大なファイルは保存できません。&lt;br /&gt;
&lt;br /&gt;
===システムディレクトリ===&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_DATA_DIRS}}&lt;br /&gt;
** {{ic|:}} でディレクトリを区切ります ({{ic|PATH}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|/usr/local/share:/usr/share}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_CONFIG_DIRS}}&lt;br /&gt;
** {{ic|:}} でディレクトリを区切ります ({{ic|PATH}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|/etc/xdg}} です。&lt;br /&gt;
&lt;br /&gt;
==貢献==&lt;br /&gt;
&lt;br /&gt;
ソフトウェアを追加するときは適切なセクションを使ってください。&lt;br /&gt;
&lt;br /&gt;
コードの評価 ([[vim]] や {{ic|VIMINIT}} など)、パッチやコンパイルオプションが必要な方法、あるいはハードコードと考えられる方法は載せるべきではありません。また、[https://www.haskell.org/cabal/ Haskell の cabal] や [[Eclipse]] など難しい方法もハードコードとして扱います。&lt;br /&gt;
&lt;br /&gt;
* 1番目のカラムはプロジェクト名です。できればコマンド名にしてください。ソフトウェアのウェブサイトか適切な wiki の記事にリンクさせます。&lt;br /&gt;
&lt;br /&gt;
* 2番目のカラムはプロジェクトが使用するレガシーなファイルやディレクトリです。もはや読み込まれない場合でも確認できるように記述してください。&lt;br /&gt;
&lt;br /&gt;
* 3番目のカラムは XDG Base Directory に切り替わったプロジェクトのコミットあるいはバージョンです。4番目のカラムにはその議論がある場合にリンクを載せてください。&lt;br /&gt;
&lt;br /&gt;
* 最後のカラムにはサポートしていないプロジェクトのための適切な対処方法を記載します。簡潔に書いてください。曖昧な部分がある場合は自由に追記してください。&lt;br /&gt;
&lt;br /&gt;
==サポートしているソフトウェア==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
! アプリケーション&lt;br /&gt;
! 旧パス&lt;br /&gt;
! 対応開始&lt;br /&gt;
! 議論&lt;br /&gt;
! ノート&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/SirCmpwn/aerc aerc]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/Antimicro/antimicro/ antimicro]&lt;br /&gt;
| {{ic|~/.antimicro}}&lt;br /&gt;
| [https://github.com/Antimicro/antimicro/commit/edba864 edba864]&lt;br /&gt;
| [https://github.com/Antimicro/antimicro/issues/5]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[aria2]]&lt;br /&gt;
| {{ic|~/.aria2}}&lt;br /&gt;
| [https://github.com/tatsuhiro-t/aria2/commit/8bc1d37 8bc1d37]&lt;br /&gt;
| [https://github.com/tatsuhiro-t/aria2/issues/27]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://littlesvr.ca/asunder/ Asunder]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.asunder&amp;lt;br&amp;gt;&lt;br /&gt;
~/.asunder_album_artist&amp;lt;br&amp;gt;&lt;br /&gt;
~/.asunder_album_genre&amp;lt;br&amp;gt;&lt;br /&gt;
~/.asunder_album_title}}&lt;br /&gt;
| [https://littlesvr.ca/bugs/show_bug.cgi?id=31 2.9.0]&lt;br /&gt;
| [https://littlesvr.ca/bugs/show_bug.cgi?id=52]&lt;br /&gt;
| {{ic|~/.asunder}} は {{ic|XDG_CONFIG_HOME/asunder/asunder}} を、他の3つのファイルは {{ic|XDG_CACHE_HOME/asunder/asunder_album_...}} を使います。移行後も古いパスは削除されないため、手動で削除する必要があります。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|binwalk}}&lt;br /&gt;
| {{ic|~/.binwalk}}&lt;br /&gt;
| [https://github.com/ReFirmLabs/binwalk/commit/2051757 2051757]&lt;br /&gt;
| [https://github.com/ReFirmLabs/binwalk/issues/216]&lt;br /&gt;
| {{ic|$XDG_CONFIG_HOME/binwalk}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|bash-completion}}&lt;br /&gt;
| {{ic|~/.bash_completion}}&lt;br /&gt;
| [https://github.com/scop/bash-completion/commit/1d25d72ca8633c19cb089dff447d08c531379c59 2.11版]&lt;br /&gt;
| &lt;br /&gt;
| 以前の方法: {{ic|1=$ export BASH_COMPLETION_USER_FILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/bash-completion/bash_completion}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Blender]]&lt;br /&gt;
| {{ic|~/.blender}}&lt;br /&gt;
| [http://git.blender.org/gitweb/gitweb.cgi/blender.git/commit/4293f473 4293f473]&lt;br /&gt;
| [https://developer.blender.org/T28943]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/falconindy/burp burp]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/falconindy/burp/commit/f2388e9 f2388e9]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|calcurse}}&lt;br /&gt;
| {{ic|~/.calcurse}}&lt;br /&gt;
| [https://github.com/lfos/calcurse/commit/04162d 04162d]&lt;br /&gt;
| [https://github.com/lfos/calcurse/pull/254] [https://github.com/lfos/calcurse/issues/252]&lt;br /&gt;
| {{ic|XDG_CONFIG_HOME/calcurse}}&lt;br /&gt;
&lt;br /&gt;
{{ic|XDG_DATA_HOME/calcurse}}&lt;br /&gt;
&lt;br /&gt;
レガシーパス ~/.calcurse が存在する場合は、それが優先されます。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|calibre}}&lt;br /&gt;
| {{ic|~/Calibre Library}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://citra-emu.org/ citra]&lt;br /&gt;
| {{ic|~/.citra-emu}}&lt;br /&gt;
| [https://github.com/citra-emu/citra/commit/f7c3193fec f7c3193fec]&lt;br /&gt;
| [https://github.com/citra-emu/citra/pull/575]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[PHP#Composer|composer]]&lt;br /&gt;
| {{ic|~/.composer}}&lt;br /&gt;
| [https://github.com/composer/composer/releases/tag/1.0.0-beta1 1.0.0-beta1]&lt;br /&gt;
| [https://github.com/composer/composer/pull/1407]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[AUR ヘルパー#ビルドと検索|cower]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/falconindy/cower/commit/8b70805 8b70805]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.gnome.org/Apps/DFeet d-feet]&lt;br /&gt;
| {{ic|~/.d-feet}}&lt;br /&gt;
| [https://gitlab.gnome.org/GNOME/d-feet/commit/7f6104b 7f6104b]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.gnome.org/dconf dconf]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Dolphin エミュレータ|dolphin-emu]]&lt;br /&gt;
| {{ic|~/.dolphin-emu}}&lt;br /&gt;
| [https://github.com/dolphin-emu/dolphin/commit/a498c68 a498c68]&lt;br /&gt;
| [https://github.com/dolphin-emu/dolphin/pull/2304]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://dr14tmeter.sourceforge.net dr14-meter]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/simon-r/dr14_t.meter/commit/7e777ca645298ec898b3c76e3ec472ed6ed43e8a 7e777ca64]&lt;br /&gt;
| [https://github.com/simon-r/dr14_t.meter/pull/30]&lt;br /&gt;
| {{ic|XDG_CONFIG_HOME/dr14tmeter/}}&lt;br /&gt;
|-&lt;br /&gt;
| [[dunst]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/knopwob/dunst/commit/78b6e2b1 78b6e2b1]&lt;br /&gt;
| [https://github.com/knopwob/dunst/issues/22]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[dwb]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[fish]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[fontconfig]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.fontconfig&amp;lt;br&amp;gt;&lt;br /&gt;
~/.fonts}}&lt;br /&gt;
| [https://cgit.freedesktop.org/fontconfig/commit/?id=8c255fb1 8c255fb1], [https://gitlab.freedesktop.org/fontconfig/fontconfig/-/commit/437f03299bd1adc9673cd576072f1657be8fd4e0]&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
| フォントの保存には {{ic|&amp;quot;$XDG_DATA_HOME&amp;quot;/fonts}} を使ってください。&lt;br /&gt;
|-&lt;br /&gt;
| [http://fontforge.github.io/ fontforge]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.FontForge&amp;lt;br&amp;gt;&lt;br /&gt;
~/.PfaEdit}}&lt;br /&gt;
| [https://github.com/fontforge/fontforge/commit/e4c2cc7432 e4c2cc7432]&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/fontforge/fontforge/issues/847]&lt;br /&gt;
[https://github.com/fontforge/fontforge/issues/991]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.freerdp.com/ freerdp]&lt;br /&gt;
| {{ic|~/.freerdp}}&lt;br /&gt;
| [https://github.com/FreeRDP/FreeRDP/commit/edf6e7258d edf6e7258d]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Emacs]]&lt;br /&gt;
| {{ic|~/.emacs&amp;lt;br&amp;gt;~/.emacs.d/init.el}}&lt;br /&gt;
| [https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=4118297ae2fab4886b20d193ba511a229637aea3]&lt;br /&gt;
[https://www.gnu.org/savannah-checkouts/gnu/emacs/emacs.html#Releases 27.1]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|XDG_CONFIG_HOME/emacs/init.el}}&lt;br /&gt;
レガシーパスは XDG パスよりも優先されます。 その場合、Emacsは {{{ic|XDG_CONFIG_HOME/emacs/}}} を作成しません。&lt;br /&gt;
26.3 以降での回避策は{{{ic|HOME}}を設定することは可能ですが、予期せぬ副作用があります。 他の Emacs 環境変数を修正してロードパスを変更して手動で init ファイルをロードする site ファイルを作成するのが確実ですが、ロードプロセスが大幅に変わってしまいます。 &lt;br /&gt;
|-&lt;br /&gt;
| [[Gajim]]&lt;br /&gt;
| {{ic|~/.gajim}}&lt;br /&gt;
| [https://dev.gajim.org/gajim/gajim/commit/3e777ea8f120dc58d4e65ce501ab3ab3785a5d40 3e777ea]&lt;br /&gt;
| [https://dev.gajim.org/gajim/gajim/issues/2149]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://projects.gnome.org/gconf gconf]&lt;br /&gt;
| {{ic|~/.gconf}}&lt;br /&gt;
| [https://git.gnome.org/browse/gconf/commit/?id=fc28caa7 fc28caa7]&lt;br /&gt;
| [https://bugzilla.gnome.org/show_bug.cgi?id=674803]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GIMP]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.gimp-x.y&amp;lt;br&amp;gt;&lt;br /&gt;
~/.thumbnails}}&lt;br /&gt;
|&lt;br /&gt;
[https://gitlab.gnome.org/GNOME/gimp/commit/60e0cfe 60e0cfe]&lt;br /&gt;
[https://gitlab.gnome.org/GNOME/gimp/commit/483505f 483505f]&lt;br /&gt;
|&lt;br /&gt;
[https://bugzilla.gnome.org/show_bug.cgi?id=166643]&lt;br /&gt;
[https://bugzilla.gnome.org/show_bug.cgi?id=646644]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[git]]&lt;br /&gt;
| {{ic|~/.gitconfig}}&lt;br /&gt;
| [https://github.com/git/git/commit/0d94427e 0d94427e]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/google/gops gops]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/google/gops/commit/71c4255 71c4255]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GStreamer|gstreamer]]&lt;br /&gt;
| {{ic|~/.gstreamer-0.10}}&lt;br /&gt;
| [https://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=4e36f93924cf 4e36f93924cf]&lt;br /&gt;
| [https://bugzilla.gnome.org/show_bug.cgi?id=518597]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GTK+|gtk3]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[アプリケーション一覧/ユーティリティ#システム監視|htop]]&lt;br /&gt;
| {{ic|~/.htoprc}}&lt;br /&gt;
| [https://github.com/hishamhm/htop/commit/93233a67 93233a67]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[i3]]&lt;br /&gt;
| {{ic|~/.i3}}&lt;br /&gt;
| [http://code.stapelberg.de/git/i3/commit/?id=7c130fb54 7c130fb54]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[i3|i3status]]&lt;br /&gt;
| {{ic|~/.i3status.conf}}&lt;br /&gt;
| [http://code.stapelberg.de/git/i3status/commit/?id=c3f7fc4994 c3f7fc4994]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.imagemagick.org/script/index.php imagemagick]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[inkscape]]&lt;br /&gt;
| {{ic|~/.inkscape}}&lt;br /&gt;
| [http://wiki.inkscape.org/wiki/index.php/Release_notes/0.47#Preferences 0.47]&lt;br /&gt;
| [https://bugs.launchpad.net/inkscape/+bug/199720]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://iwd.wiki.kernel.org/ iwd] / iwctl&lt;br /&gt;
| {{ic|~/.iwctl_history}}&lt;br /&gt;
| [https://git.kernel.org/pub/scm/network/wireless/iwd.git/commit/?id=d3e00d7f d3e00d7f]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|intellij-idea-community-edition}}&lt;br /&gt;
| {{ic|~/.IntelliJIdea*}}&lt;br /&gt;
| [https://confluence.jetbrains.com/display/IDEADEV/IntelliJ%2BIDEA%2B2020.1%2B%28201.6668.121%2Bbuild%29%2BRelease%2BNotes 2020.1]&lt;br /&gt;
| [https://youtrack.jetbrains.com/issue/IDEA-22407]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|josm}}&lt;br /&gt;
| {{ic|~/.josm}}&lt;br /&gt;
| [https://josm.openstreetmap.de/changeset/11162/josm 11162]&lt;br /&gt;
| [https://josm.openstreetmap.de/ticket/6664]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Kakoune]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.ctan.org/pkg/latexmk?lang=en latexmk]&lt;br /&gt;
| {{ic|~/.latexmkrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[アプリケーション一覧/インターネット#FTP クライアント|lftp]]&lt;br /&gt;
| {{ic|~/.lftp}}&lt;br /&gt;
| [https://github.com/lavv17/lftp/commit/21dc400 21dc400]&lt;br /&gt;
| [https://www.mail-archive.com/lftp@uniyar.ac.ru/msg04301.html]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/Sude-/lgogdownloader/ lgogdownloader]&lt;br /&gt;
| {{ic|~/.gogdownloader}}&lt;br /&gt;
| [https://github.com/Sude-/lgogdownloader/commit/d430af63d000 d430af63d000]&lt;br /&gt;
| [https://github.com/Sude-/lgogdownloader/issues/4]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[LibreOffice]]&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
[https://cgit.freedesktop.org/libreoffice/ure/commit/?id=a6f56f70a4930d3f71bd9c9b90fdd0ba20e4da5f a6f56f70]&lt;br /&gt;
[https://cgit.freedesktop.org/libreoffice/bootstrap/commit/?id=25bd2eec77ed774a37d1cddd0d72312e23d5e9fd 25bd2eec]&lt;br /&gt;
| [https://bugs.documentfoundation.org/show_bug.cgi?id=32263]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS NSS]&lt;br /&gt;
| {{ic|~/.pki}}&lt;br /&gt;
| [https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.42_release_notes 3.42]&lt;br /&gt;
| [https://bugzilla.mozilla.org/show_bug.cgi?id=818686]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[livestreamer]]&lt;br /&gt;
| {{ic|~/.livestreamerrc}}&lt;br /&gt;
| [https://github.com/chrippa/livestreamer/commit/ea805917 ea805917]&lt;br /&gt;
| [https://github.com/chrippa/livestreamer/pull/106]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[llpp]]&lt;br /&gt;
|&lt;br /&gt;
| [http://repo.or.cz/w/llpp.git/commit/3ab86f0cb 3ab86f0cb]&lt;br /&gt;
|&lt;br /&gt;
| 現在 llpp はディレクトリを作成せず {{ic|XDG_CONFIG_HOME}} の直下に設定を保存します。&lt;br /&gt;
|-&lt;br /&gt;
| [[mc]]&lt;br /&gt;
| {{ic|~/.mc}}&lt;br /&gt;
| [https://www.midnight-commander.org/changeset/1b9957058 1b9957058] [https://www.midnight-commander.org/changeset/0b7115647 0b7115647] [https://www.midnight-commander.org/changeset/ce401d797 ce401d797]&lt;br /&gt;
| [https://www.midnight-commander.org/ticket/1851]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Mercurial]]&lt;br /&gt;
| {{ic|~/.hgrc}}&lt;br /&gt;
|&lt;br /&gt;
[https://www.mercurial-scm.org/repo/hg/rev/354020079723 354020079723]&lt;br /&gt;
[https://www.mercurial-scm.org/wiki/Release4.2 4.2]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|XDG_CONFIG_HOME/hg/hgrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[msmtp]]&lt;br /&gt;
| {{ic|~/.msmtprc}}&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/marlam/msmtp-mirror/commit/af2f409 af2f409]&lt;br /&gt;
v1.6.7+&lt;br /&gt;
|&lt;br /&gt;
| {{ic| XDG_CONFIG_HOME/msmtp/config}}.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mesa3d.org/ mesa]&lt;br /&gt;
|&lt;br /&gt;
| [https://cgit.freedesktop.org/mesa/mesa/commit/?id=87ab26b2ab35a29d446ae66f1795d40c184c0739 87ab26b2ab]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|XDG_CACHE_HOME/mesa}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://milkytracker.org/ milkytracker]&lt;br /&gt;
| {{ic|~/.milkytracker_config}}&lt;br /&gt;
| [https://github.com/Deltafire/MilkyTracker/commit/eb487c55 eb487c55]&lt;br /&gt;
| [https://github.com/Deltafire/MilkyTracker/issues/12]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/mintty/mintty mintty]&lt;br /&gt;
| {{ic|~/.minttyrc}}&lt;br /&gt;
| [https://github.com/mintty/mintty/commit/cff1bd8f cff1bd8f] v2.3.7&lt;br /&gt;
| [https://github.com/mintty/mintty/issues/525]&lt;br /&gt;
|-&lt;br /&gt;
| [[mpd]]&lt;br /&gt;
| {{ic|~/.mpdconf}}&lt;br /&gt;
| [http://git.musicpd.org/cgit/master/mpd.git/commit/?id=87b73284 87b73284]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[mpv]]&lt;br /&gt;
| {{ic|~/.mpv}}&lt;br /&gt;
| [https://github.com/mpv-player/mpv/commit/cb250d490 cb250d490]&lt;br /&gt;
| [https://github.com/mpv-player/mpv/pull/864]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[mutt]]&lt;br /&gt;
| {{ic|~/.mutt}}&lt;br /&gt;
| [https://dev.mutt.org/trac/changeset/42fee7585f 42fee7585f]&lt;br /&gt;
| [http://dev.mutt.org/trac/ticket/3207]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[アプリケーション一覧/マルチメディア#ラスタ画像|mypaint]]&lt;br /&gt;
| {{ic|~/.mypaint}}&lt;br /&gt;
| [https://github.com/mypaint/mypaint/commit/cf723b74cd cf723b74cd]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[nano]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.nano/&amp;lt;br&amp;gt;&lt;br /&gt;
~/.nanorc}}&lt;br /&gt;
| [http://git.savannah.gnu.org/cgit/nano.git/commit/?id=c16e79b612eb8e061a4bd0b5f187c37a036fc403 036fc403]&lt;br /&gt;
| [https://savannah.gnu.org/patch/?8523]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[ncmpcpp]]&lt;br /&gt;
| {{ic|~/.ncmpcpp}}&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/arybczak/ncmpcpp/commit/38d9f811de888e512b0115f551a9679eab4607f9 38d9f811]&lt;br /&gt;
[https://github.com/arybczak/ncmpcpp/commit/27cd86e0638bba3a7a78e44ac40dc98a58d1d90d 27cd86e0]&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/arybczak/ncmpcpp/issues/79]&lt;br /&gt;
[https://github.com/arybczak/ncmpcpp/issues/110]&lt;br /&gt;
| {{ic|ncmpcpp_directory}} を設定しないと {{ic|error.log}} ファイルが {{ic|~/.ncmpcpp}} に保存されます。&lt;br /&gt;
|-&lt;br /&gt;
| [[neovim]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.nvim&amp;lt;br&amp;gt;&lt;br /&gt;
~/.nvimlog&amp;lt;br&amp;gt;&lt;br /&gt;
~/.nviminfo}}&lt;br /&gt;
| [https://github.com/neovim/neovim/commit/1ca5646bb 1ca5646bb]&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/neovim/neovim/issues/78]&lt;br /&gt;
[https://github.com/neovim/neovim/pull/3198]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[newsbeuter]]&lt;br /&gt;
| {{ic|~/.newsbeuter}}&lt;br /&gt;
| [https://github.com/akrennmair/newsbeuter/commit/3c57824c5 3c57824c5]&lt;br /&gt;
| [https://github.com/akrennmair/newsbeuter/pull/39]&lt;br /&gt;
| {{ic|&amp;quot;$XDG_DATA_HOME&amp;quot;/newsbeuter}} と {{ic|&amp;quot;$XDG_CONFIG_HOME&amp;quot;/newsbeuter}} を作成する必要があります [http://newsbeuter.org/doc/newsbeuter.html#_xdg_base_directory_support]。&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/nodejs/node-gyp node-gyp]&lt;br /&gt;
| {{ic|~/.node-gyp}}&lt;br /&gt;
| [https://github.com/nodejs/node-gyp/commit/2b5ce52a 2b5ce52a]&lt;br /&gt;
| [https://github.com/nodejs/node-gyp/pull/1570]&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|np2kai-git}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.config/np2kai&amp;lt;br&amp;gt;&lt;br /&gt;
~/.config/xnp2kai}}&lt;br /&gt;
| [https://github.com/AZO234/NP2kai/commit/56a1cc2 56a1cc2]&lt;br /&gt;
| [https://github.com/AZO234/NP2kai/pull/50]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|nteract-bin}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/nteract/nteract/commit/4593e72 4593e72]&lt;br /&gt;
| [https://github.com/nteract/nteract/issues/180] [https://github.com/nteract/nteract/pull/3870]&lt;br /&gt;
| [https://github.com/nteract/nteract/issues/4517 does not recognize workarounds for ipython/jupyter]&lt;br /&gt;
|-&lt;br /&gt;
| [[OfflineIMAP]]&lt;br /&gt;
| {{ic|~/.offlineimaprc}}&lt;br /&gt;
| [https://github.com/OfflineIMAP/offlineimap/commit/5150de5 5150de5]&lt;br /&gt;
| [https://github.com/OfflineIMAP/offlineimap/issues/32]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://bitbucket.org/opentyrian/opentyrian/wiki/Home opentyrian]&lt;br /&gt;
| {{ic|~/.opentyrian}}&lt;br /&gt;
| [https://bitbucket.org/opentyrian/opentyrian/commits/8d45ff2 8d45ff2]&lt;br /&gt;
| [https://web.archive.org/web/20140815181350/https://code.google.com/p/opentyrian/issues/detail?id=125]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|pandoc}}&lt;br /&gt;
| {{ic|~/.pandoc/}}&lt;br /&gt;
| [https://github.com/jgm/pandoc/commit/0bed0ab5a308f5e72a01fa9bee76488556288862 0bed0ab]&lt;br /&gt;
| [https://github.com/jgm/pandoc/issues/3582]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://pcsx2.net/ pcsx2]&lt;br /&gt;
| {{ic|~/.pcsx2}}&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/PCSX2/pcsx2/commit/87f1e8f77 87f1e8f77]&lt;br /&gt;
[https://github.com/PCSX2/pcsx2/commit/a9020c606 a9020c606]&lt;br /&gt;
[https://github.com/PCSX2/pcsx2/commit/3b22f0fb0 3b22f0fb0]&lt;br /&gt;
[https://github.com/PCSX2/pcsx2/commit/0a012aec2 0a012aec2]&lt;br /&gt;
| [https://github.com/PCSX2/pcsx2/issues/352] [https://github.com/PCSX2/pcsx2/issues/381]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://pryrepl.org/ Pry]&lt;br /&gt;
| {{ic|~/.pryrc&amp;lt;br&amp;gt;~/.pry_history}}&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/pry/pry/commit/a0be0cc7b2070edff61c0c7f10fa37fce9b730bd a0be0cc7]&lt;br /&gt;
[https://github.com/pry/pry/commit/15e1fc929ed84c161abc5afc9be73488a41df397 15e1fc92]&lt;br /&gt;
[https://github.com/pry/pry/commit/e9d1be0e17b294318dbb2f70f74a50486cfa044c e9d1be0e]&lt;br /&gt;
| [https://github.com/pry/pry/issues/1316]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[pip]]&lt;br /&gt;
| {{ic|~/.pip}}&lt;br /&gt;
| [https://github.com/pypa/pip/blob/548a9136525815dff41acd845c558a0b36eb1c5f/NEWS.rst#60-2014-12-22 6.0]&lt;br /&gt;
| [https://github.com/pypa/pip/issues/1733]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|powershell}}&lt;br /&gt;
|&lt;br /&gt;
| [https://docs.microsoft.com/en-us/powershell/scripting/whats-new/what-s-new-in-powershell-core-60#filesystem 6.0]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ppsspp.org/ ppsspp]&lt;br /&gt;
| {{ic|~/.ppsspp}}&lt;br /&gt;
| [https://github.com/hrydgard/ppsspp/commit/132fe47c7d 132fe47c7d]&lt;br /&gt;
| [https://github.com/hrydgard/ppsspp/issues/4623]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|procps-ng}}&lt;br /&gt;
| {{ic|~/.toprc}}&lt;br /&gt;
| [https://gitlab.com/procps-ng/procps/commit/af53e170b9 af53e170b9]&lt;br /&gt;
|&lt;br /&gt;
[https://gitlab.com/procps-ng/procps/merge_requests/38]&lt;br /&gt;
[https://bugzilla.redhat.com/show_bug.cgi?id=1155265]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/Cloudef/orbment/ orbment]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[pacman]]&lt;br /&gt;
| {{ic|~/.makepkg.conf}}&lt;br /&gt;
| [https://projects.archlinux.org/pacman.git/commit/?id=80eca94c8 80eca94c8]&lt;br /&gt;
| [https://mailman.archlinux.org/pipermail/pacman-dev/2014-July/019178.html]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/panda3d/panda3d Panda3D]&lt;br /&gt;
| {{ic|~/.panda3d}}&lt;br /&gt;
| [https://github.com/panda3d/panda3d/commit/2b537d2 2b537d2]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|poezio}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[PulseAudio]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.pulse&amp;lt;br&amp;gt;&lt;br /&gt;
~/.pulse-cookie}}&lt;br /&gt;
|&lt;br /&gt;
[https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=59a8618dcd9 59a8618dcd9]&lt;br /&gt;
[https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=87ae8307057 87ae8307057]&lt;br /&gt;
[https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=9ab510a6921 9ab510a6921]&lt;br /&gt;
[https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=4c195bcc9d5 4c195bcc9d5]&lt;br /&gt;
| [https://bugzilla.redhat.com/show_bug.cgi?id=845607]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://pyroom.org/index.html pyroom]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|quodlibet}}&lt;br /&gt;
| {{ic|~/.quodlibet}}&lt;br /&gt;
| 3.10.0&lt;br /&gt;
| [https://github.com/quodlibet/quodlibet/issues/138]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[qutebrowser]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[qtile]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/qtile/qtile/commit/fd8686e5b4e4fa20bb82039ed8a83768434585ec fd8686e]&lt;br /&gt;
[https://github.com/qtile/qtile/commit/66d704bce83f631b3326f10a1bc9fc22f8e6a6fd 66d704b]&lt;br /&gt;
[https://github.com/qtile/qtile/commit/51cff019917b87bda696b381493f969ceb6cc350 51cff01]&lt;br /&gt;
| [https://github.com/qtile/qtile/pull/835]&lt;br /&gt;
| 仕様と異なるファイルやディレクトリを作成するバーウィジェットも存在しますが、大抵の場合は設定で変更できます。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|rclone}}&lt;br /&gt;
| {{ic|~/.rclone.conf}}&lt;br /&gt;
| [https://github.com/ncw/rclone/commit/9d362589 9d362589]&lt;br /&gt;
| [https://github.com/ncw/rclone/issues/868]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[RetroArch|retroarch]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://rr-project.org/ rr]&lt;br /&gt;
| {{ic|~/.rr}}&lt;br /&gt;
| [https://github.com/mozilla/rr/commit/02e7d41e 02e7d41e]&lt;br /&gt;
| [https://github.com/mozilla/rr/issues/1455]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://rspec.info RSpec]&lt;br /&gt;
| {{ic|~/.rspec}}&lt;br /&gt;
| [https://github.com/rspec/rspec-core/commit/5e395e2016f1da19475e6db2817eb26dae828c4c 5e395e2]&lt;br /&gt;
| [https://github.com/rspec/rspec-core/issues/1773]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[rTorrent]]&lt;br /&gt;
| {{ic|~/.rtorrent.rc}}&lt;br /&gt;
| [https://github.com/rakshasa/rtorrent/commit/6a8d332b 6a8d332b]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.rubocop.org RuboCop]&lt;br /&gt;
| {{ic|~/.rubocop.yml}}&lt;br /&gt;
| [https://github.com/rubocop-hq/rubocop/commit/6fe5956c177ca369cfaa70bdf748b70020a56bf4 6fe5956]&lt;br /&gt;
| [https://github.com/rubocop-hq/rubocop/issues/6662]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|sdcv}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.stardict/&amp;lt;br&amp;gt;&lt;br /&gt;
~/.sdcv_history}}&lt;br /&gt;
| [https://github.com/Dushistov/sdcv/commit/958ec35 958ec35]&lt;br /&gt;
| [https://github.com/Dushistov/sdcv/issues/51]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Skype]]&lt;br /&gt;
| {{ic|~/.Skype}}&lt;br /&gt;
| 8.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.snes9x.com/ Snes9x]&lt;br /&gt;
| {{ic|~/.snes9x}}&lt;br /&gt;
| [https://github.com/snes9xgit/snes9x/commit/93b5f11641fa22d4518f251d6e3db99219864677 19864677]&lt;br /&gt;
| [https://github.com/snes9xgit/snes9x/issues/194]&lt;br /&gt;
| デフォルトの設定は空です。ROM を起動する前にユーザーが GUI や手動で設定するようになっています。&lt;br /&gt;
|-&lt;br /&gt;
| [[spectrwm]]&lt;br /&gt;
| {{ic|~/.spectrwm}}&lt;br /&gt;
| [https://github.com/conformal/spectrwm/commit/a30bbb a30bbb]&lt;br /&gt;
| [https://github.com/conformal/spectrwm/pull/153]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|sublime-text-dev}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| キャッシュは {{ic|$XDG_CACHE_HOME/sublime-text-3}} ではなく {{ic|$XDG_CONFIG_HOME/sublime-text-3/Cache}} に保存されます。&lt;br /&gt;
|-&lt;br /&gt;
| [[surfraw]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.surfraw.conf&amp;lt;br&amp;gt;&lt;br /&gt;
~/.surfraw.bookmarks}}&lt;br /&gt;
|&lt;br /&gt;
[http://anonscm.debian.org/cgit/surfraw/surfraw.git/commit/?id=3e4591d8 3e4591d8]&lt;br /&gt;
[http://anonscm.debian.org/cgit/surfraw/surfraw.git/commit/?id=bd8c427d bd8c427d]&lt;br /&gt;
[http://anonscm.debian.org/cgit/surfraw/surfraw.git/commit/?id=f57fc718 f57fc718]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[sway]]&lt;br /&gt;
| {{ic|~/.sway/config}}&lt;br /&gt;
| [https://github.com/SirCmpwn/sway/commit/614393c09 614393c09]&lt;br /&gt;
| [https://github.com/SirCmpwn/sway/issues/5] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[systemd]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|teeworlds}}&lt;br /&gt;
| {{ic|~/.teeworlds}}&lt;br /&gt;
| [https://github.com/teeworlds/teeworlds/commit/d2e39d2f50684151490da446156622e69dd84a48]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[termite]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|tig}}&lt;br /&gt;
| {{ic|~/.tigrc}}, {{ic|~/.tig_history}}&lt;br /&gt;
| [https://github.com/jonas/tig/blob/master/NEWS.adoc#tig-22 2.2]&lt;br /&gt;
| [https://github.com/jonas/tig/issues/513]&lt;br /&gt;
| ~/.local/share/tigディレクトリが存在しなければならず、そうでなければ ~/.tig_historyに書き込まれます。&lt;br /&gt;
|-&lt;br /&gt;
| [[tmux]]&lt;br /&gt;
| {{ic|~/.tmux.conf}}&lt;br /&gt;
| [https://raw.githubusercontent.com/tmux/tmux/3.1/CHANGES 3.1]&lt;br /&gt;
| [https://github.com/tmux/tmux/issues/142]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [[tmuxp]]&lt;br /&gt;
| {{ic|~/.tmuxp}}&lt;br /&gt;
| [https://tmuxp.git-pull.com/history.html#tmuxp-1-5-0-2018-10-02 1.5.0]&lt;br /&gt;
| [https://github.com/tmux-python/tmuxp/pull/404]&lt;br /&gt;
| Fixed in [https://tmuxp.git-pull.com/history.html#tmuxp-1-5-2-2019-06-02 1.5.2]&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/tmuxinator/tmuxinator tmuxinator]&lt;br /&gt;
| {{ic|~/.tmuxinator}}&lt;br /&gt;
| [https://github.com/tmuxinator/tmuxinator/pull/511/commits/263692349f1142c0edcacfbefae541cbc0e7b44e 2636923]&lt;br /&gt;
| [https://github.com/tmuxinator/tmuxinator/pull/511]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[transmission]]&lt;br /&gt;
| {{ic|~/.transmission}}&lt;br /&gt;
| [https://trac.transmissionbt.com/changeset/5517 5517]&lt;br /&gt;
| [https://trac.transmissionbt.com/ticket/684]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.kernel.org/pub/linux/utils/util-linux/ util-linux]&lt;br /&gt;
|&lt;br /&gt;
| [https://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/?id=570b32100 570b32100]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[uzbl]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/uzbl/uzbl/commit/c6fd63a c6fd63a]&lt;br /&gt;
| [https://github.com/uzbl/uzbl/pull/150]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://fanglingsu.github.io/vimb/ vimb]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[VirtualBox]]&lt;br /&gt;
| {{ic|~/.VirtualBox}}&lt;br /&gt;
| [https://www.virtualbox.org/ticket/5099?action=diff&amp;amp;version=7 4.3]&lt;br /&gt;
| [https://www.virtualbox.org/ticket/5099]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://martanne.github.io/vis/ vis]&lt;br /&gt;
| {{ic|~/.vis}}&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/martanne/vis/commit/68a25c751c0219ef5df589a19513e46a08965d5a 68a25c75]&lt;br /&gt;
[https://github.com/martanne/vis/commit/d138908cf8149eb10120957271cd6979272b4730 d138908c]&lt;br /&gt;
| [https://github.com/martanne/vis/pull/303]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[VLC media player]]&lt;br /&gt;
| {{ic|~/.vlcrc}}&lt;br /&gt;
| [http://git.videolan.org/?p=vlc.git;a=commit;h=16f32e1500887c0dcd33cb06ad71759a81a52878 16f32e15]&lt;br /&gt;
| [https://trac.videolan.org/vlc/ticket/1267]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.warsow.gg/ warsow]&lt;br /&gt;
| {{ic|~/.warsow-2.x}}&lt;br /&gt;
| [https://github.com/Qfusion/qfusion/commit/98ece3f 98ece3f]&lt;br /&gt;
| [https://github.com/Qfusion/qfusion/issues/298]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[wireshark]]&lt;br /&gt;
| {{ic|~/.wireshark}}&lt;br /&gt;
| [https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b0b53fa5937aa7ba258427ca0f3581dba725230d b0b53fa5]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/derat/xsettingsd xsettingsd]&lt;br /&gt;
| {{ic|~/.xsettingsd}}&lt;br /&gt;
| [https://github.com/derat/xsettingsd/commit/b4999f5e9e99224caf97d09f25ee731774ecd7be 4ecd7be]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[xmonad]]&lt;br /&gt;
| {{ic|~/.xmonad}}&lt;br /&gt;
| [https://github.com/xmonad/xmonad/commit/40fc10b6a5682ce1d6ba7f0679962926ef6cfade 40fc10b6]&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/xmonad/xmonad/issues/61]&lt;br /&gt;
[https://code.google.com/p/xmonad/issues/detail?id=484]&lt;br /&gt;
| {{ic|XMONAD_CONFIG_HOME}}, {{ic|XMONAD_DATA_HOME}}, {{ic|XMONAD_CACHE_HOME}} 環境変数が使えます。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.vergenet.net/~conrad/software/xsel/ xsel]&lt;br /&gt;
| {{ic|~/.xsel.log}}&lt;br /&gt;
| [https://github.com/kfish/xsel/commit/ee7b48111be2e2117b201962e9d1c0e1f9804ed4 ee7b4811]&lt;br /&gt;
| [https://github.com/kfish/xsel/issues/10]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|yarn}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.yarnrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.yarn/&amp;lt;br&amp;gt;&lt;br /&gt;
~/.yarncache/&amp;lt;br&amp;gt;&lt;br /&gt;
~/.yarn-config/}}&lt;br /&gt;
| [https://github.com/yarnpkg/yarn/commit/2d454b5 2d454b5]&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/yarnpkg/yarn/issues/2334]&lt;br /&gt;
[https://github.com/yarnpkg/yarn/pull/5336]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==部分的にサポートしているソフトウェア==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
! アプリケーション&lt;br /&gt;
! 旧パス&lt;br /&gt;
! 対応開始&lt;br /&gt;
! 議論&lt;br /&gt;
! ノート&lt;br /&gt;
|-&lt;br /&gt;
| [[Mutt#Abook|abook]]&lt;br /&gt;
| {{ic|~/.abook}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ abook --config &amp;quot;$XDG_CONFIG_HOME&amp;quot;/abook/abookrc --datafile &amp;quot;$XDG_CACHE_HOME&amp;quot;/abook/addressbook}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|ack}}&lt;br /&gt;
| {{ic|~/.ackrc}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/beyondgrep/ack2/issues/516]&lt;br /&gt;
| {{ic|1=$ export ACKRC=&amp;quot;$XDG_CONFIG_HOME/ack/ackrc&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Anki]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/Anki&amp;lt;br&amp;gt;&lt;br /&gt;
~/Documents/Anki}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/dae/anki/pull/49] [https://github.com/dae/anki/pull/58]&lt;br /&gt;
| {{ic|1=$ anki -b &amp;quot;$XDG_DATA_HOME&amp;quot;/Anki}}&lt;br /&gt;
|-&lt;br /&gt;
| [[aspell]]&lt;br /&gt;
| {{ic|~/.aspell.conf}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export ASPELL_CONF=&amp;quot;per-conf $XDG_CONFIG_HOME/aspell/aspell.conf; personal $XDG_CONFIG_HOME/aspell/en.pws; repl $XDG_CONFIG_HOME/aspell/en.prepl&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Atom]]&lt;br /&gt;
| {{ic|~/.atom}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/atom/atom/issues/8281]&lt;br /&gt;
| {{ic|1=$ export ATOM_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/atom}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|aws-cli}}&lt;br /&gt;
| {{ic|~/.aws}}&lt;br /&gt;
| [https://github.com/aws/aws-cli/commit/fc5961ea2cc0b5976ac9f777e20e4236fd7540f5 1.7.45]&lt;br /&gt;
| [https://github.com/aws/aws-cli/issues/2433]&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export AWS_SHARED_CREDENTIALS_FILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/aws/credentials&amp;lt;br&amp;gt;&lt;br /&gt;
$ export AWS_CONFIG_FILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/aws/config}}&lt;br /&gt;
|-&lt;br /&gt;
| [[bazaar]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.bazaar&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bzr.log}}&lt;br /&gt;
| [https://bugs.launchpad.net/bzr/+bug/195397/comments/15 2.3.0]&lt;br /&gt;
| [https://bugs.launchpad.net/bzr/+bug/195397]&lt;br /&gt;
| 上流のバグレポートでは bazaar が {{ic|~/.config/bazaar}} を使うようにする議論があります。ただしログファイルは {{ic|~/.bzr.log}} に書き込まれます。&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Aur|buchhaltung-git}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.buchhaltung}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/johannesgerer/buchhaltung/issues/44]&lt;br /&gt;
| {{ic|1=$ export BUCHHALTUNG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/buchhaltung}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Ruby#Bundler|Bundler]]&lt;br /&gt;
| {{ic|~/.bundle}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/bundler/bundler/pull/6024] [https://github.com/bundler/bundler/issues/4333]&lt;br /&gt;
| {{ic|1=$ export BUNDLE_USER_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/bundle BUNDLE_USER_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/bundle BUNDLE_USER_PLUGIN=&amp;quot;$XDG_DATA_HOME&amp;quot;/bundle}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Rust#Cargo|cargo]]&lt;br /&gt;
| {{ic|~/.cargo}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/rust-lang/cargo/pull/148] [https://github.com/rust-lang/cargo/issues/1734] [https://github.com/rust-lang/rfcs/pull/1615] [https://github.com/rust-lang/cargo/pull/5183]&lt;br /&gt;
| {{ic|1=$ export CARGO_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/cargo}}&lt;br /&gt;
|-&lt;br /&gt;
| [[ccache]]&lt;br /&gt;
| {{ic|~/.ccache}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export CCACHE_CONFIGPATH=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/ccache.config}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{ic|1=$ export CCACHE_DIR=&amp;quot;$XDG_CACHE_HOME&amp;quot;/ccache}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/cisco/ChezScheme ChezScheme]&lt;br /&gt;
| {{ic|~/.chezscheme_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ petite --eehistory &amp;quot;$XDG_DATA_HOME&amp;quot;/chezscheme/history}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Chromium]]&lt;br /&gt;
| {{ic|~/.chromium&amp;lt;br&amp;gt;&lt;br /&gt;
~/.pki}}&lt;br /&gt;
| [https://src.chromium.org/viewvc/chrome?revision=23057&amp;amp;view=revision 23057]&lt;br /&gt;
|&lt;br /&gt;
[https://groups.google.com/forum/#!topic/chromium-dev/QekVQxF3nho]&lt;br /&gt;
[https://code.google.com/p/chromium/issues/detail?id=16976]&lt;br /&gt;
[https://bugs.chromium.org/p/chromium/issues/detail?id=1038587]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[conky]]&lt;br /&gt;
| {{ic|~/.conkyrc}}&lt;br /&gt;
| [https://github.com/brndnmtthws/conky/commit/00481ee9a97025e8e2acd7303d080af1948f7980 00481ee]&lt;br /&gt;
| [https://github.com/brndnmtthws/conky/issues/144]&lt;br /&gt;
| {{ic|1=$ conky --config=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/conky/conkyrc}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|claws-mail}}&lt;br /&gt;
| {{ic|~/.claws-mail}}&lt;br /&gt;
|&lt;br /&gt;
| [https://lists.claws-mail.org/pipermail/users/2013-April/006087.html]&lt;br /&gt;
| {{ic|1=$ claws-mail --alternate-config-dir &amp;quot;$XDG_DATA_HOME&amp;quot;/claws-mail}}&lt;br /&gt;
|-&lt;br /&gt;
| [[coreutils]]&lt;br /&gt;
| {{ic|~/.dircolors}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ source &amp;quot;$(dircolors &amp;quot;$XDG_CONFIG_HOME&amp;quot;/dircolors)&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.dungeoncrawl.org/ crawl]&lt;br /&gt;
| {{ic|~/.crawl}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| 末尾の &#039;/&#039; は必須です: {{ic|1=$ export CRAWL_DIR=&amp;quot;$XDG_DATA_HOME&amp;quot;/crawl/}}。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|clusterssh}}&lt;br /&gt;
| {{ic|~/.clusterssh/}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ alias cssh=&amp;quot;cssh --config-file &#039;$XDG_CONFIG_HOME/clusterssh/config&#039;&amp;quot; }}&lt;br /&gt;
{{hc|$XDG_CONFIG_HOME/clusterssh/config|2=&lt;br /&gt;
extra_cluster_file=$HOME/.config/clusterssh/clusters&lt;br /&gt;
extra_tag_file=$HOME/.config/clusterssh/tags&lt;br /&gt;
}}&lt;br /&gt;
Despite this, clusterssh will still create {{ic|~/.clusterssh/}}.&lt;br /&gt;
|-&lt;br /&gt;
| [[CUDA]]&lt;br /&gt;
| {{ic|~/.nv}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export CUDA_CACHE_PATH=&amp;quot;$XDG_CACHE_HOME&amp;quot;/nv}}&lt;br /&gt;
|-&lt;br /&gt;
| [[dict]]&lt;br /&gt;
| {{ic|~/.dictrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ dict -c &amp;quot;$XDG_CONFIG_HOME&amp;quot;/dict/dictrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Docker]]&lt;br /&gt;
| {{ic|~/.docker}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
[https://github.com/docker/machine/issues/3116]&lt;br /&gt;
[https://github.com/moby/moby/issues/20693]&lt;br /&gt;
| {{ic|1=$ export DOCKER_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/docker}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|docker-machine}}&lt;br /&gt;
| {{ic|~/.docker/machine}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MACHINE_STORAGE_PATH=&amp;quot;$XDG_DATA_HOME&amp;quot;/docker-machine}}&lt;br /&gt;
|-&lt;br /&gt;
| [[DOSBox]]&lt;br /&gt;
| {{ic|~/.dosbox/dosbox-0.74-2.conf}}&lt;br /&gt;
|&lt;br /&gt;
| [https://www.vogons.org/viewtopic.php?t=29599]&lt;br /&gt;
| {{ic|1=$ dosbox -conf &amp;quot;$XDG_CONFIG_HOME&amp;quot;/dosbox/dosbox.conf}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://electrum.org Electrum Bitcoin Wallet]&lt;br /&gt;
| {{ic|~/.electrum}}&lt;br /&gt;
| [https://github.com/spesmilo/electrum/commit/c121230 c121230]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export ELECTRUMDIR=&amp;quot;$XDG_DATA_HOME/electrum&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[ELinks]]&lt;br /&gt;
| {{ic|~/.elinks}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export ELINKS_CONFDIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/elinks}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|elixir}}&lt;br /&gt;
| {{ic|~/.mix}}&lt;br /&gt;
| [https://github.com/elixir-lang/elixir/commit/afaf889 afaf889]&lt;br /&gt;
| [https://github.com/elixir-lang/elixir/issues/8818] [https://github.com/elixir-lang/elixir/pull/9937]&lt;br /&gt;
| ElixirはXDGの仕様に完全には準拠しておらず、環境変数が存在する場合にのみXDGを使用し、そうでない場合はデフォルトでレガシーパスを使用します。&lt;br /&gt;
|-&lt;br /&gt;
| [http://kripken.github.io/emscripten-site/ emscripten]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.emscripten&amp;lt;br&amp;gt;&lt;br /&gt;
~/.emscripten_sanity&amp;lt;br&amp;gt;&lt;br /&gt;
~/.emscripten_ports&amp;lt;br&amp;gt;&lt;br /&gt;
~/.emscripten_cache__last_clear}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/kripken/emscripten/issues/3624]&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export EM_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/emscripten/config&amp;lt;br&amp;gt;&lt;br /&gt;
$ export EM_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/emscripten/cache&amp;lt;br&amp;gt;&lt;br /&gt;
$ export EM_PORTS=&amp;quot;$XDG_DATA_HOME&amp;quot;/emscripten/cache&amp;lt;br&amp;gt;&lt;br /&gt;
$ emcc --em-config &amp;quot;$XDG_CONFIG_HOME&amp;quot;/emscripten/config --em-cache &amp;quot;$XDG_CACHE_HOME&amp;quot;/emscripten/cache}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.freecadweb.org/ freecad]&lt;br /&gt;
| {{ic|~/.FreeCAD}}&lt;br /&gt;
|&lt;br /&gt;
| [https://www.freecadweb.org/tracker/view.php?id=2956]&lt;br /&gt;
| {{ic|1=$ freecad -u &amp;quot;$XDG_CONFIG_HOME&amp;quot;/FreeCAD/user.cfg -s &amp;quot;$XDG_CONFIG_HOME&amp;quot;/FreeCAD/system.cfg}}&lt;br /&gt;
&lt;br /&gt;
Despite these options, {{AUR|freecad}} will still create the file {{ic|.FreeCAD/cookie}} as the web module has it [https://github.com/FreeCAD/FreeCAD/blob/master/src/Mod/Web/Gui/CookieJar.cpp#L55 hard coded]&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.gnu.org/software/gdb/ gdb]&lt;br /&gt;
| {{ic|~/.gdbinit}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ gdb -nh -x &amp;quot;$XDG_CONFIG_HOME&amp;quot;/gdb/init}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/get-iplayer/get_iplayer get_iplayer]&lt;br /&gt;
| {{ic|~/.get_iplayer}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GETIPLAYERUSERPREFS=&amp;quot;$XDG_DATA_HOME&amp;quot;/get_iplayer}}&lt;br /&gt;
|-&lt;br /&gt;
| [[getmail]]&lt;br /&gt;
| {{ic|~/.getmail/getmailrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ getmail --rcfile=&amp;quot;$XDG_CONFIG_HOME/getmail/getmailrc&amp;quot; --getmaildir=&amp;quot;$XDG_DATA_HOME/getmail&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://guichaz.free.fr/gliv/ gliv]&lt;br /&gt;
| {{ic|~/.glivrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ gliv --glivrc=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gliv/glivrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[GNURadio]]&lt;br /&gt;
| {{ic|~/.gnuradio}}&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/gnuradio/gnuradio/issues/3631]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GPG|gpg]]&lt;br /&gt;
| {{ic|~/.gnupg}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugs.gnupg.org/gnupg/issue1456] [https://bugs.gnupg.org/gnupg/issue1018]&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export GNUPGHOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/gnupg&amp;lt;br&amp;gt;&lt;br /&gt;
$ gpg2 --homedir &amp;quot;$XDG_DATA_HOME&amp;quot;/gnupg}}&amp;lt;br&amp;gt;&lt;br /&gt;
Note that this currently does not work out-of-the-box using systemd user units and socket-based activation, since&lt;br /&gt;
the socket directory changes based on the hash of {{ic|$GNUPGHOME}}. You can get the new socket directory using {{ic|gpgconf --dry-run --create-socketdir}},&lt;br /&gt;
and have to modify the systemd user units to listen on the correct sockets accordingly.&lt;br /&gt;
|-&lt;br /&gt;
| [[Go]]&lt;br /&gt;
| {{ic|~/go}}&lt;br /&gt;
| [https://github.com/golang/go/commit/ca8a055f5cc7c1dfa0eb542c60071c7a24350f76]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export GOPATH=&amp;quot;$XDG_DATA_HOME&amp;quot;/go}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Google Earth]]&lt;br /&gt;
| {{ic|~/.googleearth}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.config/Google/GoogleEarthPlus.conf}} の {{ic|KMLPath}} や {{ic|CachePath}} オプションで一部のパスは変更できます。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|gopass}}&lt;br /&gt;
| {{ic|~/.password-store}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Override settings in {{ic|~/.config/gopass/config.yml}}:&lt;br /&gt;
{{hc|~/.config/gopass/config.yml|&lt;br /&gt;
root:&lt;br /&gt;
path: gpgcli-gitcli-fs+file:///home/&amp;lt;userid&amp;gt;/.config/password-store&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://sourceforge.net/projects/gqclient GQ LDAP クライアント]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.gq&amp;lt;br&amp;gt;&lt;br /&gt;
~/.gq-state}}&lt;br /&gt;
| [https://sourceforge.net/p/gqclient/mailman/message/2053978 1.51]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export GQRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gqrc&amp;lt;br&amp;gt;&lt;br /&gt;
$ export GQSTATE=&amp;quot;$XDG_DATA_HOME&amp;quot;/gq/gq-state&amp;lt;br&amp;gt;&lt;br /&gt;
$ mkdir -p &amp;quot;$(dirname &amp;quot;$GQSTATE&amp;quot;)&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://gradle.org/ gradle]&lt;br /&gt;
| {{ic|~/.gradle}}&lt;br /&gt;
|&lt;br /&gt;
| [https://discuss.gradle.org/t/be-a-nice-freedesktop-citizen-move-the-gradle-to-the-appropriate-location-in-linux/2199]&lt;br /&gt;
| {{ic|1=$ export GRADLE_USER_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/gradle}}&lt;br /&gt;
|-&lt;br /&gt;
| [[GTK+|gtk]]&lt;br /&gt;
| {{ic|~/.gtkrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GTK_RC_FILES=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gtk-1.0/gtkrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[GTK+|gtk2]]&lt;br /&gt;
| {{ic|~/.gtkrc-2.0}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GTK2_RC_FILES=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gtk-2.0/gtkrc}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|hledger}}&lt;br /&gt;
| {{ic|~/.hledger.journal}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/simonmichael/hledger/issues/1081]&lt;br /&gt;
| {{ic|1=$ export LEDGER_FILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/hledger.journal}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|imapfilter}}&lt;br /&gt;
| {{ic|~/.imapfilter}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export IMAPFILTER_HOME=&amp;quot;$XDG_CONFIG_HOME/imapfilter&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://httpie.org httpie]&lt;br /&gt;
| {{ic|~/.httpie}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/jakubroztocil/httpie/issues/145]&lt;br /&gt;
| {{ic|1=$ export HTTPIE_CONFIG_DIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/httpie}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://ipython.org ipython]/[[jupyter]]&lt;br /&gt;
| {{ic|~/.ipython}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/ipython/ipython/pull/4457 won&#039;t fix],[https://github.com/ipython/ipython/issues/12431 won&#039;t fix]&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export IPYTHONDIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/jupyter&amp;lt;br&amp;gt;&lt;br /&gt;
$ export JUPYTER_CONFIG_DIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/jupyter}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://ruby-doc.org/stdlib/libdoc/irb/rdoc/IRB.html irb]&lt;br /&gt;
| {{ic|~/.irbrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{hc|1=~/.profile|2=$ export IRBRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/irb/irbrc}}&lt;br /&gt;
{{hc|1=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/irb/irbrc|2=IRB.conf[:SAVE_HISTORY] {{!}}{{!}}= 1000&lt;br /&gt;
IRB.conf[:HISTORY_FILE] {{!}}{{!}}= File.join(ENV[&amp;quot;XDG_DATA_HOME&amp;quot;], &amp;quot;irb&amp;quot;, &amp;quot;history&amp;quot;)}}&lt;br /&gt;
|-&lt;br /&gt;
| [[irssi]]&lt;br /&gt;
| {{ic|~/.irssi}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/irssi/irssi/pull/511]&lt;br /&gt;
| {{ic|1=$ irssi --config=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/irssi/config --home=&amp;quot;$XDG_DATA_HOME&amp;quot;/irssi}}&lt;br /&gt;
|-&lt;br /&gt;
| [[isync]]&lt;br /&gt;
| {{ic|~/.mbsyncrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ mbsync -c &amp;quot;$XDG_CONFIG_HOME&amp;quot;/isync/mbsyncrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Java]] (OpenJDK)&lt;br /&gt;
| {{ic|~/.java/.userPrefs}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugzilla.redhat.com/show_bug.cgi?id=1154277]&lt;br /&gt;
| {{ic|1=$ export _JAVA_OPTIONS=-Djava.util.prefs.userRoot=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/java}}&lt;br /&gt;
|-&lt;br /&gt;
| [[KDE]]&lt;br /&gt;
| {{ic|~/.kde}}&lt;br /&gt;
|&lt;br /&gt;
| [https://userbase.kde.org/KDE_System_Administration/KDE_Filesystem_Hierarchy#KDEHOME]&lt;br /&gt;
| {{ic|1=$ export KDEHOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/kde}}&lt;br /&gt;
|-&lt;br /&gt;
| [[ledger]]&lt;br /&gt;
| {{ic|~/.ledgerrc}}, {{ic|~/.pricedb}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/ledger/ledger/issues/1820]&lt;br /&gt;
| {{ic|1=$ ledger --init-file &amp;quot;$XDG_CONFIG_HOME&amp;quot;/ledgerrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[less]]&lt;br /&gt;
| {{ic|~/.lesshst}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=mkdir -p &amp;quot;$XDG_CACHE_HOME&amp;quot;/less&amp;lt;br&amp;gt;&lt;br /&gt;
$ export LESSKEY=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/less/lesskey&amp;lt;br&amp;gt;&lt;br /&gt;
$ export LESSHISTFILE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/less/history}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export LESSHISTFILE=-}} を使うことで機能を無効化できます。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.videolan.org/developers/libdvdcss.html libdvdcss]&lt;br /&gt;
| {{ic|~/.dvdcss}}&lt;br /&gt;
|&lt;br /&gt;
| [https://mailman.videolan.org/pipermail/libdvdcss-devel/2014-August/001022.html]&lt;br /&gt;
| {{ic|1=$ export DVDCSS_CACHE=&amp;quot;$XDG_DATA_HOME&amp;quot;/dvdcss}}&lt;br /&gt;
|-&lt;br /&gt;
| [ftp://www.x.org/pub/xorg/current/doc/libICE/ice.html libice]&lt;br /&gt;
| {{ic|~/.ICEauthority}}&lt;br /&gt;
|&lt;br /&gt;
| [https://gitlab.freedesktop.org/xorg/lib/libice/issues/2]&lt;br /&gt;
| {{ic|1=$ export ICEAUTHORITY=&amp;quot;$XDG_RUNTIME_DIR&amp;quot;/ICEauthority}}&lt;br /&gt;
パーミッションには注意してください。例えば {{pkg|gdm}} からユーザーの {{ic|ICEauthority}} ファイルにアクセスする必要があります。&lt;br /&gt;
|-&lt;br /&gt;
| [[Xorg|libx11]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.XCompose&amp;lt;br&amp;gt;&lt;br /&gt;
~/.compose-cache}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export XCOMPOSEFILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/X11/xcompose&amp;lt;br&amp;gt;&lt;br /&gt;
$ export XCOMPOSECACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/X11/xcompose}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://ltrace.org/ ltrace]&lt;br /&gt;
| {{ic|~/.ltrace.conf}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ ltrace -F &amp;quot;$XDG_CONFIG_HOME&amp;quot;/ltrace/ltrace.conf}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|maven}}&lt;br /&gt;
| {{ic|~/.m2}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ mvn -gs &amp;quot;$XDG_CONFIG_HOME&amp;quot;/maven/settings.xml}}&lt;br /&gt;
{{hc|[http://maven.apache.org/settings.html settings.xml]|&amp;lt;nowiki&amp;gt;&amp;lt;settings xmlns=&amp;quot;http://maven.apache.org/SETTINGS/1.0.0&amp;quot;&lt;br /&gt;
  xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
  xsi:schemaLocation=&amp;quot;http://maven.apache.org/SETTINGS/1.0.0&lt;br /&gt;
                      https://maven.apache.org/xsd/settings-1.0.0.xsd&amp;quot;&amp;gt;&lt;br /&gt;
  ...&lt;br /&gt;
  &amp;lt;localRepository&amp;gt;${env.XDG_CACHE_HOME}/maven/repository&amp;lt;/localRepository&amp;gt;&lt;br /&gt;
  ...&lt;br /&gt;
&amp;lt;/settings&amp;gt;&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Mathematica]]&lt;br /&gt;
| {{ic|~/.Mathematica}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MATHEMATICA_USERBASE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mathematica}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://mednafen.sourceforge.net/ mednafen]&lt;br /&gt;
| {{ic|~/.mednafen}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MEDNAFEN_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mednafen}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|mitmproxy}}&lt;br /&gt;
| {{ic|~/.mitmproxy}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ alias mitmproxy=&amp;quot;mitmproxy --set confdir=$XDG_CONFIG_HOME/mitmproxy&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
$ alias mitmweb=&amp;quot;mitmweb --set confdir=$XDG_CONFIG_HOME/mitmproxy&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[moc]]&lt;br /&gt;
| {{ic|~/.moc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ mocp -M &amp;quot;$XDG_CONFIG_HOME&amp;quot;/moc&amp;lt;br&amp;gt;&lt;br /&gt;
$ mocp -O MOCDir=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/moc}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|monero}}&lt;br /&gt;
| {{ic|~/.bitmonero}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ monerod --data-dir &amp;quot;$XDG_DATA_HOME&amp;quot;/bitmonero}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.jedsoft.org/most/ most]&lt;br /&gt;
| {{ic|~/.mostrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MOST_INITFILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mostrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[MPlayer]]&lt;br /&gt;
| {{ic|~/.mplayer}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MPLAYER_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mplayer}}&lt;br /&gt;
|-&lt;br /&gt;
| [[MySQL]]&lt;br /&gt;
| {{ic|~/.mysql_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MYSQL_HISTFILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/mysql_history}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|ncurses}}&lt;br /&gt;
| {{ic|~/.terminfo}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export TERMINFO=&amp;quot;$XDG_DATA_HOME&amp;quot;/terminfo # Precludes system path searching.}}&lt;br /&gt;
{{ic|1=$ export TERMINFO_DIRS=&amp;quot;$XDG_DATA_HOME&amp;quot;/terminfo:/usr/share/terminfo}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.musicpd.org/clients/ncmpc/ ncmpc]&lt;br /&gt;
| {{ic|~/.ncmpc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|ncmpc -f &amp;quot;$XDG_CONFIG_HOME&amp;quot;/ncmpc/config}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Netbeans]]&lt;br /&gt;
| {{ic|~/.netbeans}}&lt;br /&gt;
|&lt;br /&gt;
| [https://netbeans.org/bugzilla/show_bug.cgi?id=215961]&lt;br /&gt;
| {{ic|1=$ netbeans --userdir &amp;quot;${XDG_CONFIG_HOME}&amp;quot;/netbeans}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Node.js]]&lt;br /&gt;
| {{ic|~/.node_repl_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export NODE_REPL_HISTORY=&amp;quot;$XDG_DATA_HOME&amp;quot;/node_repl_history}} [https://nodejs.org/api/repl.html#repl_environment_variable_options]&lt;br /&gt;
|-&lt;br /&gt;
| [[notmuch]]&lt;br /&gt;
| {{ic|~/.notmuch-config}}&lt;br /&gt;
|&lt;br /&gt;
| [http://notmuchmail.org/pipermail/notmuch/2011/007007.html]&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export NOTMUCH_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/notmuch/notmuchrc&amp;lt;br&amp;gt;&lt;br /&gt;
$ export NMBGIT=&amp;quot;$XDG_DATA_HOME&amp;quot;/notmuch/nmbug}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Node.js#Node_Packaged_Module|npm]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.npm&amp;lt;br&amp;gt;&lt;br /&gt;
~/.npmrc}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/npm/npm/issues/6675]&lt;br /&gt;
| {{ic|1=$ export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc}}&lt;br /&gt;
{{hc|npmrc|&amp;lt;nowiki&amp;gt;&lt;br /&gt;
prefix=${XDG_DATA_HOME}/npm&lt;br /&gt;
cache=${XDG_CACHE_HOME}/npm&lt;br /&gt;
tmp=${XDG_RUNTIME_DIR}/npm&lt;br /&gt;
init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
Node.js を {{AUR|nvm}} でインストールした場合 {{ic|prefix}} は必要ありません (サポートされません)。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|nuget}}&lt;br /&gt;
| {{ic|~/.nuget/packages}}&lt;br /&gt;
|&lt;br /&gt;
| [https://docs.microsoft.com/en-us/nuget/consume-packages/managing-the-global-packages-and-cache-folders]&lt;br /&gt;
| {{ic|1=$ export NUGET_PACKAGES=&amp;quot;$XDG_CACHE_HOME&amp;quot;/NuGetPackages}}&lt;br /&gt;
|-&lt;br /&gt;
| [[NVIDIA]]&lt;br /&gt;
| {{ic|~/.nv}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| 設定されている場合は{{ic|XDG_CACHE_HOME}}を使用し、設定されていない場合は{{ic|~/.cache}}の代わりに{{{ic|~/.nv}}}にフォールバックします。&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/NVIDIA/nvidia-settings nvidia-settings]&lt;br /&gt;
| {{ic|~/.nvidia-settings-rc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ nvidia-settings --config=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/nvidia/settings}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|nvm}}&lt;br /&gt;
| {{ic|~/.nvm}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export NVM_DIR=&amp;quot;$XDG_DATA_HOME&amp;quot;/nvm}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Octave]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/octave&amp;lt;br&amp;gt;&lt;br /&gt;
~/.octave_packages&amp;lt;br&amp;gt;&lt;br /&gt;
~/.octave_hist}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export OCTAVE_HISTFILE=&amp;quot;$XDG_CACHE_HOME/octave-hsts&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
$ export OCTAVE_SITE_INITFILE=&amp;quot;$XDG_CONFIG_HOME/octave/octaverc&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{hc|$XDG_CONFIG_HOME/octave/octaverc|&amp;lt;nowiki&amp;gt;&lt;br /&gt;
source /usr/share/octave/site/m/startup/octaverc;&lt;br /&gt;
pkg prefix ~/.local/share/octave/packages ~/.local/share/octave/packages;&lt;br /&gt;
pkg local_list /home/&amp;lt;your username&amp;gt;/.local/share/octave/octave_packages;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{ic|local_list}} オプションは絶対パスで指定する必要があります。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.openscad.org/ openscad]&lt;br /&gt;
| {{ic|~/.OpenSCAD}}&lt;br /&gt;
| [https://github.com/openscad/openscad/commit/7c3077b0f 7c3077b0f]&lt;br /&gt;
| [https://github.com/openscad/openscad/issues/125]&lt;br /&gt;
| XDG Base Directory Specification に完全には準拠していません。[https://github.com/openscad/openscad/issues/373] を参照。&lt;br /&gt;
&lt;br /&gt;
現在 {{ic|~/.local/share}} が [https://github.com/openscad/openscad/blob/master/src/PlatformUtils-posix.cc#L20 ハードコード] されています。&lt;br /&gt;
|-&lt;br /&gt;
| [[OpenSSL]]&lt;br /&gt;
| {{ic|~/.rnd}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| .rnd ファイルの場所は RANDFILE 環境変数で設定できます。[https://www.openssl.org/docs/faq.html FAQ] を参照。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|parallel}}&lt;br /&gt;
| {{ic|~/.parallel}}&lt;br /&gt;
| [https://git.savannah.gnu.org/cgit/parallel.git/commit/?id=685018f532f4e2d24b84eb28d5de3d759f0d1af1 20170422]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export PARALLEL_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/parallel}}&lt;br /&gt;
|-&lt;br /&gt;
| [[pass]]&lt;br /&gt;
| {{ic|~/.password-store}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export PASSWORD_STORE_DIR=&amp;quot;$XDG_DATA_HOME&amp;quot;/pass}}&lt;br /&gt;
|-&lt;br /&gt;
| [[pidgin]]&lt;br /&gt;
| {{ic|~/.purple}}&lt;br /&gt;
|&lt;br /&gt;
| [https://developer.pidgin.im/ticket/4911]&lt;br /&gt;
| {{ic|1=$ pidgin --config=&amp;quot;$XDG_DATA_HOME&amp;quot;/purple}}&lt;br /&gt;
|-&lt;br /&gt;
| [[PostgreSQL|postgresql]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.psqlrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.psql_history&amp;lt;br&amp;gt;&lt;br /&gt;
~/.pgpass&amp;lt;br&amp;gt;&lt;br /&gt;
~/.pg_service.conf}}&lt;br /&gt;
| 9.2&lt;br /&gt;
| [https://www.postgresql.org/docs/current/static/app-psql.html] [https://www.postgresql.org/docs/current/static/libpq-envars.html]&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export PSQLRC=&amp;quot;$XDG_CONFIG_HOME/pg/psqlrc&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
$ export PSQL_HISTORY=&amp;quot;$XDG_CACHE_HOME/pg/psql_history&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
$ export PGPASSFILE=&amp;quot;$XDG_CONFIG_HOME/pg/pgpass&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
$ export PGSERVICEFILE=&amp;quot;$XDG_CONFIG_HOME/pg/pg_service.conf&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
ディレクトリを作成する必要があります: {{ic|1=$ mkdir &amp;quot;$XDG_CONFIG_HOME/pg&amp;quot; &amp;amp;&amp;amp; mkdir &amp;quot;$XDG_CACHE_HOME/pg&amp;quot;}}。&lt;br /&gt;
|-&lt;br /&gt;
| [[PulseAudio]]&lt;br /&gt;
| {{ic|~/.esd_auth}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|module-esound-protocol-unix.so}} モジュールによって生成されます。別の場所を使用するように設定することもできますが {{ic|/etc/pulse/default.pa}} や {{ic|&amp;quot;$XDG_CONFIG_HOME&amp;quot;/pulse/default.pa}} でモジュールをコメントアウトしてしまう方が簡単です。&lt;br /&gt;
|-&lt;br /&gt;
| {{aur|python-azure-cli}}&lt;br /&gt;
| {{ic|~/.azure}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export AZURE_CONFIG_DIR=$XDG_DATA_HOME/azure}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|python-grip}}&lt;br /&gt;
| {{ic|~/.grip}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GRIPHOME=&amp;quot;$XDG_CONFIG_HOME/grip&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|python-setuptools}}&lt;br /&gt;
| {{ic|~/.python-eggs}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export PYTHON_EGG_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/python-eggs}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.pylint.org/ pylint]&lt;br /&gt;
| {{ic|~/.pylint.d}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/PyCQA/pylint/issues/1364 won&#039;t fix]&lt;br /&gt;
| {{ic|1=$ export PYLINTHOME=&amp;quot;$XDG_CACHE_HOME&amp;quot;/pylint}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://pypi.python.org/pypi/setuptools python-setuptools]&lt;br /&gt;
| {{ic|~/.python-eggs}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export PYTHON_EGG_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/python-eggs}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|racket}}&lt;br /&gt;
| {{ic|~/.racketrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.racket}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/racket/racket/issues/2740]&lt;br /&gt;
| {{ic|1=$ export PLTUSERHOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/racket}}&lt;br /&gt;
|-&lt;br /&gt;
| [[readline]]&lt;br /&gt;
| {{ic|~/.inputrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export INPUTRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/readline/inputrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://utopia.knoware.nl/~hlub/uck/rlwrap/ rlwrap]&lt;br /&gt;
| {{ic|~/.*_history}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/hanslub42/rlwrap/issues/25]&lt;br /&gt;
| {{ic|1=$ export RLWRAP_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/rlwrap}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Ruby#RubyGems|RubyGems]]&lt;br /&gt;
| {{ic|~/.gem}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export GEM_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/gem&amp;lt;br&amp;gt;&lt;br /&gt;
$ export GEM_SPEC_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/gem}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Rust|rustup]]&lt;br /&gt;
| {{ic|~/.rustup}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/rust-lang-nursery/rustup.rs/issues/247]&lt;br /&gt;
| {{ic|1=$ export RUSTUP_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/rustup}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.scala-sbt.org/ sbt]&lt;br /&gt;
| {{ic|~/.sbt}}&lt;br /&gt;
{{ic|~/.ivy2}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/sbt/sbt/issues/3681]&lt;br /&gt;
| {{ic|1=$ sbt -ivy &amp;quot;$XDG_DATA_HOME&amp;quot;/ivy2 -sbt-dir &amp;quot;$XDG_DATA_HOME&amp;quot;/sbt}} ([https://github.com/sbt/sbt/issues/3598])&lt;br /&gt;
|-&lt;br /&gt;
| [[screen]]&lt;br /&gt;
| {{ic|~/.screenrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export SCREENRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/screen/screenrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://spacemacs.org/ spacemacs]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.spacemacs&amp;lt;br&amp;gt;&lt;br /&gt;
~/.spacemacs.d}}&lt;br /&gt;
| [https://github.com/syl20bnr/spacemacs/commit/e1eed07c30ea395fb9cfebc8ec3376dcffbace11]&lt;br /&gt;
| [https://github.com/syl20bnr/spacemacs/issues/3589]&lt;br /&gt;
| Move the {{ic|~/.spacemacs}} file.&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export SPACEMACSDIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/spacemacs&amp;lt;br&amp;gt;&lt;br /&gt;
$ mv ~/.spacemacs &amp;quot;$SPACEMACSDIR&amp;quot;/init.el}}&lt;br /&gt;
&lt;br /&gt;
Other files need to be configured like Emacs.&lt;br /&gt;
|-&lt;br /&gt;
| [[stack]]&lt;br /&gt;
| {{ic|~/.stack}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/commercialhaskell/stack/issues/342]&lt;br /&gt;
| {{ic|1=$ export STACK_ROOT=&amp;quot;$XDG_DATA_HOME&amp;quot;/stack}}&lt;br /&gt;
|-&lt;br /&gt;
| [[subversion]]&lt;br /&gt;
| {{ic|~/.subversion}}&lt;br /&gt;
|&lt;br /&gt;
| [https://issues.apache.org/jira/browse/SVN-4599][https://mail-archives.apache.org/mod_mbox/subversion-users/201204.mbox/%3c4F8FBCC6.4080205@ritsuka.org%3e][http://mail-archives.apache.org/mod_mbox/subversion-dev/201509.mbox/%3c20150917222954.GA20331@teapot%3e]&lt;br /&gt;
| {{ic|1=$ svn --config-dir &amp;quot;$XDG_CONFIG_HOME&amp;quot;/subversion}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|task}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.task&amp;lt;br&amp;gt;&lt;br /&gt;
~/.taskrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export TASKDATA=&amp;quot;$XDG_DATA_HOME&amp;quot;/task&amp;lt;br&amp;gt;&lt;br /&gt;
$ export TASKRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/task/taskrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://tiptop.gforge.inria.fr/ tiptop]&lt;br /&gt;
| {{ic|~/.tiptoprc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|.tiptoprc}} ファイルを必要とします: {{ic|$ tiptop -W &amp;quot;$XDG_CONFIG_HOME&amp;quot;/tiptop}}。&lt;br /&gt;
|-&lt;br /&gt;
| [[TeX Live]]&lt;br /&gt;
| {{ic|~/.texliveYYYY}} (YYYY は年度）&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ export TEXMFCNF&amp;amp;#61;&amp;quot;${XDG_CONFIG_HOME}/texmf/web2c:$(kpsewhich --var-value&amp;amp;#61;&#039;TEXMFCNF&#039;)&amp;quot;}}&lt;br /&gt;
{{hc|$XDG_CONFIG_HOME/texmf/web2c/texmf.cnf|&lt;br /&gt;
TEXMFHOME&amp;amp;#61;$XDG_DATA_HOME/texmf&lt;br /&gt;
TEXMFCONFIG&amp;amp;#61;$XDG_CONFIG_HOME/texmf&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/bengardner/uncrustify uncrustify]&lt;br /&gt;
| {{ic|~/.uncrustify.cfg}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export UNCRUSTIFY_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/uncrustify/uncrustify.cfg}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Unison]]&lt;br /&gt;
| {{ic|~/.unison}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export UNISON=&amp;quot;$XDG_DATA_HOME&amp;quot;/unison}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Rxvt-unicode/ヒントとテクニック‎#デーモンクライアント|urxvtd]]&lt;br /&gt;
| {{ic|~/.urxvt/urxvtd-hostname}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export RXVT_SOCKET=&amp;quot;$XDG_RUNTIME_DIR&amp;quot;/urxvtd}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Vagrant]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.vagrant.d&amp;lt;br&amp;gt;&lt;br /&gt;
~/.vagrant.d/aliases}}&lt;br /&gt;
|&lt;br /&gt;
| [https://www.vagrantup.com/docs/other/environmental-variables.html]&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export VAGRANT_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/vagrant&amp;lt;br&amp;gt;&lt;br /&gt;
$ export VAGRANT_ALIAS_FILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/vagrant/aliases}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Visual Studio Code]]&lt;br /&gt;
| {{ic|~/.vscode-oss/argv.json}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/Microsoft/vscode/issues/3884]&lt;br /&gt;
| You can use {{ic|1=$ export VSCODE_PORTABLE=&amp;quot;$XDG_DATA_HOME&amp;quot;/vscode}}, which is not documented and might break unexpectedly&lt;br /&gt;
|-&lt;br /&gt;
| [[AUR|WakaTime]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.wakatime.cfg&amp;lt;br&amp;gt;&lt;br /&gt;
~/.wakatime.data&amp;lt;br&amp;gt;&lt;br /&gt;
~/.wakatime.db&amp;lt;br&amp;gt;&lt;br /&gt;
~/.wakatime.log}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export WAKATIME_HOME=&amp;quot;$XDG_CONFIG_HOME/wakatime&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
以下のディレクトリは手動で作成する必要があります。:&amp;lt;br&amp;gt;&lt;br /&gt;
{{ic|1=$ mkdir &amp;quot;$XDG_CONFIG_HOME/wakatime&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[WeeChat]]&lt;br /&gt;
| {{ic|~/.weechat}}&lt;br /&gt;
|&lt;br /&gt;
| [https://savannah.nongnu.org/task/?10934] [https://github.com/ipython/ipython/pull/4457]&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export WEECHAT_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/weechat&amp;lt;br&amp;gt;&lt;br /&gt;
$ weechat -d &amp;quot;$XDG_CONFIG_HOME&amp;quot;/weechat}}&lt;br /&gt;
|-&lt;br /&gt;
| [[wget]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.wgetrc&lt;br /&gt;
~/.wget-hsts}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export WGETRC=&amp;quot;$XDG_CONFIG_HOME/wgetrc&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
$ wget --hsts-file=&amp;quot;$XDG_CACHE_HOME/wget-hsts&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[wine]]&lt;br /&gt;
| {{ic|~/.wine}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugs.winehq.org/show_bug.cgi?id=20888]&lt;br /&gt;
| [[Wine#Winetricks|Winetricks]] は [[Wine#WINEPREFIX|WINEPREFIX]] の管理に XDG のような場所を使用します:&lt;br /&gt;
{{ic|1=$ mkdir -p &amp;quot;$XDG_DATA_HOME&amp;quot;/wineprefixes&amp;lt;br&amp;gt;&lt;br /&gt;
$ export WINEPREFIX=&amp;quot;$XDG_DATA_HOME&amp;quot;/wineprefixes/default}}&lt;br /&gt;
|-&lt;br /&gt;
| [[xbindkeys]]&lt;br /&gt;
| {{ic|~/.xbindkeysrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ xbindkeys -f &amp;quot;$XDG_CONFIG_HOME&amp;quot;/xbindkeys/config}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|xorg-xauth}}&lt;br /&gt;
| {{ic|~/.Xauthority}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export XAUTHORITY=&amp;quot;$XDG_RUNTIME_DIR&amp;quot;/Xauthority}}&lt;br /&gt;
|-&lt;br /&gt;
| [[xinit]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.xinitrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.xserverrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export XINITRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/X11/xinitrc&amp;lt;br&amp;gt;&lt;br /&gt;
$ export XSERVERRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/X11/xserverrc}}&lt;br /&gt;
&lt;br /&gt;
上記の変数は &#039;&#039;xinit&#039;&#039; には反映されますが、&#039;&#039;startx&#039;&#039; には反映されません。starx では引数としてファイル名を指定してください:&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ startx &amp;quot;$XDG_CONFIG_HOME/X11/xinitrc&amp;quot; -- vt1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|xorg-xrdb}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.Xresources&amp;lt;br&amp;gt;&lt;br /&gt;
~/.Xdefaults}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|xrdb -load ~/.config/X11/xresources}} のようにパスを指定して {{ic|xrdb}} でリソースがロードされるように {{ic|Xresources}} を [https://superuser.com/questions/243914/xresources-or-xdefaults 使用] することができます。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|z}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.z}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/rupa/z/issues/267]&lt;br /&gt;
| {{ic|1=$ export _Z_DATA=&amp;quot;$XDG_DATA_HOME/z&amp;quot;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==ハードコードされているソフトウェア==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
! アプリケーション&lt;br /&gt;
! 旧パス&lt;br /&gt;
! 議論&lt;br /&gt;
! ノート&lt;br /&gt;
|-&lt;br /&gt;
| [[ADB|adb]]&lt;br /&gt;
| {{ic|~/.android}}&lt;br /&gt;
| [https://developer.android.com/studio/command-line/variables.html#android_sdk_root]&lt;br /&gt;
| &lt;br /&gt;
{{ic|1=$ export ANDROID_SDK_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/android&amp;lt;br&amp;gt;&lt;br /&gt;
$ export ANDROID_AVD_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/android/&amp;lt;br&amp;gt;&lt;br /&gt;
$ export ANDROID_EMULATOR_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/android/&amp;lt;br&amp;gt;&lt;br /&gt;
$ export ADB_VENDOR_KEY=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/android}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Ansible]]&lt;br /&gt;
| {{ic|~/.ansible}}&lt;br /&gt;
| [https://github.com/ansible/ansible/issues/52354]&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[AMule]]&lt;br /&gt;
| {{ic|~/.aMule}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Android#Android Studio|Android Studio]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.AndroidStudio2.3&amp;lt;br&amp;gt;&lt;br /&gt;
~/.android&amp;lt;br&amp;gt;&lt;br /&gt;
~/.java}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://osdn.net/projects/anthy/ anthy]&lt;br /&gt;
| {{ic|~/.anthy}}&lt;br /&gt;
| [https://osdn.net/ticket/browse.php?group_id=14&amp;amp;tid=28397]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://directory.apache.org/studio/ Apache Directory Studio]&lt;br /&gt;
| {{ic|~/.ApacheDirectoryStudio}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://christian.amsuess.com/tools/arandr/ ARandR]&lt;br /&gt;
| {{ic|~/.screenlayout}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Arduino]]&lt;br /&gt;
| &lt;br /&gt;
{{ic|~/.arduino15&amp;lt;br&amp;gt;&lt;br /&gt;
~/.jssc}} &lt;br /&gt;
| [https://github.com/arduino/Arduino/issues/3915 won&#039;t fix]&lt;br /&gt;
| [https://github.com/arduino/Arduino/issues/10486]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.audacityteam.org/ Audacity]&lt;br /&gt;
| {{ic|~/.audacity-data}}&lt;br /&gt;
| [https://bugzilla.audacityteam.org/show_bug.cgi?id=2201]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://fixounet.free.fr/avidemux/ Avidemux]&lt;br /&gt;
| {{ic|~/.avidemux6}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[bash]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.bashrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bash_history&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bash_profile&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bash_login&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bash_logout}}&lt;br /&gt;
| [http://savannah.gnu.org/support/?108134]&lt;br /&gt;
|&lt;br /&gt;
* 指定された {{ic|bashrc}} は {{ic|/etc/bashrc}} から読み込まれます。&lt;br /&gt;
* {{ic|1=export HISTFILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/bash/history}}&lt;br /&gt;
* インタラクティブシェルでは {{ic|~/.bashrc}} の代わりに {{ic|--init-file &amp;lt;file&amp;gt;}} で指定。&lt;br /&gt;
|-&lt;br /&gt;
| [[Haskell|cabal]]&lt;br /&gt;
| {{ic|~/.cabal}}&lt;br /&gt;
| [https://github.com/haskell/cabal/issues/680]&lt;br /&gt;
| 対処方法は議論を見てください。簡単な方法ではありませんが Base Directory 準拠をエミュレートできます。&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|chatty}}&lt;br /&gt;
| {{ic|~/.chatty/}}&lt;br /&gt;
| [https://github.com/chatty/chatty/issues/273]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|cmake}}&lt;br /&gt;
| {{ic|~/.cmake/}}&lt;br /&gt;
|&lt;br /&gt;
| Used for the user package registry {{ic|~/.cmake/packages/&amp;lt;package&amp;gt;}}, detailed in {{man|7|cmake-packages|User Package Registry}} and [https://gitlab.kitware.com/cmake/community/wikis/doc/tutorials/Package-Registry the Package registry wiki page]. Looks like it&#039;s hardcoded, for example in [https://gitlab.kitware.com/cmake/cmake/blob/v3.12.1/Source/cmFindPackageCommand.cxx#L1221 cmFindPackageCommand.cxx].&lt;br /&gt;
|-&lt;br /&gt;
| [[Cinnamon]]&lt;br /&gt;
| {{ic|~/.cinnamon/}}&lt;br /&gt;
| [https://github.com/linuxmint/Cinnamon/issues/7807]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|cryptomator}}&lt;br /&gt;
| {{ic|~/.Cryptomator}}&lt;br /&gt;
| [https://github.com/cryptomator/cryptomator/issues/710]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[CUPS]]&lt;br /&gt;
| {{ic|~/.cups}}&lt;br /&gt;
| [https://github.com/apple/cups/issues/4243]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[darcs]]&lt;br /&gt;
| {{ic|~/.darcs}}&lt;br /&gt;
| [http://bugs.darcs.net/issue2453]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[D-Bus|dbus]]&lt;br /&gt;
| {{ic|~/.dbus}}&lt;br /&gt;
| [https://bugs.freedesktop.org/show_bug.cgi?id=35887]&lt;br /&gt;
| [[kdbus]] を使うことで回避できます。&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.gnome.org/Apps/Dia Dia]&lt;br /&gt;
| {{ic|~/.dia}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|devede}}&lt;br /&gt;
| {{ic|~/.devedeng}}&lt;br /&gt;
|&lt;br /&gt;
| Hardcoded [https://gitlab.com/rastersoft/devedeng/blob/f0893b3ff7b14723bd148db35bdfe2d284156d19/src/devedeng/configuration_data.py#L111 here]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.gnome.org/Apps/Dia Dia]&lt;br /&gt;
| {{ic|~/.dia/}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|dotnet-sdk}}&lt;br /&gt;
| {{ic|~/.dotnet/}}&lt;br /&gt;
| [https://github.com/dotnet/cli/issues/7569]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[eclipse]]&lt;br /&gt;
| {{ic|~/.eclipse}}&lt;br /&gt;
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=200809]&lt;br /&gt;
| {{ic|1=-Dosgi.configuration.area=@user.home/.config/..}} オプションで上書きできますがコマンドラインで指定するのではなく {{ic|&amp;quot;$ECLIPSE_HOME&amp;quot;/eclipse.ini&amp;quot;}} に追加する必要があり {{ic|$ECLIPSE_HOME}} の書き込み権限が要ります (Arch Linux では {{ic|$ECLIPSE_HOME}} が {{ic|/usr/bin/eclipse}} に決め打ちされています)。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.fetchmail.info/ Fetchmail]&lt;br /&gt;
| {{ic|~/.fetchmailrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[firefox]]&lt;br /&gt;
| {{ic|~/.mozilla}}&lt;br /&gt;
| [https://bugzil.la/259356]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Flatpak]]&lt;br /&gt;
| {{ic|~/.var/}}&lt;br /&gt;
| [https://github.com/flatpak/flatpak/issues/46] [https://github.com/flatpak/flatpak.github.io/issues/191] [https://github.com/flatpak/flatpak/issues/1651 won&#039;t fix]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|fltk}}&lt;br /&gt;
| {{ic|~/.fltk/}}&lt;br /&gt;
| [https://www.fltk.org/str.php?L3370+P0+S0+C0+I0+E0+V%25+Qxdg]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|gftp}}&lt;br /&gt;
| {{ic|~/.gftp/}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GHC]]&lt;br /&gt;
| {{ic|~/.ghc}}&lt;br /&gt;
| [https://ghc.haskell.org/trac/ghc/ticket/6077]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|ghidra}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/NationalSecurityAgency/ghidra/issues/908]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GoldenDict]]&lt;br /&gt;
| {{ic|~/.goldendict/}}&lt;br /&gt;
| [https://github.com/goldendict/goldendict/issues/151]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|gramps}}&lt;br /&gt;
| {{ic|~/.gramps/}}&lt;br /&gt;
| [https://gramps-project.org/bugs/view.php?id=8025]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|grsync}}&lt;br /&gt;
| {{ic|~/.grsync/}}&lt;br /&gt;
| [https://sourceforge.net/p/grsync/feature-requests/15/]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[RecordMyDesktop|gtk-recordMyDesktop]]&lt;br /&gt;
| {{ic|~/.gtk-recordmydesktop}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|kite}}&lt;br /&gt;
| {{ic|~/.kite/}}&lt;br /&gt;
| [https://github.com/kiteco/issue-tracker/issues/242]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|hplip}}&lt;br /&gt;
| {{ic|~/.hplip/}}&lt;br /&gt;
| [https://bugs.launchpad.net/hplip/+bug/307152]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.idris-lang.org/ idris]&lt;br /&gt;
| {{ic|~/.idris}}&lt;br /&gt;
| [https://github.com/idris-lang/Idris-dev/pull/3456]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Java]] OpenJDK&lt;br /&gt;
| {{ic|~/.java/fonts}}&lt;br /&gt;
| [https://bugzilla.redhat.com/show_bug.cgi?id=1154277] (RedHat)&lt;br /&gt;
| {{ic|1=$ export _JAVA_OPTIONS=-Djava.util.prefs.userRoot=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/java}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Java]] OpenJFX&lt;br /&gt;
| {{ic|~/.java/webview}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[julia]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.juliarc.jl&amp;lt;br&amp;gt;&lt;br /&gt;
~/.julia_history}}&lt;br /&gt;
| [https://github.com/JuliaLang/julia/issues/4630] [https://github.com/JuliaLang/julia/issues/10016]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[PAM|Linux PAM]]&lt;br /&gt;
| {{ic|~/.pam_environment}}&lt;br /&gt;
| [https://github.com/linux-pam/linux-pam/issues/7]&lt;br /&gt;
| ハードコード: [https://github.com/linux-pam/linux-pam/blob/master/modules/pam_env/pam_env.c modules/pam_env/pam_env.c]。&lt;br /&gt;
|-&lt;br /&gt;
| [http://lldb.llvm.org/ lldb]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.lldb&amp;lt;br&amp;gt;&lt;br /&gt;
~/.lldbinit}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.mathomatic.org/ mathomatic]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.mathomaticrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.matho_history}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|rlwrap mathomatic -r}} を使って {{ic|RLWRAP_HOME}} 変数を適切に設定することで履歴を移動できます。&lt;br /&gt;
|-&lt;br /&gt;
| [[Minecraft]]&lt;br /&gt;
| {{ic|~/.minecraft/}}&lt;br /&gt;
| [https://bugs.mojang.com/browse/MCL-2563]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Minetest]]&lt;br /&gt;
| {{ic|~/.minetest/}}&lt;br /&gt;
| [https://github.com/minetest/minetest/issues/864 won&#039;t fix] [https://github.com/minetest/minetest/issues/8151]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|minicom}}&lt;br /&gt;
| {{ic|~/.minirc.dfl}}&lt;br /&gt;
| &lt;br /&gt;
| アップストリームでは、{{ic|~/.config/minicom}}以下の設定ファイルをサポートするためのTODOエントリがあります。[https://salsa.debian.org/minicom-team/minicom/-/blob/fe9ff103/TODO#L27]&lt;br /&gt;
|-&lt;br /&gt;
| [[MongoDB|mongodb]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.mongorc.js&amp;lt;br&amp;gt;&lt;br /&gt;
~/.dbshell}}&lt;br /&gt;
| [https://jira.mongodb.org/browse/DOCS-5652?jql=text%20~%20%22.mongorc.js%22]&lt;br /&gt;
| [https://stackoverflow.com/a/22349050/4200039 Stack Overflow のスレッド] ではコマンドラインスイッチの {{ic|--norc}} を使うことを提案しています。&lt;br /&gt;
|-&lt;br /&gt;
| [http://0ldsk00l.ca/nestopia/ Nestopia UE]&lt;br /&gt;
| {{ic|~/.nestopia/}}&lt;br /&gt;
| [https://github.com/0ldsk00l/nestopia/pull/292 won&#039;t fix]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.netrc}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.ssh}} などの多数のプログラムが使っています。curl ({{ic|CURLOPT_NETRC_FILE}}), ftp ({{ic|NETRC}}), s-nail ({{ic|NETRC}}) なども使用しています。別の場所を設定できるプログラムも存在しますが w3m, wget, lftp など大抵のプログラムは設定が不可能です。&lt;br /&gt;
|-&lt;br /&gt;
| [[Networkmanager-openvpn]]&lt;br /&gt;
| {{ic|~/.cert/nm-openvpn}}&lt;br /&gt;
| [https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/issues/35]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Network Security Services|NSS]]&lt;br /&gt;
| {{ic|~/.pki}}&lt;br /&gt;
| [https://bugzilla.mozilla.org/show_bug.cgi?id=818686]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[OpenSSH]]&lt;br /&gt;
| {{ic|~/.ssh}}&lt;br /&gt;
| [https://bugzilla.mindrot.org/show_bug.cgi?id=2050]&lt;br /&gt;
| DropBear や OpenSSH など多数の ssh デーモンやクライアントが使用します。&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.palemoon.org/ palemoon]&lt;br /&gt;
| {{ic|~/.moonchild productions}}&lt;br /&gt;
| [https://forum.palemoon.org/viewtopic.php?f=5&amp;amp;t=9639]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|parsec-bin}}&lt;br /&gt;
| {{ic|~/.parsec}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[PCManFM]]&lt;br /&gt;
| {{ic|~/.thumbnails}}&lt;br /&gt;
| [https://github.com/lxde/libfm/issues/57]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|pcsxr}}&lt;br /&gt;
| {{ic|~/.pcsxr}}&lt;br /&gt;
|&lt;br /&gt;
| A {{ic|-cfg}} flag exists, but can only be set relative to {{ic|~/.pcsxr}}.&lt;br /&gt;
|-&lt;br /&gt;
| [https://perf.wiki.kernel.org/index.php/Main_Page perf]&lt;br /&gt;
| {{ic|~/.debug}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/torvalds/linux/blob/master/tools/perf/util/config.c#L29 tools/perf/util/config.c:29] でハードコードされています。&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.profile}}&lt;br /&gt;
|&lt;br /&gt;
| 様々な[[シェル]]や[[ディスプレイマネージャ]]が使用しています。&lt;br /&gt;
|-&lt;br /&gt;
| [[python]]&lt;br /&gt;
| {{ic|~/.python_history}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugs.python.org/issue5845 バージョン 3.4] からインタラクティブセッションの履歴は全てデフォルトで {{ic|~/.python_history}} に保存されますが、古いバージョンと同じ方法でカスタムパスを設定できます ([https://docs.python.org/3/library/readline.html?highlight=readline#example] を参照)。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|python-poetry}}&lt;br /&gt;
| {{ic|~/.poetry}}&lt;br /&gt;
| [https://github.com/python-poetry/poetry/issues/2148]&lt;br /&gt;
| {{ic|POETRY_HOME}} can be used but it does not separate data and config.&lt;br /&gt;
|-&lt;br /&gt;
| [[Qt#開発|Qt Designer]]&lt;br /&gt;
| {{ic|~/.designer}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://rednotebook.sourceforge.net/ RedNotebook]&lt;br /&gt;
| {{ic|~/.rednotebook}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://remarkableapp.github.io/linux.html Remarkable]&lt;br /&gt;
| {{ic|~/.remarkable}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|renderdoc}}&lt;br /&gt;
| {{ic|~/.renderdoc}}&lt;br /&gt;
| [https://github.com/baldurk/renderdoc/pull/1741 won&#039;t fix]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.renpy.org/ Ren&#039;Py]&lt;br /&gt;
| {{ic|~/.renpy}}&lt;br /&gt;
| [https://github.com/renpy/renpy/issues/1377]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SANE]]&lt;br /&gt;
| {{ic|~/.sane/}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|scanimage}} によって {{ic|.cal}} ファイルが作成されます。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|sbcl}}&lt;br /&gt;
| {{ic|~/.sbclrc}}&lt;br /&gt;
|&lt;br /&gt;
| {{hc|/etc/sbclrc|&lt;br /&gt;
(require :asdf)&lt;br /&gt;
(setf sb-ext:*userinit-pathname-function*&lt;br /&gt;
      (lambda () (uiop:xdg-config-home #P&amp;quot;sbcl/sbclrc&amp;quot;)))&lt;br /&gt;
}}&lt;br /&gt;
これにはroot権限が必要であり、すべてのユーザに対して{{{ic|~/.sbclrc}}}の場所が変更されることに注意してください。これは、{{{ic|lambda}}フォーム内に既存の{{{ic|~/.sbclrc}}}があるかどうかをチェックすることで緩和できます。&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.scribus.net/ Scribus]&lt;br /&gt;
| {{ic|~/.scribus}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.seamonkey-project.org/ SeaMonkey]&lt;br /&gt;
| {{ic|~/.mozilla}}&lt;br /&gt;
| [https://bugzil.la/726939]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|simplescreenrecorder}}&lt;br /&gt;
| {{ic|~/.ssr/}}&lt;br /&gt;
| [https://github.com/MaartenBaert/ssr/issues/407]&lt;br /&gt;
| 既に作成されている場合に限り{{ic|$XDG_CONFIG_HOME/simplescreenrecorder/}}を使用します。[https://github.com/MaartenBaert/ssr/issues/407#issuecomment-667600809] (まだリリースされていません)&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.gnu.org/software/solfege/solfege.html Solfege]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.solfege&amp;lt;br&amp;gt;&lt;br /&gt;
~/.solfegerc&amp;lt;br&amp;gt;&lt;br /&gt;
~/lessonfiles}}&lt;br /&gt;
| [https://savannah.gnu.org/bugs/index.php?50251]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Postfix#SpamAssassin|SpamAssassin]]&lt;br /&gt;
| {{ic|~/.spamassassin}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SQLite]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.sqlite_history&amp;lt;br&amp;gt;&lt;br /&gt;
~/.sqliterc}}&lt;br /&gt;
| [https://unix.stackexchange.com/questions/306890/change-location-of-sqlite-history-file][http://sqlite.1065341.n5.nabble.com/Customizing-the-location-of-the-sqlite-history-td87055.html]&lt;br /&gt;
|&lt;br /&gt;
{{ic|1=$ export SQLITE_HISTORY=$XDG_DATA_HOME/sqlite_history&amp;lt;br&amp;gt;&lt;br /&gt;
$ sqlite3 -init &amp;quot;$XDG_CONFIG_HOME&amp;quot;/sqlite3/sqliterc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Steam]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.steam&amp;lt;br&amp;gt;&lt;br /&gt;
~/.steampath&amp;lt;br&amp;gt;&lt;br /&gt;
~/.steampid}}&lt;br /&gt;
| [https://github.com/ValveSoftware/steam-for-linux/issues/1890]&lt;br /&gt;
| 大抵のゲームエンジン (Unity 3D, Unreal) は仕様に準拠していますが、一部のゲームパブリッシャはパスを [https://www.ctrl.blog/entry/flatpak-steamcloud-xdg Steam Auto-Cloud] にハードコードしているため、ゲームのセーブデータが間違ったディレクトリで同期されることがあります。&lt;br /&gt;
|-&lt;br /&gt;
| [[TeamSpeak]]&lt;br /&gt;
| {{ic|~/.ts3client}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export TS3_CONFIG_DIR=&amp;quot;$XDG_CONFIG_HOME/ts3client&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|texinfo}}&lt;br /&gt;
| {{ic|~/.infokey}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ info --init-file &amp;quot;$XDG_CONFIG_HOME/infokey&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.texmacs.org/ TeXmacs]&lt;br /&gt;
| {{ic|~/.TeXmacs}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Thunderbird]]&lt;br /&gt;
| {{ic|~/.thunderbird}}&lt;br /&gt;
| [https://bugzil.la/735285]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://git.archlinux.org/users/remy/texlive-localmanager.git/ tllocalmgr]&lt;br /&gt;
| {{ic|~/.texlive}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|vale}}&lt;br /&gt;
| {{ic|~/.vale.ini}}&lt;br /&gt;
| [https://github.com/errata-ai/vale/issues/152 won&#039;t fix]&lt;br /&gt;
| {{ic|$ vale --config &amp;quot;$XDG_CONFIG_HOME/vale/config.ini&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[vim]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.vim&amp;lt;br&amp;gt;&lt;br /&gt;
~/.vimrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.viminfo}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/vim/vim/commit/6a459902592e2a4ba68 7.3.1178] から vim は {{ic|~/.vimrc}} が存在しない場合に {{ic|~/.vim/vimrc}} を検索します。&lt;br /&gt;
&lt;br /&gt;
{{hc|&amp;quot;$XDG_CONFIG_HOME&amp;quot;/vim/vimrc|&lt;br /&gt;
set undodir&amp;amp;#61;$XDG_DATA_HOME/vim/undo&lt;br /&gt;
set directory&amp;amp;#61;$XDG_DATA_HOME/vim/swap&lt;br /&gt;
set backupdir&amp;amp;#61;$XDG_DATA_HOME/vim/backup&lt;br /&gt;
set viewdir&amp;amp;#61;$XDG_DATA_HOME/vim/view&lt;br /&gt;
set viminfo+&amp;amp;#61;&#039;1000,n$XDG_DATA_HOME/vim/viminfo&lt;br /&gt;
set runtimepath&amp;amp;#61;$XDG_CONFIG_HOME/vim,$VIMRUNTIME,$XDG_CONFIG_HOME/vim/after&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{hc|~/.profile|&lt;br /&gt;
export VIMINIT&amp;amp;#61;&amp;quot;:source $XDG_CONFIG_HOME&amp;quot;/vim/vimrc&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
https://tlvince.com/vim-respect-xdg も参照。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.vimperator.org/ vimperator]&lt;br /&gt;
| {{ic|~/.vimperatorrc}}&lt;br /&gt;
| [http://www.mozdev.org/pipermail/vimperator/2009-October/004848.html]&lt;br /&gt;
| &lt;br /&gt;
{{ic|1=$ export VIMPERATOR_INIT=&amp;quot;:source $XDG_CONFIG_HOME/vimperator/vimperatorrc&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
$ export VIMPERATOR_RUNTIME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/vimperator}}&lt;br /&gt;
|-&lt;br /&gt;
| [[w3m]]&lt;br /&gt;
| {{ic|~/.w3m}}&lt;br /&gt;
| [https://sourceforge.net/p/w3m/feature-requests/31/]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[WPA supplicant#wpa_cli で接続する|wpa_cli]]&lt;br /&gt;
| {{ic|~/.wpa_cli_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|xdg-utils}}&lt;br /&gt;
| {{ic|~/.gnome}}&lt;br /&gt;
| [https://bugs.freedesktop.org/show_bug.cgi?id=90775]&lt;br /&gt;
| 何らかの理由で {{ic|xdg-desktop-menu}} スクリプトは {{ic|gnome_user_dir&amp;amp;#61;&amp;quot;$HOME/.gnome/apps&amp;quot;}} をハードコードしており、[[chromium]] などによって使われています。&lt;br /&gt;
|-&lt;br /&gt;
| [https://opensource.conformal.com/wiki/xombrero xombrero]&lt;br /&gt;
| {{ic|~/.xombrero}}&lt;br /&gt;
| [https://github.com/conformal/xombrero/issues/74]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|xournalpp}}&lt;br /&gt;
| {{ic|~/.xournalpp}}&lt;br /&gt;
| [https://github.com/xournalpp/xournalpp/issues/1101]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|xpdf}}&lt;br /&gt;
| {{ic|~/.xpdfrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://yardoc.org YARD]&lt;br /&gt;
| {{ic|~/.yard}}&lt;br /&gt;
| [https://github.com/lsegal/yard/issues/1230]&lt;br /&gt;
| 誰か実装したい人がいれば、プルリクエストを受け付けます。&lt;br /&gt;
|-&lt;br /&gt;
| [https://nmap.org/zenmap/ zenmap] ([[nmap]])&lt;br /&gt;
| {{ic|~/.zenmap}}&lt;br /&gt;
| [http://seclists.org/nmap-dev/2012/q2/163] [https://github.com/nmap/nmap/issues/590]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|zoom}}&lt;br /&gt;
| {{ic|~/.zoom}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|zotero}}&lt;br /&gt;
| {{ic|~/.zotero}} {{ic|~/Zotero}}&lt;br /&gt;
| [https://github.com/zotero/zotero/issues/1203]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[zsh]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.zshrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zprofile&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zshenv&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zlogin&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zlogout&amp;lt;br&amp;gt;&lt;br /&gt;
~/.histfile&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zcompdump}}&lt;br /&gt;
| [http://www.zsh.org/mla/workers/2013/msg00692.html]&lt;br /&gt;
| {{ic|~/.zshenv}} で {{ic|1=ZDOTDIR=$HOME/.config/zsh}} を export してください (ブートストラップ問題のためにハードコードされています)。{{ic|/etc/zsh/zshenv}} にも追加することで {{ic|HOME}} にドットファイルが必要なくなります。ただし root 権限が必要で設定はシステム全体に適用されます。&lt;br /&gt;
{{ic|1=$ export HISTFILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/zsh/history}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==ライブラリと言語のサポート==&lt;br /&gt;
&lt;br /&gt;
; C&lt;br /&gt;
: [https://github.com/Cloudef/chck/tree/master/chck/xdg C99: Cloudef のシンプルな実装]。&lt;br /&gt;
&lt;br /&gt;
; C++&lt;br /&gt;
: [https://github.com/azubieta/xdg-utils-cxx xdg-utils-cxx]&lt;br /&gt;
&lt;br /&gt;
; Go&lt;br /&gt;
: [https://github.com/ProtonMail/go-appdir go-appdir]&lt;br /&gt;
&lt;br /&gt;
; JVM ([[Java]], Kotlin, [[Clojure]], [[Scala]])&lt;br /&gt;
: [https://github.com/soc/directories-jvm directories-jvm]&lt;br /&gt;
&lt;br /&gt;
; [[Haskell]]&lt;br /&gt;
: 1.2.3.0 から [https://hackage.haskell.org/package/directory directory] で公式に対応 [https://github.com/haskell/directory/commit/ab9d0810ce ab9d0810ce]。&lt;br /&gt;
: [https://hackage.haskell.org/package/xdg-basedir xdg-basedir]&lt;br /&gt;
&lt;br /&gt;
; [[Perl]]&lt;br /&gt;
: [http://search.cpan.org/dist/File-BaseDir/lib/File/BaseDir.pm File-BaseDir]&lt;br /&gt;
: [https://github.com/Aerdan/perl-file-xdg perl-file-xdg]&lt;br /&gt;
&lt;br /&gt;
; [[Python]]&lt;br /&gt;
: [https://freedesktop.org/wiki/Software/pyxdg/ pyxdg]&lt;br /&gt;
&lt;br /&gt;
; [[Ruby]]&lt;br /&gt;
: [https://github.com/rubyworks/xdg rubyworks/xdg]&lt;br /&gt;
&lt;br /&gt;
; [[Rust]]&lt;br /&gt;
: [https://github.com/soc/directories-rs directories-rs]&lt;br /&gt;
&lt;br /&gt;
; Vala&lt;br /&gt;
: [http://valadoc.org/#!api=glib-2.0/GLib.Environment GLib.Environment] によるサポート。&lt;br /&gt;
: {{ic|get_user_cache_dir}}, {{ic|get_user_data_dir}}, {{ic|get_user_config_dir}} などを参照。&lt;br /&gt;
&lt;br /&gt;
==参照==&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.gnome.org/Initiatives/GnomeGoals/XDGConfigFolders GNOME Goal: XDG Base Directory Specification Usage]&lt;br /&gt;
* [https://plus.google.com/+RobPikeTheHuman/posts/R58WgWwN9jp Rob Pike: &amp;quot;Dotfiles&amp;quot; being hidden is a UNIXv2 mistake]&lt;br /&gt;
* {{man|1|systemd-path}}&lt;br /&gt;
* {{man|7|file-hierarchy}}&lt;br /&gt;
* [https://github.com/grawity/dotfiles/blob/master/.dotfiles.notes Grawity&#039;s notes on dotfiles]&lt;br /&gt;
* [https://github.com/grawity/dotfiles/blob/master/.environ.notes Grawity&#039;s notes on environment variables]&lt;br /&gt;
* [https://ploum.net/207-modify-your-application-to-use-xdg-folders/ ploum.net: Modify Your Application to use XDG Folders]&lt;/div&gt;</summary>
		<author><name>Pogin503</name></author>
	</entry>
	<entry>
		<id>https://wiki.archlinux.jp/index.php?title=XDG_Base_Directory&amp;diff=17741</id>
		<title>XDG Base Directory</title>
		<link rel="alternate" type="text/html" href="https://wiki.archlinux.jp/index.php?title=XDG_Base_Directory&amp;diff=17741"/>
		<updated>2020-09-11T17:36:16Z</updated>

		<summary type="html">&lt;p&gt;Pogin503: シンタックスハイライトのミスを修正&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Freedesktop.org]]&lt;br /&gt;
[[Category:設定ファイル]]&lt;br /&gt;
[[en:XDG Base Directory support]]&lt;br /&gt;
[[pt:XDG Base Directory]]&lt;br /&gt;
{{Related articles start}}&lt;br /&gt;
{{Related|ドットファイル}}&lt;br /&gt;
{{Related|XDG ユーザーディレクトリ}}&lt;br /&gt;
{{Related articles end}}&lt;br /&gt;
この記事では2003年に導入された [https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html XDG Base Directory Specification] を使用しているソフトウェアを整理しています。ここでは一般的に使われているドットファイルと対応状態を並べて仕様がどれだけ使われているか示します。Base Directory Specification に対応していないソフトウェアについては、擬似的に対応させる方法を説明します。&lt;br /&gt;
&lt;br /&gt;
ただし[[環境変数]]やコンパイルオプションに保存されているコードを実行したり、ソースにパッチを適用したりする方法は除外します。設定はあくまでシステム間で相互運用できるべきでありコンパイルオプションを使ってしまうと使用が制限されるためです。&lt;br /&gt;
&lt;br /&gt;
==XDG Base Directory Specification==&lt;br /&gt;
&lt;br /&gt;
[https://standards.freedesktop.org/basedir-spec/latest/ フルスペック] を読んでください。このセクションでは概要だけを抽出しています。&lt;br /&gt;
&lt;br /&gt;
デフォルトでは [https://www.freedesktop.org/software/systemd/man/pam_systemd.html pam_systemd] によって {{ic|XDG_RUNTIME_DIR}} だけが設定されます。既存のディレクトリの絶対パスを使って明示的に他の変数を[[環境変数#変数の定義|定義]]するかどうかはユーザー次第です。&lt;br /&gt;
&lt;br /&gt;
===ユーザーディレクトリ===&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_CONFIG_HOME}}&lt;br /&gt;
** ユーザー個別の設定が書き込まれるディレクトリ ({{ic|/etc}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|$HOME/.config}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_CACHE_HOME}}&lt;br /&gt;
** ユーザー個別の重要でない (キャッシュ) データが書き込まれるディレクトリ ({{ic|/var/cache}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|$HOME/.cache}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_DATA_HOME}}&lt;br /&gt;
** ユーザー個別のデータファイルが書き込まれるディレクトリ ({{ic|/usr/share}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|$HOME/.local/share}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_RUNTIME_DIR}}&lt;br /&gt;
** ソケットや名前付きパイプなどのような必須でないユーザー個別のデータファイルに使われます。&lt;br /&gt;
** デフォルト値は必ずしも設定する必要はありません。設定されていない場合は警告が表示されます。&lt;br /&gt;
** ディレクトリの所有者がユーザーでアクセスモードが {{ic|0700}} である必要があります。&lt;br /&gt;
** OS の標準機能だけで動作するファイルシステムを使用します。&lt;br /&gt;
** ローカルファイルシステム上に存在する必要があります。&lt;br /&gt;
** 定期的にファイルが消去される可能性があります。&lt;br /&gt;
** 永続的に保持したい場合は6時間毎に変更を加えるかスティッキービットを設定します。&lt;br /&gt;
** ユーザーがログインしている値だけ存在します。&lt;br /&gt;
** tmpfs でマウントされることもあるので巨大なファイルは保存できません。&lt;br /&gt;
&lt;br /&gt;
===システムディレクトリ===&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_DATA_DIRS}}&lt;br /&gt;
** {{ic|:}} でディレクトリを区切ります ({{ic|PATH}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|/usr/local/share:/usr/share}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_CONFIG_DIRS}}&lt;br /&gt;
** {{ic|:}} でディレクトリを区切ります ({{ic|PATH}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|/etc/xdg}} です。&lt;br /&gt;
&lt;br /&gt;
==貢献==&lt;br /&gt;
&lt;br /&gt;
ソフトウェアを追加するときは適切なセクションを使ってください。&lt;br /&gt;
&lt;br /&gt;
コードの評価 ([[vim]] や {{ic|VIMINIT}} など)、パッチやコンパイルオプションが必要な方法、あるいはハードコードと考えられる方法は載せるべきではありません。また、[https://www.haskell.org/cabal/ Haskell の cabal] や [[Eclipse]] など難しい方法もハードコードとして扱います。&lt;br /&gt;
&lt;br /&gt;
* 1番目のカラムはプロジェクト名です。できればコマンド名にしてください。ソフトウェアのウェブサイトか適切な wiki の記事にリンクさせます。&lt;br /&gt;
&lt;br /&gt;
* 2番目のカラムはプロジェクトが使用するレガシーなファイルやディレクトリです。もはや読み込まれない場合でも確認できるように記述してください。&lt;br /&gt;
&lt;br /&gt;
* 3番目のカラムは XDG Base Directory に切り替わったプロジェクトのコミットあるいはバージョンです。4番目のカラムにはその議論がある場合にリンクを載せてください。&lt;br /&gt;
&lt;br /&gt;
* 最後のカラムにはサポートしていないプロジェクトのための適切な対処方法を記載します。簡潔に書いてください。曖昧な部分がある場合は自由に追記してください。&lt;br /&gt;
&lt;br /&gt;
==サポートしているソフトウェア==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
! アプリケーション&lt;br /&gt;
! 旧パス&lt;br /&gt;
! 対応開始&lt;br /&gt;
! 議論&lt;br /&gt;
! ノート&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/SirCmpwn/aerc aerc]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/Antimicro/antimicro/ antimicro]&lt;br /&gt;
| {{ic|~/.antimicro}}&lt;br /&gt;
| [https://github.com/Antimicro/antimicro/commit/edba864 edba864]&lt;br /&gt;
| [https://github.com/Antimicro/antimicro/issues/5]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[aria2]]&lt;br /&gt;
| {{ic|~/.aria2}}&lt;br /&gt;
| [https://github.com/tatsuhiro-t/aria2/commit/8bc1d37 8bc1d37]&lt;br /&gt;
| [https://github.com/tatsuhiro-t/aria2/issues/27]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://littlesvr.ca/asunder/ Asunder]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.asunder&amp;lt;br&amp;gt;&lt;br /&gt;
~/.asunder_album_artist&amp;lt;br&amp;gt;&lt;br /&gt;
~/.asunder_album_genre&amp;lt;br&amp;gt;&lt;br /&gt;
~/.asunder_album_title}}&lt;br /&gt;
| [https://littlesvr.ca/bugs/show_bug.cgi?id=31 2.9.0]&lt;br /&gt;
| [https://littlesvr.ca/bugs/show_bug.cgi?id=52]&lt;br /&gt;
| {{ic|~/.asunder}} は {{ic|XDG_CONFIG_HOME/asunder/asunder}} を、他の3つのファイルは {{ic|XDG_CACHE_HOME/asunder/asunder_album_...}} を使います。移行後も古いパスは削除されないため、手動で削除する必要があります。&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|bash-completion}}&lt;br /&gt;
| {{ic|~/.bash_completion}}&lt;br /&gt;
| [https://github.com/scop/bash-completion/commit/1d25d72ca8633c19cb089dff447d08c531379c59 2.11版]&lt;br /&gt;
| &lt;br /&gt;
| 以前の方法: {{ic|1=$ export BASH_COMPLETION_USER_FILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/bash-completion/bash_completion}}&lt;br /&gt;
|-&lt;br /&gt;
| [[blender]]&lt;br /&gt;
| {{ic|~/.blender}}&lt;br /&gt;
| [http://git.blender.org/gitweb/gitweb.cgi/blender.git/commit/4293f473 4293f473]&lt;br /&gt;
| [https://developer.blender.org/T28943]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/falconindy/burp burp]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/falconindy/burp/commit/f2388e9 f2388e9]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[chromium]]&lt;br /&gt;
| {{ic|~/.chromium}}&lt;br /&gt;
| [https://src.chromium.org/viewvc/chrome?revision=23057&amp;amp;view=revision 23057]&lt;br /&gt;
| [https://groups.google.com/forum/#!topic/chromium-dev/QekVQxF3nho] [https://code.google.com/p/chromium/issues/detail?id=16976]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://citra-emu.org/ citra]&lt;br /&gt;
| {{ic|~/.citra-emu}}&lt;br /&gt;
| [https://github.com/citra-emu/citra/commit/f7c3193fec f7c3193fec]&lt;br /&gt;
| [https://github.com/citra-emu/citra/pull/575]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[PHP#Composer|composer]]&lt;br /&gt;
| {{ic|~/.composer}}&lt;br /&gt;
| [https://github.com/composer/composer/releases/tag/1.0.0-beta1 1.0.0-beta1]&lt;br /&gt;
| [https://github.com/composer/composer/pull/1407]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[AUR ヘルパー#ビルドと検索|cower]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/falconindy/cower/commit/8b70805 8b70805]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.gnome.org/Apps/DFeet d-feet]&lt;br /&gt;
| {{ic|~/.d-feet}}&lt;br /&gt;
| [https://git.gnome.org/browse/d-feet/commit/?id==7f6104b 7f6104b]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.gnome.org/dconf dconf]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Dolphin エミュレータ|dolphin-emu]]&lt;br /&gt;
| {{ic|~/.dolphin-emu}}&lt;br /&gt;
| [https://github.com/dolphin-emu/dolphin/commit/a498c68 a498c68]&lt;br /&gt;
| [https://github.com/dolphin-emu/dolphin/pull/2304]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://dr14tmeter.sourceforge.net dr14-meter]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/simon-r/dr14_t.meter/commit/7e777ca645298ec898b3c76e3ec472ed6ed43e8a 7e777ca64]&lt;br /&gt;
| [https://github.com/simon-r/dr14_t.meter/pull/30]&lt;br /&gt;
| ハードコード: {{ic|$HOME/.config/dr14meter}}。&lt;br /&gt;
|-&lt;br /&gt;
| [[dunst]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/knopwob/dunst/commit/78b6e2b1 78b6e2b1]&lt;br /&gt;
| [https://github.com/knopwob/dunst/issues/22]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[dwb]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[fish]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[fontconfig]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.fontconfig&amp;lt;br&amp;gt;&lt;br /&gt;
~/.fonts}}&lt;br /&gt;
| [https://cgit.freedesktop.org/fontconfig/commit/?id=8c255fb1 8c255fb1]&lt;br /&gt;
|&lt;br /&gt;
| フォントの保存には {{ic|&amp;quot;$XDG_DATA_HOME&amp;quot;/fonts}} を使ってください。&lt;br /&gt;
|-&lt;br /&gt;
| [http://fontforge.github.io/ fontforge]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.FontForge&amp;lt;br&amp;gt;&lt;br /&gt;
~/.PfaEdit}}&lt;br /&gt;
| [https://github.com/fontforge/fontforge/commit/e4c2cc7432 e4c2cc7432]&lt;br /&gt;
| [https://github.com/fontforge/fontforge/issues/847] [https://github.com/fontforge/fontforge/issues/991]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.freerdp.com/ freerdp]&lt;br /&gt;
| {{ic|~/.freerdp}}&lt;br /&gt;
| [https://github.com/FreeRDP/FreeRDP/commit/edf6e7258d edf6e7258d]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Gajim]]&lt;br /&gt;
| {{ic|~/.gajim}}&lt;br /&gt;
| [https://dev.gajim.org/gajim/gajim/commit/3e777ea8f120dc58d4e65ce501ab3ab3785a5d40 3e777ea]&lt;br /&gt;
| [https://dev.gajim.org/gajim/gajim/issues/2149]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://projects.gnome.org/gconf gconf]&lt;br /&gt;
| {{ic|~/.gconf}}&lt;br /&gt;
| [https://git.gnome.org/browse/gconf/commit/?id=fc28caa7 fc28caa7]&lt;br /&gt;
| [https://bugzilla.gnome.org/show_bug.cgi?id=674803]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GIMP]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.gimp-x.y&amp;lt;br&amp;gt;&lt;br /&gt;
~/.thumbnails}}&lt;br /&gt;
| [https://git.gnome.org/browse/gimp/commit/?id=60e0cfe 60e0cfe] [https://git.gnome.org/browse/gimp/commit/?id=483505f 483505f]&lt;br /&gt;
| [https://bugzilla.gnome.org/show_bug.cgi?id=166643] [https://bugzilla.gnome.org/show_bug.cgi?id=646644]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[git]]&lt;br /&gt;
| {{ic|~/.gitconfig}}&lt;br /&gt;
| [https://github.com/git/git/commit/0d94427e 0d94427e]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GStreamer|gstreamer]]&lt;br /&gt;
| {{ic|~/.gstreamer-0.10}}&lt;br /&gt;
| [https://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=4e36f93924cf 4e36f93924cf]&lt;br /&gt;
| [https://bugzilla.gnome.org/show_bug.cgi?id=518597]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GTK+|gtk3]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[アプリケーション一覧/ユーティリティ#システム監視|htop]]&lt;br /&gt;
| {{ic|~/.htoprc}}&lt;br /&gt;
| [https://github.com/hishamhm/htop/commit/93233a67 93233a67]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[i3]]&lt;br /&gt;
| {{ic|~/.i3}}&lt;br /&gt;
| [http://code.stapelberg.de/git/i3/commit/?id=7c130fb54 7c130fb54]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[i3|i3status]]&lt;br /&gt;
| {{ic|~/.i3status.conf}}&lt;br /&gt;
| [http://code.stapelberg.de/git/i3status/commit/?id=c3f7fc4994 c3f7fc4994]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.imagemagick.org/script/index.php imagemagick]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[inkscape]]&lt;br /&gt;
| {{ic|~/.inkscape}}&lt;br /&gt;
| [http://wiki.inkscape.org/wiki/index.php/Release_notes/0.47#Preferences 0.47]&lt;br /&gt;
| [https://bugs.launchpad.net/inkscape/+bug/199720]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.ctan.org/pkg/latexmk?lang=en latexmk]&lt;br /&gt;
| {{ic|~/.latexmkrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[アプリケーション一覧/インターネット#FTP クライアント|lftp]]&lt;br /&gt;
| {{ic|~/.lftp}}&lt;br /&gt;
| [https://github.com/lavv17/lftp/commit/21dc400 21dc400]&lt;br /&gt;
| [https://www.mail-archive.com/lftp@uniyar.ac.ru/msg04301.html]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/Sude-/lgogdownloader/ lgogdownloader]&lt;br /&gt;
| {{ic|~/.gogdownloader}}&lt;br /&gt;
| [https://github.com/Sude-/lgogdownloader/commit/d430af63d000 d430af63d000]&lt;br /&gt;
| [https://github.com/Sude-/lgogdownloader/issues/4]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[LibreOffice]]&lt;br /&gt;
| &lt;br /&gt;
| [https://cgit.freedesktop.org/libreoffice/ure/commit/?id=a6f56f70a4930d3f71bd9c9b90fdd0ba20e4da5f a6f56f70] [https://cgit.freedesktop.org/libreoffice/bootstrap/commit/?id=25bd2eec77ed774a37d1cddd0d72312e23d5e9fd 25bd2eec]&lt;br /&gt;
| [https://bugs.documentfoundation.org/show_bug.cgi?id=32263]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[livestreamer]]&lt;br /&gt;
| {{ic|~/.livestreamerrc}}&lt;br /&gt;
| [https://github.com/chrippa/livestreamer/commit/ea805917 ea805917]&lt;br /&gt;
| [https://github.com/chrippa/livestreamer/pull/106]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[llpp]]&lt;br /&gt;
|&lt;br /&gt;
| [http://repo.or.cz/w/llpp.git/commit/3ab86f0cb 3ab86f0cb]&lt;br /&gt;
|&lt;br /&gt;
| 現在 llpp はディレクトリを作成せず {{ic|XDG_CONFIG_HOME}} の直下に設定を保存します。&lt;br /&gt;
|-&lt;br /&gt;
| [[mc]]&lt;br /&gt;
| {{ic|~/.mc}}&lt;br /&gt;
| [https://www.midnight-commander.org/changeset/1b9957058 1b9957058] [https://www.midnight-commander.org/changeset/0b7115647 0b7115647] [https://www.midnight-commander.org/changeset/ce401d797 ce401d797]&lt;br /&gt;
| [https://www.midnight-commander.org/ticket/1851]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Mercurial]]&lt;br /&gt;
| {{ic|~/.hgrc}}&lt;br /&gt;
| [https://www.mercurial-scm.org/repo/hg/rev/354020079723 354020079723] [https://www.mercurial-scm.org/wiki/Release4.2 4.2]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|XDG_CONFIG_HOME/hg/hgrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mesa3d.org/ mesa]&lt;br /&gt;
|&lt;br /&gt;
| [https://cgit.freedesktop.org/mesa/mesa/commit/?id=87ab26b2ab35a29d446ae66f1795d40c184c0739 87ab26b2ab]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|XDG_CACHE_HOME/mesa}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://milkytracker.org/ milkytracker]&lt;br /&gt;
| {{ic|~/.milkytracker_config}}&lt;br /&gt;
| [https://github.com/Deltafire/MilkyTracker/commit/eb487c55 eb487c55]&lt;br /&gt;
| [https://github.com/Deltafire/MilkyTracker/issues/12]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/mintty/mintty mintty]&lt;br /&gt;
| {{ic|~/.minttyrc}}&lt;br /&gt;
| [https://github.com/mintty/mintty/commit/cff1bd8f cff1bd8f] v2.3.7&lt;br /&gt;
| [https://github.com/mintty/mintty/issues/525]&lt;br /&gt;
|-&lt;br /&gt;
| [[mpd]]&lt;br /&gt;
| {{ic|~/.mpdconf}}&lt;br /&gt;
| [http://git.musicpd.org/cgit/master/mpd.git/commit/?id=87b73284 87b73284]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[mpv]]&lt;br /&gt;
| {{ic|~/.mpv}}&lt;br /&gt;
| [https://github.com/mpv-player/mpv/commit/cb250d490 cb250d490]&lt;br /&gt;
| [https://github.com/mpv-player/mpv/pull/864]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[mutt]]&lt;br /&gt;
| {{ic|~/.mutt}}&lt;br /&gt;
| [https://dev.mutt.org/trac/changeset/42fee7585f 42fee7585f]&lt;br /&gt;
| [http://dev.mutt.org/trac/ticket/3207]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[アプリケーション一覧/マルチメディア#ラスタ画像|mypaint]]&lt;br /&gt;
| {{ic|~/.mypaint}}&lt;br /&gt;
| [https://github.com/mypaint/mypaint/commit/cf723b74cd cf723b74cd]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[nano]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.nano/&amp;lt;br&amp;gt;&lt;br /&gt;
~/.nanorc}}&lt;br /&gt;
| [http://git.savannah.gnu.org/cgit/nano.git/commit/?id=c16e79b612eb8e061a4bd0b5f187c37a036fc403 036fc403]&lt;br /&gt;
| [https://savannah.gnu.org/patch/?8523]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[ncmpcpp]]&lt;br /&gt;
| {{ic|~/.ncmpcpp}}&lt;br /&gt;
| [https://github.com/arybczak/ncmpcpp/commit/38d9f811de888e512b0115f551a9679eab4607f9 38d9f811] [https://github.com/arybczak/ncmpcpp/commit/27cd86e0638bba3a7a78e44ac40dc98a58d1d90d 27cd86e0]&lt;br /&gt;
| [https://github.com/arybczak/ncmpcpp/issues/79] [https://github.com/arybczak/ncmpcpp/issues/110]&lt;br /&gt;
| {{ic|ncmpcpp_directory}} を設定しないと {{ic|error.log}} ファイルが {{ic|~/.ncmpcpp}} に保存されます。&lt;br /&gt;
|-&lt;br /&gt;
| [[neovim]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.nvim&amp;lt;br&amp;gt;&lt;br /&gt;
~/.nvimlog&amp;lt;br&amp;gt;&lt;br /&gt;
~/.nviminfo}}&lt;br /&gt;
| [https://github.com/neovim/neovim/commit/1ca5646bb 1ca5646bb]&lt;br /&gt;
| [https://github.com/neovim/neovim/issues/78] [https://github.com/neovim/neovim/pull/3198]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[newsbeuter]]&lt;br /&gt;
| {{ic|~/.newsbeuter}}&lt;br /&gt;
| [https://github.com/akrennmair/newsbeuter/commit/3c57824c5 3c57824c5]&lt;br /&gt;
| [https://github.com/akrennmair/newsbeuter/pull/39]&lt;br /&gt;
| {{ic|&amp;quot;$XDG_DATA_HOME&amp;quot;/newsbeuter}} と {{ic|&amp;quot;$XDG_CONFIG_HOME&amp;quot;/newsbeuter}} を作成する必要があります [http://newsbeuter.org/doc/newsbeuter.html#_xdg_base_directory_support]。&lt;br /&gt;
|-&lt;br /&gt;
| [[NVIDIA]]&lt;br /&gt;
| {{ic|~/.nv}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[OfflineIMAP]]&lt;br /&gt;
| {{ic|~/.offlineimaprc}}&lt;br /&gt;
| [https://github.com/OfflineIMAP/offlineimap/commit/5150de5 5150de5]&lt;br /&gt;
| [https://github.com/OfflineIMAP/offlineimap/issues/32]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://bitbucket.org/opentyrian/opentyrian/wiki/Home opentyrian]&lt;br /&gt;
| {{ic|~/.opentyrian}}&lt;br /&gt;
| [https://bitbucket.org/opentyrian/opentyrian/commits/8d45ff2 8d45ff2]&lt;br /&gt;
| [https://web.archive.org/web/20140815181350/https://code.google.com/p/opentyrian/issues/detail?id=125]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://pcsx2.net/ pcsx2]&lt;br /&gt;
| {{ic|~/.pcsx2}}&lt;br /&gt;
| [https://github.com/PCSX2/pcsx2/commit/87f1e8f77 87f1e8f77] [https://github.com/PCSX2/pcsx2/commit/a9020c606 a9020c606] [https://github.com/PCSX2/pcsx2/commit/3b22f0fb0 3b22f0fb0] [https://github.com/PCSX2/pcsx2/commit/0a012aec2 0a012aec2]&lt;br /&gt;
| [https://github.com/PCSX2/pcsx2/issues/352] [https://github.com/PCSX2/pcsx2/issues/381]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[pip]]&lt;br /&gt;
| {{ic|~/.pip}}&lt;br /&gt;
| [https://github.com/pypa/pip/blob/548a9136525815dff41acd845c558a0b36eb1c5f/NEWS.rst#60-2014-12-22 6.0]&lt;br /&gt;
| [https://github.com/pypa/pip/issues/1733]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ppsspp.org/ ppsspp]&lt;br /&gt;
| {{ic|~/.ppsspp}}&lt;br /&gt;
| [https://github.com/hrydgard/ppsspp/commit/132fe47c7d 132fe47c7d]&lt;br /&gt;
| [https://github.com/hrydgard/ppsspp/issues/4623]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|procps-ng}}&lt;br /&gt;
| {{ic|~/.toprc}}&lt;br /&gt;
| [https://gitlab.com/procps-ng/procps/commit/af53e170b9 af53e170b9]&lt;br /&gt;
| [https://gitlab.com/procps-ng/procps/merge_requests/38] [https://bugzilla.redhat.com/show_bug.cgi?id=1155265]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/Cloudef/orbment/ orbment]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[pacman]]&lt;br /&gt;
| {{ic|~/.makepkg.conf}}&lt;br /&gt;
| [https://projects.archlinux.org/pacman.git/commit/?id=80eca94c8 80eca94c8]&lt;br /&gt;
| [https://mailman.archlinux.org/pipermail/pacman-dev/2014-July/019178.html]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/panda3d/panda3d Panda3D]&lt;br /&gt;
| {{ic|~/.panda3d}}&lt;br /&gt;
| [https://github.com/panda3d/panda3d/commit/2b537d2 2b537d2]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[PulseAudio]]&lt;br /&gt;
| {{ic|~/.pulse}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{ic|~/.pulse-cookie}}&lt;br /&gt;
| [https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=59a8618dcd9 59a8618dcd9] [https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=87ae8307057 87ae8307057] [https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=9ab510a6921 9ab510a6921] [https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=4c195bcc9d5 4c195bcc9d5]&lt;br /&gt;
| [https://bugzilla.redhat.com/show_bug.cgi?id=845607]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://pyroom.org/index.html pyroom]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[qutebrowser]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[qtile]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/qtile/qtile/commit/fd8686e5b4e4fa20bb82039ed8a83768434585ec fd8686e] [https://github.com/qtile/qtile/commit/66d704bce83f631b3326f10a1bc9fc22f8e6a6fd 66d704b] [https://github.com/qtile/qtile/commit/51cff019917b87bda696b381493f969ceb6cc350 51cff01]&lt;br /&gt;
| [https://github.com/qtile/qtile/pull/835]&lt;br /&gt;
| 仕様と異なるファイルやディレクトリを作成するバーウィジェットも存在しますが、大抵の場合は設定で変更できます。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|rclone}}&lt;br /&gt;
| {{ic|~/.rclone.conf}}&lt;br /&gt;
| [https://github.com/ncw/rclone/commit/9d362589 9d362589]&lt;br /&gt;
| [https://github.com/ncw/rclone/issues/868]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[RetroArch|retroarch]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://rr-project.org/ rr]&lt;br /&gt;
| {{ic|~/.rr}}&lt;br /&gt;
| [https://github.com/mozilla/rr/commit/02e7d41e 02e7d41e]&lt;br /&gt;
| [https://github.com/mozilla/rr/issues/1455]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[rTorrent]]&lt;br /&gt;
| {{ic|~/.rtorrent.rc}}&lt;br /&gt;
| [https://github.com/rakshasa/rtorrent/commit/6a8d332b 6a8d332b]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Skype]]&lt;br /&gt;
| {{ic|~/.Skype}}&lt;br /&gt;
| 8.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.snes9x.com/ Snes9x]&lt;br /&gt;
| {{ic|~/.snes9x}}&lt;br /&gt;
| [https://github.com/snes9xgit/snes9x/commit/93b5f11641fa22d4518f251d6e3db99219864677 19864677]&lt;br /&gt;
| [https://github.com/snes9xgit/snes9x/issues/194]&lt;br /&gt;
| デフォルトの設定は空です。ROM を起動する前にユーザーが GUI や手動で設定するようになっています。&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|sublime-text-dev}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| キャッシュは {{ic|$XDG_CACHE_HOME/sublime-text-3}} ではなく {{ic|$XDG_CONFIG_HOME/sublime-text-3/Cache}} に保存されます。&lt;br /&gt;
|-&lt;br /&gt;
| [[surfraw]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.surfraw.conf&amp;lt;br&amp;gt;&lt;br /&gt;
~/.surfraw.bookmarks}}&lt;br /&gt;
| [http://anonscm.debian.org/cgit/surfraw/surfraw.git/commit/?id=3e4591d8 3e4591d8] [http://anonscm.debian.org/cgit/surfraw/surfraw.git/commit/?id=bd8c427d bd8c427d] [http://anonscm.debian.org/cgit/surfraw/surfraw.git/commit/?id=f57fc718 f57fc718]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[sway]]&lt;br /&gt;
| {{ic|~/.sway/config}}&lt;br /&gt;
| [https://github.com/SirCmpwn/sway/commit/614393c09 614393c09]&lt;br /&gt;
| [https://github.com/SirCmpwn/sway/issues/5] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[systemd]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[termite]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/tmuxinator/tmuxinator tmuxinator]&lt;br /&gt;
| {{ic|~/.tmuxinator}}&lt;br /&gt;
| [https://github.com/tmuxinator/tmuxinator/pull/511/commits/263692349f1142c0edcacfbefae541cbc0e7b44e 2636923]&lt;br /&gt;
| [https://github.com/tmuxinator/tmuxinator/pull/511]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[transmission]]&lt;br /&gt;
| {{ic|~/.transmission}}&lt;br /&gt;
| [https://trac.transmissionbt.com/changeset/5517 5517]&lt;br /&gt;
| [https://trac.transmissionbt.com/ticket/684]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.kernel.org/pub/linux/utils/util-linux/ util-linux]&lt;br /&gt;
|&lt;br /&gt;
| [https://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/?id=570b32100 570b32100]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[uzbl]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/uzbl/uzbl/commit/c6fd63a c6fd63a]&lt;br /&gt;
| [https://github.com/uzbl/uzbl/pull/150]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://fanglingsu.github.io/vimb/ vimb]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[VirtualBox]]&lt;br /&gt;
| {{ic|~/.VirtualBox}}&lt;br /&gt;
| [https://www.virtualbox.org/ticket/5099?action=diff&amp;amp;version=7 4.3]&lt;br /&gt;
| [https://www.virtualbox.org/ticket/5099]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://martanne.github.io/vis/ vis]&lt;br /&gt;
| {{ic|~/.vis}}&lt;br /&gt;
| [https://github.com/martanne/vis/pull/303]&lt;br /&gt;
| [https://github.com/martanne/vis/commit/68a25c751c0219ef5df589a19513e46a08965d5a 68a25c75]&lt;br /&gt;
[https://github.com/martanne/vis/commit/d138908cf8149eb10120957271cd6979272b4730 d138908c]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[VLC media player]]&lt;br /&gt;
| {{ic|~/.vlcrc}}&lt;br /&gt;
| [http://git.videolan.org/?p=vlc.git;a=commit;h=16f32e1500887c0dcd33cb06ad71759a81a52878 16f32e15]&lt;br /&gt;
| [https://trac.videolan.org/vlc/ticket/1267]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.warsow.gg/ warsow]&lt;br /&gt;
| {{ic|~/.warsow-2.x}}&lt;br /&gt;
| [https://github.com/Qfusion/qfusion/commit/98ece3f 98ece3f]&lt;br /&gt;
| [https://github.com/Qfusion/qfusion/issues/298]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[wireshark]]&lt;br /&gt;
| {{ic|~/.wireshark}}&lt;br /&gt;
| [https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b0b53fa5937aa7ba258427ca0f3581dba725230d b0b53fa5]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/derat/xsettingsd xsettingsd]&lt;br /&gt;
| {{ic|~/.xsettingsd}}&lt;br /&gt;
| [https://github.com/derat/xsettingsd/commit/b4999f5e9e99224caf97d09f25ee731774ecd7be 4ecd7be]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[xmonad]]&lt;br /&gt;
| {{ic|~/.xmonad}}&lt;br /&gt;
| [https://github.com/xmonad/xmonad/commit/40fc10b6a5682ce1d6ba7f0679962926ef6cfade 40fc10b6]&lt;br /&gt;
| [https://github.com/xmonad/xmonad/issues/61] [https://code.google.com/p/xmonad/issues/detail?id=484]&lt;br /&gt;
| {{ic|XMONAD_CONFIG_HOME}}, {{ic|XMONAD_DATA_HOME}}, {{ic|XMONAD_CACHE_HOME}} 環境変数が使えます。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.vergenet.net/~conrad/software/xsel/ xsel]&lt;br /&gt;
| {{ic|~/.xsel.log}}&lt;br /&gt;
| [https://github.com/kfish/xsel/commit/ee7b48111be2e2117b201962e9d1c0e1f9804ed4 ee7b4811]&lt;br /&gt;
| [https://github.com/kfish/xsel/issues/10]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==部分的にサポートしているソフトウェア==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
! アプリケーション&lt;br /&gt;
! 旧パス&lt;br /&gt;
! 対応開始&lt;br /&gt;
! 議論&lt;br /&gt;
! ノート&lt;br /&gt;
|-&lt;br /&gt;
| [[Mutt#Abook|abook]]&lt;br /&gt;
| {{ic|~/.abook}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ abook --config &amp;quot;$XDG_CONFIG_HOME&amp;quot;/abook/abookrc --datafile &amp;quot;$XDG_CACHE_HOME&amp;quot;/abook/addressbook}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Anki]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/Anki&amp;lt;br&amp;gt;&lt;br /&gt;
~/Documents/Anki}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/dae/anki/pull/49] [https://github.com/dae/anki/pull/58]&lt;br /&gt;
| {{ic|1=$ anki -b &amp;quot;$XDG_DATA_HOME&amp;quot;/Anki}}&lt;br /&gt;
|-&lt;br /&gt;
| [[aspell]]&lt;br /&gt;
| {{ic|~/.aspell.conf}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export ASPELL_CONF=&amp;quot;per-conf $XDG_CONFIG_HOME/aspell/aspell.conf; personal $XDG_CONFIG_HOME/aspell/en.pws; repl $XDG_CONFIG_HOME/aspell/en.prepl&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Atom]]&lt;br /&gt;
| {{ic|~/.atom}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/atom/atom/issues/8281]&lt;br /&gt;
| {{ic|1=$ export ATOM_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/atom}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|aws-cli}}&lt;br /&gt;
| {{ic|~/.aws}}&lt;br /&gt;
| [https://github.com/aws/aws-cli/commit/fc5961ea2cc0b5976ac9f777e20e4236fd7540f5 1.7.45]&lt;br /&gt;
| [https://github.com/aws/aws-cli/issues/2433]&lt;br /&gt;
| {{ic|1=$ export AWS_SHARED_CREDENTIALS_FILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/aws/credentials}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export AWS_CONFIG_FILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/aws/config}}&lt;br /&gt;
|-&lt;br /&gt;
| [[bazaar]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.bazaar&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bzr.log}}&lt;br /&gt;
| [https://bugs.launchpad.net/bzr/+bug/195397/comments/15 2.3.0]&lt;br /&gt;
| [https://bugs.launchpad.net/bzr/+bug/195397]&lt;br /&gt;
| 上流のバグレポートでは bazaar が {{ic|~/.config/bazaar}} を使うようにする議論があります。ただしログファイルは {{ic|~/.bzr.log}} に書き込まれます。&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Ruby#Bundler|Bundler]]&lt;br /&gt;
| {{ic|~/.bundle}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/bundler/bundler/pull/6024] [https://github.com/bundler/bundler/issues/4333]&lt;br /&gt;
| {{ic|1=$ export BUNDLE_USER_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/bundle BUNDLE_USER_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/bundle BUNDLE_USER_PLUGIN=&amp;quot;$XDG_DATA_HOME&amp;quot;/bundle}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Rust#Cargo|cargo]]&lt;br /&gt;
| {{ic|~/.cargo}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/rust-lang/cargo/pull/148] [https://github.com/rust-lang/cargo/issues/1734] [https://github.com/rust-lang/rfcs/pull/1615] [https://github.com/rust-lang/cargo/pull/5183]&lt;br /&gt;
| {{ic|1=$ export CARGO_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/cargo}}&lt;br /&gt;
|-&lt;br /&gt;
| [[ccache]]&lt;br /&gt;
| {{ic|~/.ccache}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export CCACHE_DIR=&amp;quot;$XDG_CACHE_HOME&amp;quot;/ccache}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/cisco/ChezScheme ChezScheme]&lt;br /&gt;
| {{ic|~/.chezscheme_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ petite --eehistory &amp;quot;$XDG_DATA_HOME&amp;quot;/chezscheme/history}}&lt;br /&gt;
|-&lt;br /&gt;
| [[conky]]&lt;br /&gt;
| {{ic|~/.conkyrc}}&lt;br /&gt;
| [https://github.com/brndnmtthws/conky/commit/00481ee9a97025e8e2acd7303d080af1948f7980 00481ee]&lt;br /&gt;
| [https://github.com/brndnmtthws/conky/issues/144]&lt;br /&gt;
| {{ic|1=$ conky --config=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/conky/conkyrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[coreutils]]&lt;br /&gt;
| {{ic|~/.dircolors}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ source &amp;quot;$(dircolors &amp;quot;$XDG_CONFIG_HOME&amp;quot;/dircolors)&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.dungeoncrawl.org/ crawl]&lt;br /&gt;
| {{ic|~/.crawl}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| 末尾の &#039;/&#039; は必須です: {{ic|1=$ export CRAWL_DIR=&amp;quot;$XDG_DATA_HOME&amp;quot;/crawl/}}。&lt;br /&gt;
|-&lt;br /&gt;
| [[CUDA]]&lt;br /&gt;
| {{ic|~/.nv}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export CUDA_CACHE_PATH=&amp;quot;$XDG_CACHE_HOME&amp;quot;/nv}}&lt;br /&gt;
|-&lt;br /&gt;
| [[dict]]&lt;br /&gt;
| {{ic|~/.dictrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ dict -c &amp;quot;$XDG_CONFIG_HOME&amp;quot;/dict/dictrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[ELinks]]&lt;br /&gt;
| {{ic|~/.elinks}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export ELINKS_CONFDIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/elinks}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://kripken.github.io/emscripten-site/ emscripten]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.emscripten&amp;lt;br&amp;gt;&lt;br /&gt;
~/.emscripten_sanity&amp;lt;br&amp;gt;&lt;br /&gt;
~/.emscripten_ports&amp;lt;br&amp;gt;&lt;br /&gt;
~/.emscripten_cache__last_clear}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/kripken/emscripten/issues/3624]&lt;br /&gt;
| {{ic|1=$ export EM_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/emscripten/config}}&lt;br /&gt;
{{ic|1=$ export EM_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/emscripten/cache}}&lt;br /&gt;
{{ic|1=$ export EM_PORTS=&amp;quot;$XDG_DATA_HOME&amp;quot;/emscripten/cache}}&lt;br /&gt;
{{ic|$ emcc --em-config &amp;quot;$XDG_CONFIG_HOME&amp;quot;/emscripten/config --em-cache &amp;quot;$XDG_CACHE_HOME&amp;quot;/emscripten/cache}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.freecadweb.org/ freecad]&lt;br /&gt;
| {{ic|~/.FreeCAD}}&lt;br /&gt;
|&lt;br /&gt;
| [https://www.freecadweb.org/tracker/view.php?id=2956]&lt;br /&gt;
| {{ic|1=$ freecad -u &amp;quot;$XDG_CONFIG_HOME&amp;quot;/FreeCAD/user.cfg -s &amp;quot;$XDG_CONFIG_HOME&amp;quot;/FreeCAD/system.cfg}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.gnu.org/software/gdb/ gdb]&lt;br /&gt;
| {{ic|~/.gdbinit}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ gdb -nh -x &amp;quot;$XDG_CONFIG_HOME&amp;quot;/gdb/init}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/get-iplayer/get_iplayer get_iplayer]&lt;br /&gt;
| {{ic|~/.get_iplayer}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GETIPLAYERUSERPREFS=&amp;quot;$XDG_DATA_HOME&amp;quot;/get_iplayer}}&lt;br /&gt;
|-&lt;br /&gt;
| [[getmail]]&lt;br /&gt;
| {{ic|~/.getmail/getmailrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ getmail --rcfile=&amp;quot;$XDG_CONFIG_HOME/getmail/getmailrc&amp;quot; --getmaildir=&amp;quot;$XDG_DATA_HOME/getmail&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://guichaz.free.fr/gliv/ gliv]&lt;br /&gt;
| {{ic|~/.glivrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ gliv --glivrc=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gliv/glivrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[GPG|gpg]]&lt;br /&gt;
| {{ic|~/.gnupg}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugs.gnupg.org/gnupg/issue1456] [https://bugs.gnupg.org/gnupg/issue1018]&lt;br /&gt;
| {{ic|1=$ export GNUPGHOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gnupg}}&lt;br /&gt;
{{ic|$ gpg2 --homedir &amp;quot;$XDG_CONFIG_HOME&amp;quot;/gnupg}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Google Earth]]&lt;br /&gt;
| {{ic|~/.googleearth}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.config/Google/GoogleEarthPlus.conf}} の {{ic|KMLPath}} や {{ic|CachePath}} オプションで一部のパスは変更できます。&lt;br /&gt;
|-&lt;br /&gt;
| [https://sourceforge.net/projects/gqclient GQ LDAP クライアント]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.gq&amp;lt;br&amp;gt;&lt;br /&gt;
~/.gq-state}}&lt;br /&gt;
| [https://sourceforge.net/p/gqclient/mailman/message/2053978 1.51]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GQRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gqrc}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export GQSTATE=&amp;quot;$XDG_DATA_HOME&amp;quot;/gq/gq-state}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ mkdir -p &amp;quot;$(dirname &amp;quot;$GQSTATE&amp;quot;)&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://gradle.org/ gradle]&lt;br /&gt;
| {{ic|~/.gradle}}&lt;br /&gt;
|&lt;br /&gt;
| [https://discuss.gradle.org/t/be-a-nice-freedesktop-citizen-move-the-gradle-to-the-appropriate-location-in-linux/2199]&lt;br /&gt;
| {{ic|1=$ export GRADLE_USER_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/gradle}}&lt;br /&gt;
|-&lt;br /&gt;
| [[GTK+|gtk]]&lt;br /&gt;
| {{ic|~/.gtkrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GTK_RC_FILES=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gtk-1.0/gtkrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[GTK+|gtk2]]&lt;br /&gt;
| {{ic|~/.gtkrc-2.0}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GTK2_RC_FILES=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gtk-2.0/gtkrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://httpie.org httpie]&lt;br /&gt;
| {{ic|~/.httpie}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/jakubroztocil/httpie/issues/145]&lt;br /&gt;
| {{ic|1=$ export HTTPIE_CONFIG_DIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/httpie}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://ipython.org ipython]/[[jupyter]]&lt;br /&gt;
| {{ic|~/.ipython}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export IPYTHONDIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/jupyter}}&lt;br /&gt;
{{ic|1=$ export JUPYTER_CONFIG_DIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/jupyter}}&lt;br /&gt;
|-&lt;br /&gt;
| [[irssi]]&lt;br /&gt;
| {{ic|~/.irssi}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/irssi/irssi/pull/511]&lt;br /&gt;
| {{ic|1=irssi --config=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/irssi/config --home=&amp;quot;$XDG_DATA_HOME&amp;quot;/irssi}}&lt;br /&gt;
|-&lt;br /&gt;
| [[isync]]&lt;br /&gt;
| {{ic|~/.mbsyncrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ mbsync -c &amp;quot;$XDG_CONFIG_HOME&amp;quot;/isync/mbsyncrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Java]] (OpenJDK)&lt;br /&gt;
| {{ic|~/.java/.userPrefs}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export _JAVA_OPTIONS=-Djava.util.prefs.userRoot=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/java}}&lt;br /&gt;
|-&lt;br /&gt;
| [[less]]&lt;br /&gt;
| {{ic|~/.lesshst}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export LESSHISTFILE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/less/history}} ({{ic|&amp;quot;$XDG_CACHE_HOME&amp;quot;/less}} ディレクトリを手動で作成する必要があります)。&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export LESSHISTFILE=-}} を使うことで機能を無効化できます。&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export LESSKEY=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/less/lesskey}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.videolan.org/developers/libdvdcss.html libdvdcss]&lt;br /&gt;
| {{ic|~/.dvdcss}}&lt;br /&gt;
|&lt;br /&gt;
| [https://mailman.videolan.org/pipermail/libdvdcss-devel/2014-August/001022.html]&lt;br /&gt;
| {{ic|1=$ export DVDCSS_CACHE=&amp;quot;$XDG_DATA_HOME&amp;quot;/dvdcss}}&lt;br /&gt;
|-&lt;br /&gt;
| [ftp://www.x.org/pub/xorg/current/doc/libICE/ice.html libice]&lt;br /&gt;
| {{ic|~/.ICEauthority}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugs.freedesktop.org/show_bug.cgi?id=49173]&lt;br /&gt;
| {{ic|1=$ export ICEAUTHORITY=&amp;quot;$XDG_RUNTIME_DIR&amp;quot;/ICEauthority}}&lt;br /&gt;
パーミッションには注意してください。例えば {{pkg|gdm}} からユーザーの {{ic|ICEauthority}} ファイルにアクセスする必要があります。&lt;br /&gt;
|-&lt;br /&gt;
| [[Xorg|libx11]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.XCompose&amp;lt;br&amp;gt;&lt;br /&gt;
~/.compose-cache}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export XCOMPOSEFILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/X11/xcompose}}&lt;br /&gt;
{{ic|1=$ export XCOMPOSECACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/X11/xcompose}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://ltrace.org/ ltrace]&lt;br /&gt;
| {{ic|~/.ltrace.conf}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ ltrace -F &amp;quot;$XDG_CONFIG_HOME&amp;quot;/ltrace/ltrace.conf}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|maven}}&lt;br /&gt;
| {{ic|~/.m2}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ mvn -gs &amp;quot;$XDG_CONFIG_HOME&amp;quot;/maven/settings.xml}}&lt;br /&gt;
{{hc|[http://maven.apache.org/settings.html settings.xml]|&amp;lt;nowiki&amp;gt;&amp;lt;settings xmlns=&amp;quot;http://maven.apache.org/SETTINGS/1.0.0&amp;quot;&lt;br /&gt;
  xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
  xsi:schemaLocation=&amp;quot;http://maven.apache.org/SETTINGS/1.0.0&lt;br /&gt;
                      https://maven.apache.org/xsd/settings-1.0.0.xsd&amp;quot;&amp;gt;&lt;br /&gt;
  ...&lt;br /&gt;
  &amp;lt;localRepository&amp;gt;${env.XDG_CACHE_HOME}/maven/repository&amp;lt;/localRepository&amp;gt;&lt;br /&gt;
  ...&lt;br /&gt;
&amp;lt;/settings&amp;gt;&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Mathematica]]&lt;br /&gt;
| {{ic|~/.Mathematica}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MATHEMATICA_USERBASE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mathematica}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://mednafen.sourceforge.net/ mednafen]&lt;br /&gt;
| {{ic|~/.mednafen}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MEDNAFEN_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mednafen}}&lt;br /&gt;
|-&lt;br /&gt;
| [[moc]]&lt;br /&gt;
| {{ic|~/.moc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ mocp -M &amp;quot;$XDG_CONFIG_HOME&amp;quot;/moc}}&lt;br /&gt;
{{ic|1=$ mocp -O MOCDir=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/moc}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.jedsoft.org/most/ most]&lt;br /&gt;
| {{ic|~/.mostrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MOST_INITFILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mostrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[MPlayer]]&lt;br /&gt;
| {{ic|~/.mplayer}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MPLAYER_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mplayer}}&lt;br /&gt;
|-&lt;br /&gt;
| [[msmtp]]&lt;br /&gt;
| {{ic|~/.msmtprc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ msmtp -C &amp;quot;$XDG_CONFIG_HOME&amp;quot;/msmtp/msmtprc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[MySQL]]&lt;br /&gt;
| {{ic|~/.mysql_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MYSQL_HISTFILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/mysql_history}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|ncurses}}&lt;br /&gt;
| {{ic|~/.terminfo}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export TERMINFO=&amp;quot;$XDG_DATA_HOME&amp;quot;/terminfo # Precludes system path searching.}}&lt;br /&gt;
{{ic|1=$ export TERMINFO_DIRS=&amp;quot;$XDG_DATA_HOME&amp;quot;/terminfo:/usr/share/terminfo}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.musicpd.org/clients/ncmpc/ ncmpc]&lt;br /&gt;
| {{ic|~/.ncmpc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|ncmpc -f &amp;quot;$XDG_CONFIG_HOME&amp;quot;/ncmpc/config}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Netbeans]]&lt;br /&gt;
| {{ic|~/.netbeans}}&lt;br /&gt;
|&lt;br /&gt;
| [https://netbeans.org/bugzilla/show_bug.cgi?id=215961]&lt;br /&gt;
| {{ic|1=$ netbeans --userdir &amp;quot;${XDG_CONFIG_HOME}&amp;quot;/netbeans}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Node.js]]&lt;br /&gt;
| {{ic|~/.node_repl_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export NODE_REPL_HISTORY=&amp;quot;$XDG_DATA_HOME&amp;quot;/node_repl_history}} [https://nodejs.org/api/repl.html#repl_environment_variable_options]&lt;br /&gt;
|-&lt;br /&gt;
| [[notmuch]]&lt;br /&gt;
| {{ic|~/.notmuch-config}}&lt;br /&gt;
|&lt;br /&gt;
| [http://notmuchmail.org/pipermail/notmuch/2011/007007.html]&lt;br /&gt;
| {{ic|1=$ export NOTMUCH_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/notmuch/notmuchrc}}&lt;br /&gt;
{{ic|1=$ export NMBGIT=&amp;quot;$XDG_DATA_HOME&amp;quot;/notmuch/nmbug}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Node.js#Node_Packaged_Module|npm]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.npm&amp;lt;br&amp;gt;&lt;br /&gt;
~/.npmrc}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/npm/npm/issues/6675]&lt;br /&gt;
| {{ic|1=$ export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc}}&lt;br /&gt;
{{hc|npmrc|&amp;lt;nowiki&amp;gt;&lt;br /&gt;
prefix=${XDG_DATA_HOME}/npm&lt;br /&gt;
cache=${XDG_CACHE_HOME}/npm&lt;br /&gt;
tmp=${XDG_RUNTIME_DIR}/npm&lt;br /&gt;
init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
Node.js を {{AUR|nvm}} でインストールした場合 {{ic|prefix}} は必要ありません (サポートされません)。&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/NVIDIA/nvidia-settings nvidia-settings]&lt;br /&gt;
| {{ic|~/.nvidia-settings-rc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ nvidia-settings --config=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/nvidia/settings}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|nvm}}&lt;br /&gt;
| {{ic|~/.nvm}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export NVM_DIR=&amp;quot;$XDG_DATA_HOME&amp;quot;/nvm}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Octave]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/octave&amp;lt;br&amp;gt;&lt;br /&gt;
~/.octave_packages&amp;lt;br&amp;gt;&lt;br /&gt;
~/.octave_hist}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export OCTAVE_HISTFILE=&amp;quot;$XDG_CACHE_HOME/octave-hsts&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export OCTAVE_SITE_INITFILE=&amp;quot;$XDG_CONFIG_HOME/octave/octaverc&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{hc|$XDG_CONFIG_HOME/octave/octaverc|&amp;lt;nowiki&amp;gt;&lt;br /&gt;
source /usr/share/octave/site/m/startup/octaverc;&lt;br /&gt;
pkg prefix ~/.local/share/octave/packages ~/.local/share/octave/packages;&lt;br /&gt;
pkg local_list /home/&amp;lt;your username&amp;gt;/.local/share/octave/octave_packages;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{ic|local_list}} オプションは絶対パスで指定する必要があります。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.openscad.org/ openscad]&lt;br /&gt;
| {{ic|~/.OpenSCAD}}&lt;br /&gt;
| [https://github.com/openscad/openscad/commit/7c3077b0f 7c3077b0f]&lt;br /&gt;
| [https://github.com/openscad/openscad/issues/125]&lt;br /&gt;
| XDG Base Directory Specification に完全には準拠していません。[https://github.com/openscad/openscad/issues/373] を参照。&lt;br /&gt;
&lt;br /&gt;
現在 {{ic|~/.local/share}} が [https://github.com/openscad/openscad/blob/master/src/PlatformUtils-posix.cc#L20 ハードコード] されています。&lt;br /&gt;
|-&lt;br /&gt;
| [[OpenSSL]]&lt;br /&gt;
| {{ic|~/.rnd}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| .rnd ファイルの場所は RANDFILE 環境変数で設定できます。[https://www.openssl.org/docs/faq.html FAQ] を参照。&lt;br /&gt;
|-&lt;br /&gt;
| [[pass]]&lt;br /&gt;
| {{ic|~/.password-store}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export PASSWORD_STORE_DIR=&amp;quot;$XDG_DATA_HOME&amp;quot;/pass}}&lt;br /&gt;
|-&lt;br /&gt;
| [[pidgin]]&lt;br /&gt;
| {{ic|~/.purple}}&lt;br /&gt;
|&lt;br /&gt;
| [https://developer.pidgin.im/ticket/4911]&lt;br /&gt;
| {{ic|1=$ pidgin --config=&amp;quot;$XDG_DATA_HOME&amp;quot;/purple}}&lt;br /&gt;
|-&lt;br /&gt;
| [[PostgreSQL|postgresql]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.psqlrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.psql_history&amp;lt;br&amp;gt;&lt;br /&gt;
~/.pgpass&amp;lt;br&amp;gt;&lt;br /&gt;
~/.pg_service.conf}}&lt;br /&gt;
| 9.2&lt;br /&gt;
| [https://www.postgresql.org/docs/current/static/app-psql.html]&lt;br /&gt;
&lt;br /&gt;
[https://www.postgresql.org/docs/current/static/libpq-envars.html]&lt;br /&gt;
| {{ic|1=$ export PSQLRC=&amp;quot;$XDG_CONFIG_HOME/pg/psqlrc&amp;quot;}}&lt;br /&gt;
{{ic|1=$ export PSQL_HISTORY=&amp;quot;$XDG_CACHE_HOME/pg/psql_history&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export PGPASSFILE=&amp;quot;$XDG_CONFIG_HOME/pg/pgpass&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export PGSERVICEFILE=&amp;quot;$XDG_CONFIG_HOME/pg/pg_service.conf&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
ディレクトリを作成する必要があります: {{ic|1=$ mkdir &amp;quot;$XDG_CONFIG_HOME/pg&amp;quot; &amp;amp;&amp;amp; mkdir &amp;quot;$XDG_CACHE_HOME/pg&amp;quot;}}。&lt;br /&gt;
|-&lt;br /&gt;
| [[PulseAudio]]&lt;br /&gt;
| {{ic|~/.esd_auth}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|module-esound-protocol-unix.so}} モジュールによって生成されます。別の場所を使用するように設定することもできますが {{ic|/etc/pulse/default.pa}} や {{ic|&amp;quot;$XDG_CONFIG_HOME&amp;quot;/pulse/default.pa}} でモジュールをコメントアウトしてしまう方が簡単です。&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.pylint.org/ pylint]&lt;br /&gt;
| {{ic|~/.pylint.d}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/PyCQA/pylint/issues/1364]&lt;br /&gt;
| {{ic|1=$ export PYLINTHOME=&amp;quot;$XDG_CACHE_HOME&amp;quot;/pylint}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://pypi.python.org/pypi/setuptools python-setuptools]&lt;br /&gt;
| {{ic|~/.python-eggs}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export PYTHON_EGG_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/python-eggs}}&lt;br /&gt;
|-&lt;br /&gt;
| [[readline]]&lt;br /&gt;
| {{ic|~/.inputrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export INPUTRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/readline/inputrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://utopia.knoware.nl/~hlub/uck/rlwrap/ rlwrap]&lt;br /&gt;
| {{ic|~/.*_history}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/hanslub42/rlwrap/issues/25]&lt;br /&gt;
| {{ic|1=$ export RLWRAP_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/rlwrap}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Ruby#RubyGems|RubyGems]]&lt;br /&gt;
| {{ic|~/.gem}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GEM_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/gem}}&lt;br /&gt;
{{ic|1=$ export GEM_SPEC_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/gem}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Rust|rustup]]&lt;br /&gt;
| {{ic|~/.rustup}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/rust-lang-nursery/rustup.rs/issues/247]&lt;br /&gt;
| {{ic|1=$ export RUSTUP_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/rustup}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.scala-sbt.org/ sbt]&lt;br /&gt;
| {{ic|~/.sbt}}&lt;br /&gt;
{{ic|~/.ivy2}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/sbt/sbt/issues/3681]&lt;br /&gt;
| {{ic|1=$ sbt -ivy &amp;quot;$XDG_DATA_HOME&amp;quot;/ivy2 -sbt-dir &amp;quot;$XDG_DATA_HOME&amp;quot;/sbt}} ([https://github.com/sbt/sbt/issues/3598])&lt;br /&gt;
|-&lt;br /&gt;
| [[screen]]&lt;br /&gt;
| {{ic|~/.screenrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export SCREENRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/screen/screenrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[stack]]&lt;br /&gt;
| {{ic|~/.stack}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/commercialhaskell/stack/issues/342]&lt;br /&gt;
| {{ic|1=$ export STACK_ROOT=&amp;quot;$XDG_DATA_HOME&amp;quot;/stack}}&lt;br /&gt;
|-&lt;br /&gt;
| [[subversion]]&lt;br /&gt;
| {{ic|~/.subversion}}&lt;br /&gt;
|&lt;br /&gt;
| [https://issues.apache.org/jira/browse/SVN-4599][https://mail-archives.apache.org/mod_mbox/subversion-users/201204.mbox/%3c4F8FBCC6.4080205@ritsuka.org%3e][http://mail-archives.apache.org/mod_mbox/subversion-dev/201509.mbox/%3c20150917222954.GA20331@teapot%3e]&lt;br /&gt;
| {{ic|$ svn --config-dir &amp;quot;$XDG_CONFIG_HOME&amp;quot;/subversion}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|task}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.task&amp;lt;br&amp;gt;&lt;br /&gt;
~/.taskrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export TASKDATA=&amp;quot;$XDG_DATA_HOME&amp;quot;/task}} {{ic|1=$ export TASKRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/task/taskrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[TeX Live]]&lt;br /&gt;
| {{ic|~/.texliveYYYY}} (YYYY は年度）&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ export TEXMFCNF&amp;amp;#61;&amp;quot;${XDG_CONFIG_HOME}/texmf/web2c:$(kpsewhich --var-value&amp;amp;#61;&#039;TEXMFCNF&#039;)&amp;quot;}}&lt;br /&gt;
{{hc|$XDG_CONFIG_HOME/texmf/web2c/texmf.cnf|&lt;br /&gt;
TEXMFHOME&amp;amp;#61;$XDG_DATA_HOME/texmf&lt;br /&gt;
TEXMFCONFIG&amp;amp;#61;$XDG_CONFIG_HOME/texmf&lt;br /&gt;
TEXMFVAR&amp;amp;#61;$XDG_CACHE_HOME/texmf}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://jonas.nitro.dk/tig/ tig]&lt;br /&gt;
| {{ic|~/.tigrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export TIGRC_USER=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/tig/tigrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://tiptop.gforge.inria.fr/ tiptop]&lt;br /&gt;
| {{ic|~/.tiptoprc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|.tiptoprc}} ファイルを必要とします: {{ic|$ tiptop -W &amp;quot;$XDG_CONFIG_HOME&amp;quot;/tiptop}}。&lt;br /&gt;
|-&lt;br /&gt;
| [[tmux]]&lt;br /&gt;
| {{ic|~/.tmux.conf}}&lt;br /&gt;
|&lt;br /&gt;
| [http://comments.gmane.org/gmane.comp.terminal-emulators.tmux.user/6013] [https://sourceforge.net/p/tmux/mailman/message/30619546/]&lt;br /&gt;
| {{ic|$ tmux -f &amp;quot;$XDG_CONFIG_HOME&amp;quot;/tmux/tmux.conf}}&lt;br /&gt;
{{ic|1=$ export TMUX_TMPDIR=&amp;quot;$XDG_RUNTIME_DIR&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/bengardner/uncrustify uncrustify]&lt;br /&gt;
| {{ic|~/.uncrustify.cfg}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export UNCRUSTIFY_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/uncrustify/uncrustify.cfg}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Unison]]&lt;br /&gt;
| {{ic|~/.unison}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export UNISON=&amp;quot;$XDG_DATA_HOME&amp;quot;/unison}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Rxvt-unicode/ヒントとテクニック‎#デーモンクライアント|urxvtd]]&lt;br /&gt;
| {{ic|~/.urxvt/urxvtd-hostname}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export RXVT_SOCKET=&amp;quot;$XDG_RUNTIME_DIR&amp;quot;/urxvtd}}&lt;br /&gt;
|-&lt;br /&gt;
| [[WeeChat]]&lt;br /&gt;
| {{ic|~/.weechat}}&lt;br /&gt;
|&lt;br /&gt;
| [https://savannah.nongnu.org/task/?10934]&lt;br /&gt;
| {{ic|1=$ export WEECHAT_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/weechat}}&lt;br /&gt;
{{ic|$ weechat -d &amp;quot;$XDG_CONFIG_HOME&amp;quot;/weechat}}&lt;br /&gt;
|-&lt;br /&gt;
| [[wget]]&lt;br /&gt;
| {{ic|~/.wgetrc}} {{ic|~/.wget-hsts}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export WGETRC=&amp;quot;$XDG_CONFIG_HOME/wgetrc&amp;quot;}}&lt;br /&gt;
{{ic|1=$ wget --hsts-file=&amp;quot;$XDG_CACHE_HOME/wget-hsts&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[wine]]&lt;br /&gt;
| {{ic|~/.wine}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugs.winehq.org/show_bug.cgi?id=20888]&lt;br /&gt;
| [[Wine#Winetricks|Winetricks]] は [[Wine#WINEPREFIX|WINEPREFIX]] の管理に XDG のような場所を使用します:&lt;br /&gt;
{{ic|1=$ mkdir -p &amp;quot;$XDG_DATA_HOME&amp;quot;/wineprefixes}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export WINEPREFIX=&amp;quot;$XDG_DATA_HOME&amp;quot;/wineprefixes/default}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|xorg-xauth}}&lt;br /&gt;
| {{ic|~/.Xauthority}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export XAUTHORITY=&amp;quot;$XDG_RUNTIME_DIR&amp;quot;/Xauthority}}&lt;br /&gt;
|-&lt;br /&gt;
| [[xinit]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.xinitrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.xserverrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export XINITRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/X11/xinitrc}} {{ic|1=$ export XSERVERRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/X11/xserverrc}}&lt;br /&gt;
&lt;br /&gt;
上記の変数は &#039;&#039;xinit&#039;&#039; には反映されますが、&#039;&#039;startx&#039;&#039; には反映されません。starx では引数としてファイル名を指定してください:&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ startx &amp;quot;$XDG_CONFIG_HOME/X11/xinitrc&amp;quot; -- vt1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|xorg-xrdb}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.Xresources&amp;lt;br&amp;gt;&lt;br /&gt;
~/.Xdefaults}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|xrdb -load ~/.config/X11/xresources}} のようにパスを指定して {{ic|xrdb}} でリソースがロードされるように {{ic|Xresources}} を [https://superuser.com/questions/243914/xresources-or-xdefaults 使用] することができます。&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==ハードコードされているソフトウェア==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
! アプリケーション&lt;br /&gt;
! 旧パス&lt;br /&gt;
! 議論&lt;br /&gt;
! ノート&lt;br /&gt;
|-&lt;br /&gt;
| [[ADB|adb]]&lt;br /&gt;
| {{ic|~/.android}}&lt;br /&gt;
| [https://developer.android.com/studio/command-line/variables.html#android_sdk_root]&lt;br /&gt;
| {{ic|1=$ export ANDROID_SDK_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/android}}&lt;br /&gt;
|-&lt;br /&gt;
| [[AMule]]&lt;br /&gt;
| {{ic|~/.aMule}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Android#Android Studio|Android Studio]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.AndroidStudio2.3&amp;lt;br&amp;gt;&lt;br /&gt;
~/.android&amp;lt;br&amp;gt;&lt;br /&gt;
~/.java}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://osdn.net/projects/anthy/ anthy]&lt;br /&gt;
| {{ic|~/.anthy}}&lt;br /&gt;
| [https://osdn.net/ticket/browse.php?group_id=14&amp;amp;tid=28397]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://directory.apache.org/studio/ Apache Directory Studio]&lt;br /&gt;
| {{ic|~/.ApacheDirectoryStudio}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Arduino]]&lt;br /&gt;
| &lt;br /&gt;
{{ic|~/.arduino15&amp;lt;br&amp;gt;&lt;br /&gt;
~/.jssc}} &lt;br /&gt;
| [https://github.com/arduino/Arduino/issues/3915]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|arandr}}&lt;br /&gt;
| {{ic|~/.screenlayout}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.audacityteam.org/ Audacity]&lt;br /&gt;
| {{ic|~/.audacity-data}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://fixounet.free.fr/avidemux/ Avidemux]&lt;br /&gt;
| {{ic|~/.avidemux6}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[bash]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.bashrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bash_history&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bash_profile&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bash_login&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bash_logout}}&lt;br /&gt;
| [http://savannah.gnu.org/support/?108134]&lt;br /&gt;
|&lt;br /&gt;
* 指定された {{ic|bashrc}} は {{ic|/etc/bashrc}} から読み込まれます。&lt;br /&gt;
* {{ic|1=export HISTFILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/bash/history}}&lt;br /&gt;
* インタラクティブシェルでは {{ic|~/.bashrc}} の代わりに {{ic|--init-file &amp;lt;file&amp;gt;}} で指定。&lt;br /&gt;
|-&lt;br /&gt;
| [[Haskell|cabal]]&lt;br /&gt;
| {{ic|~/.cabal}}&lt;br /&gt;
| [https://github.com/haskell/cabal/issues/680]&lt;br /&gt;
| 対処方法は議論を見てください。簡単な方法ではありませんが Base Directory 準拠をエミュレートできます。&lt;br /&gt;
|-&lt;br /&gt;
| [https://calibre-ebook.com/ calibre]&lt;br /&gt;
| {{ic|~/Calibre Library}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[CUPS]]&lt;br /&gt;
| {{ic|~/.cups}}&lt;br /&gt;
| [http://www.cups.org/str.php?L4243]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[darcs]]&lt;br /&gt;
| {{ic|~/.darcs}}&lt;br /&gt;
| [http://bugs.darcs.net/issue2453]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[D-Bus|dbus]]&lt;br /&gt;
| {{ic|~/.dbus}}&lt;br /&gt;
| [https://bugs.freedesktop.org/show_bug.cgi?id=35887]&lt;br /&gt;
| [[kdbus]] を使うことで回避できます。&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.gnome.org/Apps/Dia Dia]&lt;br /&gt;
| {{ic|~/.dia}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[docker]]&lt;br /&gt;
| {{ic|~/.docker}}&lt;br /&gt;
| [https://github.com/docker/machine/issues/3116] [https://github.com/moby/moby/issues/20693]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[eclipse]]&lt;br /&gt;
| {{ic|~/.eclipse}}&lt;br /&gt;
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=200809]&lt;br /&gt;
| {{ic|1=-Dosgi.configuration.area=@user.home/.config/..}} オプションで上書きできますがコマンドラインで指定するのではなく {{ic|&amp;quot;$ECLIPSE_HOME&amp;quot;/eclipse.ini&amp;quot;}} に追加する必要があり {{ic|$ECLIPSE_HOME}} の書き込み権限が要ります (Arch Linux では {{ic|$ECLIPSE_HOME}} が {{ic|/usr/bin/eclipse}} に決め打ちされています)。&lt;br /&gt;
|-&lt;br /&gt;
| [[emacs]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.emacs&amp;lt;br&amp;gt;&lt;br /&gt;
~/.emacs.d}}&lt;br /&gt;
| [http://debbugs.gnu.org/cgi/bugreport.cgi?bug=583]&lt;br /&gt;
| {{ic|HOME}} を設定することができますが、予期せぬ副作用を生みます。他の Emacs 環境変数を修正してロードパスを変更して手動で init ファイルをロードする site ファイルを作成するのが確実ですが、ロードプロセスが大幅に変わってしまいます。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.fetchmail.info/ Fetchmail]&lt;br /&gt;
| {{ic|~/.fetchmailrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[firefox]]&lt;br /&gt;
| {{ic|~/.mozilla}}&lt;br /&gt;
| [https://bugzil.la/259356]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Flatpak]]&lt;br /&gt;
| {{ic|~/.var/}}&lt;br /&gt;
| [https://github.com/flatpak/flatpak/issues/46] [https://github.com/flatpak/flatpak.github.io/issues/191]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GHC]]&lt;br /&gt;
| {{ic|~/.ghc}}&lt;br /&gt;
| [https://ghc.haskell.org/trac/ghc/ticket/6077]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.gnu.org/software/parallel/ GNU parallel]&lt;br /&gt;
| {{ic|~/.parallel}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[RecordMyDesktop|gtk-recordMyDesktop]]&lt;br /&gt;
| {{ic|~/.gtk-recordmydesktop}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.idris-lang.org/ idris]&lt;br /&gt;
| {{ic|~/.idris}}&lt;br /&gt;
| [https://github.com/idris-lang/Idris-dev/pull/3456]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Java]] (OpenJDK)&lt;br /&gt;
| {{ic|~/.java/fonts}} {{ic|~/.java/webview}} (JavaFX)&lt;br /&gt;
| [https://bugzilla.redhat.com/show_bug.cgi?id=1154277] (RedHat)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[julia]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.juliarc.jl&amp;lt;br&amp;gt;&lt;br /&gt;
~/.julia_history}}&lt;br /&gt;
| [https://github.com/JuliaLang/julia/issues/4630] [https://github.com/JuliaLang/julia/issues/10016]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[PAM|Linux PAM]]&lt;br /&gt;
| {{ic|~/.pam_environment}}&lt;br /&gt;
| [https://github.com/linux-pam/linux-pam/issues/7]&lt;br /&gt;
| ハードコード: [https://github.com/linux-pam/linux-pam/blob/master/modules/pam_env/pam_env.c modules/pam_env/pam_env.c]。&lt;br /&gt;
|-&lt;br /&gt;
| [http://lldb.llvm.org/ lldb]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.lldb&amp;lt;br&amp;gt;&lt;br /&gt;
~/.lldbinit}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.mathomatic.org/ mathomatic]&lt;br /&gt;
| {{ic|~/.mathomaticrc}} {{ic|~/.matho_history}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|rlwrap mathomatic -r}} を使って {{ic|RLWRAP_HOME}} 変数を適切に設定することで履歴を移動できます。&lt;br /&gt;
|-&lt;br /&gt;
| [[Minecraft]]&lt;br /&gt;
| {{ic|~/.minecraft}}&lt;br /&gt;
| [https://bugs.mojang.com/browse/MCL-2563]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[MongoDB|mongodb]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.mongorc.js&amp;lt;br&amp;gt;&lt;br /&gt;
~/.dbshell}}&lt;br /&gt;
| [https://jira.mongodb.org/browse/DOCS-5652?jql=text%20~%20%22.mongorc.js%22]&lt;br /&gt;
| [https://stackoverflow.com/a/22349050/4200039 Stack Overflow のスレッド] ではコマンドラインスイッチの {{ic|--norc}} を使うことを提案しています。&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.netrc}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.ssh}} などの多数のプログラムが使っています。curl ({{ic|CURLOPT_NETRC_FILE}}), ftp ({{ic|NETRC}}), s-nail ({{ic|NETRC}}) なども使用しています。別の場所を設定できるプログラムも存在しますが w3m, wget, lftp など大抵のプログラムは設定が不可能です。&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/nodejs/node-gyp node-gyp]&lt;br /&gt;
| {{ic|~/.node-gyp}}&lt;br /&gt;
| [https://github.com/nodejs/node-gyp/issues/175] [https://github.com/nodejs/node-gyp/issues/21] [https://github.com/nodejs/node-gyp/issues/1124]&lt;br /&gt;
| 今後、部分的サポートが追加される予定です。&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Network Security Services|NSS]]&lt;br /&gt;
| {{ic|~/.pki}}&lt;br /&gt;
| [https://bugzilla.mozilla.org/show_bug.cgi?id=818686]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[OpenSSH]]&lt;br /&gt;
| {{ic|~/.ssh}}&lt;br /&gt;
| [https://bugzilla.mindrot.org/show_bug.cgi?id=2050]&lt;br /&gt;
| DropBear や OpenSSH など多数の ssh デーモンやクライアントが使用します。&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.palemoon.org/ palemoon]&lt;br /&gt;
| {{ic|~/.moonchild productions}}&lt;br /&gt;
| [https://forum.palemoon.org/viewtopic.php?f=5&amp;amp;t=9639]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://perf.wiki.kernel.org/index.php/Main_Page perf]&lt;br /&gt;
| {{ic|~/.debug}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/torvalds/linux/blob/master/tools/perf/util/config.c#L29 tools/perf/util/config.c:29] でハードコードされています。&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.profile}}&lt;br /&gt;
|&lt;br /&gt;
| 様々な[[シェル]]や[[ディスプレイマネージャ]]が使用しています。&lt;br /&gt;
|-&lt;br /&gt;
| [[python]]&lt;br /&gt;
| {{ic|~/.python_history}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugs.python.org/issue5845 バージョン 3.4] からインタラクティブセッションの履歴は全てデフォルトで {{ic|~/.python_history}} に保存されますが、古いバージョンと同じ方法でカスタムパスを設定できます ([https://docs.python.org/3/library/readline.html?highlight=readline#example] を参照)。&lt;br /&gt;
|-&lt;br /&gt;
| [[Qt#開発|Qt Designer]]&lt;br /&gt;
| {{ic|~/.designer}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://quodlibet.readthedocs.io/en/latest/ Quod Libet]&lt;br /&gt;
| {{ic|~/.quodlibet}}&lt;br /&gt;
| [https://github.com/quodlibet/quodlibet/issues/138]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://racket-lang.org/ racket]&lt;br /&gt;
| {{ic|~/.racketrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://rednotebook.sourceforge.net/ RedNotebook]&lt;br /&gt;
| {{ic|~/.rednotebook}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://remarkableapp.github.io/linux.html Remarkable]&lt;br /&gt;
| {{ic|~/.remarkable}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.renpy.org/ Ren&#039;Py]&lt;br /&gt;
| {{ic|~/.renpy}}&lt;br /&gt;
| [https://github.com/renpy/renpy/issues/1377]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SANE]]&lt;br /&gt;
| {{ic|~/.sane/}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|scanimage}} によって {{ic|.cal}} ファイルが作成されます。&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.scribus.net/ Scribus]&lt;br /&gt;
| {{ic|~/.scribus}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.seamonkey-project.org/ SeaMonkey]&lt;br /&gt;
| {{ic|~/.mozilla}}&lt;br /&gt;
| [https://bugzil.la/726939]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.gnu.org/software/solfege/solfege.html Solfege]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.solfege&amp;lt;br&amp;gt;&lt;br /&gt;
~/.solfegerc&amp;lt;br&amp;gt;&lt;br /&gt;
~/lessonfiles}}&lt;br /&gt;
| [https://savannah.gnu.org/bugs/index.php?50251]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Postfix#SpamAssassin|SpamAssassin]]&lt;br /&gt;
| {{ic|~/.spamassassin}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[spectrwm]]&lt;br /&gt;
| {{ic|~/.spectrwm}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SQLite]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.sqlite_history&amp;lt;br&amp;gt;&lt;br /&gt;
~/.sqliterc}}&lt;br /&gt;
| [https://unix.stackexchange.com/questions/306890/change-location-of-sqlite-history-file][http://sqlite.1065341.n5.nabble.com/Customizing-the-location-of-the-sqlite-history-td87055.html]&lt;br /&gt;
| {{ic|$ sqlite3 -init &amp;quot;$XDG_CONFIG_HOME&amp;quot;/sqlite3/sqliterc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Steam]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.steam&amp;lt;br&amp;gt;&lt;br /&gt;
~/.steampath&amp;lt;br&amp;gt;&lt;br /&gt;
~/.steampid}}&lt;br /&gt;
| [https://github.com/ValveSoftware/steam-for-linux/issues/1890]&lt;br /&gt;
| 大抵のゲームエンジン (Unity 3D, Unreal) は仕様に準拠していますが、一部のゲームパブリッシャはパスを [https://www.ctrl.blog/entry/flatpak-steamcloud-xdg Steam Auto-Cloud] にハードコードしているため、ゲームのセーブデータが間違ったディレクトリで同期されることがあります。&lt;br /&gt;
|-&lt;br /&gt;
| [[TeamSpeak]]&lt;br /&gt;
| {{ic|~/.ts3client}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.texmacs.org/ TeXmacs]&lt;br /&gt;
| {{ic|~/.TeXmacs}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Thunderbird]]&lt;br /&gt;
| {{ic|~/.thunderbird}}&lt;br /&gt;
| [https://bugzil.la/735285]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://git.archlinux.org/users/remy/texlive-localmanager.git/ tllocalmgr]&lt;br /&gt;
| {{ic|~/.texlive}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[vim]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.vim&amp;lt;br&amp;gt;&lt;br /&gt;
~/.vimrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.viminfo}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/vim/vim/commit/6a459902592e2a4ba68 7.3.1178] から vim は {{ic|~/.vimrc}} が存在しない場合に {{ic|~/.vim/vimrc}} を検索します。&lt;br /&gt;
&lt;br /&gt;
{{hc|&amp;quot;$XDG_CONFIG_HOME&amp;quot;/vim/vimrc|&lt;br /&gt;
set undodir&amp;amp;#61;$XDG_CACHE_HOME/vim/undo&lt;br /&gt;
set directory&amp;amp;#61;$XDG_CACHE_HOME/vim/swap&lt;br /&gt;
set backupdir&amp;amp;#61;$XDG_CACHE_HOME/vim/backup&lt;br /&gt;
set viminfo+&amp;amp;#61;&#039;1000,n$XDG_CACHE_HOME/vim/viminfo&lt;br /&gt;
set runtimepath&amp;amp;#61;$XDG_CONFIG_HOME/vim,$VIMRUNTIME,$XDG_CONFIG_HOME/vim/after&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{hc|~/.profile|&lt;br /&gt;
export VIMINIT&amp;amp;#61;&amp;quot;:source $XDG_CONFIG_HOME&amp;quot;/vim/vimrc&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
https://tlvince.com/vim-respect-xdg も参照。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.vimperator.org/ vimperator]&lt;br /&gt;
| {{ic|~/.vimperatorrc}}&lt;br /&gt;
| [http://www.mozdev.org/pipermail/vimperator/2009-October/004848.html]&lt;br /&gt;
| {{ic|1=$ export VIMPERATOR_INIT=&amp;quot;:source $XDG_CONFIG_HOME/vimperator/vimperatorrc&amp;quot;}}&lt;br /&gt;
{{ic|1=$ export VIMPERATOR_RUNTIME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/vimperator}}&lt;br /&gt;
|-&lt;br /&gt;
| [[w3m]]&lt;br /&gt;
| {{ic|~/.w3m}}&lt;br /&gt;
| [https://sourceforge.net/p/w3m/feature-requests/31/]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[WPA supplicant#wpa_cli で接続する|wpa_cli]]&lt;br /&gt;
| {{ic|~/.wpa_cli_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|xdg-utils}}&lt;br /&gt;
| {{ic|~/.gnome}}&lt;br /&gt;
| [https://bugs.freedesktop.org/show_bug.cgi?id=90775]&lt;br /&gt;
| 何らかの理由で {{ic|xdg-desktop-menu}} スクリプトは {{ic|gnome_user_dir&amp;amp;#61;&amp;quot;$HOME/.gnome/apps&amp;quot;}} をハードコードしており、[[chromium]] などによって使われています。&lt;br /&gt;
|-&lt;br /&gt;
| [https://opensource.conformal.com/wiki/xombrero xombrero]&lt;br /&gt;
| {{ic|~/.xombrero}}&lt;br /&gt;
| [https://github.com/conformal/xombrero/issues/74]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|yarn}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.yarnrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.yarn/&amp;lt;br&amp;gt;&lt;br /&gt;
~/.yarncache/&amp;lt;br&amp;gt;&lt;br /&gt;
~/.yarn-config/}}&lt;br /&gt;
| [https://github.com/yarnpkg/yarn/issues/2334]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://nmap.org/zenmap/ zenmap] ([[nmap]])&lt;br /&gt;
| {{ic|~/.zenmap}}&lt;br /&gt;
| [http://seclists.org/nmap-dev/2012/q2/163] [https://github.com/nmap/nmap/issues/590]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[zsh]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.zshrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zprofile&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zshenv&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zlogin&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zlogout&amp;lt;br&amp;gt;&lt;br /&gt;
~/.histfile&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zcompdump}}&lt;br /&gt;
| [http://www.zsh.org/mla/workers/2013/msg00692.html]&lt;br /&gt;
| {{ic|~/.zshenv}} で {{ic|1=ZDOTDIR=$HOME/.config/zsh}} を export してください (ブートストラップ問題のためにハードコードされています)。{{ic|/etc/zsh/zshenv}} にも追加することで {{ic|HOME}} にドットファイルが必要なくなります。ただし root 権限が必要で設定はシステム全体に適用されます。&lt;br /&gt;
{{ic|1=$ export HISTFILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/zsh/history}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==ライブラリと言語のサポート==&lt;br /&gt;
&lt;br /&gt;
; C&lt;br /&gt;
: [https://github.com/Cloudef/chck/tree/master/chck/xdg C99: Cloudef のシンプルな実装]。&lt;br /&gt;
&lt;br /&gt;
; JVM ([[Java]], Kotlin, [[Clojure]], [[Scala]])&lt;br /&gt;
: [https://github.com/soc/directories-jvm directories-jvm]&lt;br /&gt;
&lt;br /&gt;
; [[Haskell]]&lt;br /&gt;
: 1.2.3.0 から [https://hackage.haskell.org/package/directory directory] で公式に対応 [https://github.com/haskell/directory/commit/ab9d0810ce ab9d0810ce]。&lt;br /&gt;
: [https://hackage.haskell.org/package/xdg-basedir xdg-basedir]&lt;br /&gt;
&lt;br /&gt;
; [[Perl]]&lt;br /&gt;
: [http://search.cpan.org/dist/File-BaseDir/lib/File/BaseDir.pm File-BaseDir]&lt;br /&gt;
: [https://github.com/Aerdan/perl-file-xdg perl-file-xdg]&lt;br /&gt;
&lt;br /&gt;
; [[Python]]&lt;br /&gt;
: [https://freedesktop.org/wiki/Software/pyxdg/ pyxdg]&lt;br /&gt;
&lt;br /&gt;
; [[Ruby]]&lt;br /&gt;
: [https://github.com/rubyworks/xdg rubyworks/xdg]&lt;br /&gt;
&lt;br /&gt;
; [[Rust]]&lt;br /&gt;
: [https://github.com/soc/directories-rs directories-rs]&lt;br /&gt;
&lt;br /&gt;
; Vala&lt;br /&gt;
: [http://valadoc.org/#!api=glib-2.0/GLib.Environment GLib.Environment] によるサポート。&lt;br /&gt;
: {{ic|get_user_cache_dir}}, {{ic|get_user_data_dir}}, {{ic|get_user_config_dir}} などを参照。&lt;br /&gt;
&lt;br /&gt;
==参照==&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.gnome.org/Initiatives/GnomeGoals/XDGConfigFolders GNOME Goal: XDG Base Directory Specification Usage]&lt;br /&gt;
* [https://plus.google.com/+RobPikeTheHuman/posts/R58WgWwN9jp Rob Pike: &amp;quot;Dotfiles&amp;quot; being hidden is a UNIXv2 mistake]&lt;br /&gt;
* {{man|1|systemd-path}}&lt;br /&gt;
* {{man|7|file-hierarchy}}&lt;br /&gt;
* [https://github.com/grawity/dotfiles/blob/master/.dotfiles.notes Grawity&#039;s notes on dotfiles]&lt;br /&gt;
* [https://github.com/grawity/dotfiles/blob/master/.environ.notes Grawity&#039;s notes on environment variables]&lt;br /&gt;
* [https://ploum.net/207-modify-your-application-to-use-xdg-folders/ ploum.net: Modify Your Application to use XDG Folders]&lt;/div&gt;</summary>
		<author><name>Pogin503</name></author>
	</entry>
	<entry>
		<id>https://wiki.archlinux.jp/index.php?title=XDG_Base_Directory&amp;diff=17715</id>
		<title>XDG Base Directory</title>
		<link rel="alternate" type="text/html" href="https://wiki.archlinux.jp/index.php?title=XDG_Base_Directory&amp;diff=17715"/>
		<updated>2020-09-10T16:37:21Z</updated>

		<summary type="html">&lt;p&gt;Pogin503: ポルトガル語のリンクを追加&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Freedesktop.org]]&lt;br /&gt;
[[Category:設定ファイル]]&lt;br /&gt;
[[en:XDG Base Directory support]]&lt;br /&gt;
[[pt:XDG Base Directory]]&lt;br /&gt;
{{Related articles start}}&lt;br /&gt;
{{Related|ドットファイル}}&lt;br /&gt;
{{Related|XDG ユーザーディレクトリ}}&lt;br /&gt;
{{Related articles end}}&lt;br /&gt;
この記事では2003年に導入された [https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html XDG Base Directory Specification] を使用しているソフトウェアを整理しています。ここでは一般的に使われているドットファイルと対応状態を並べて仕様がどれだけ使われているか示します。Base Directory Specification に対応していないソフトウェアについては、擬似的に対応させる方法を説明します。&lt;br /&gt;
&lt;br /&gt;
ただし[[環境変数]]やコンパイルオプションに保存されているコードを実行したり、ソースにパッチを適用したりする方法は除外します。設定はあくまでシステム間で相互運用できるべきでありコンパイルオプションを使ってしまうと使用が制限されるためです。&lt;br /&gt;
&lt;br /&gt;
==XDG Base Directory Specification==&lt;br /&gt;
&lt;br /&gt;
[https://standards.freedesktop.org/basedir-spec/latest/ フルスペック] を読んでください。このセクションでは概要だけを抽出しています。&lt;br /&gt;
&lt;br /&gt;
デフォルトでは [https://www.freedesktop.org/software/systemd/man/pam_systemd.html pam_systemd] によって {{ic|XDG_RUNTIME_DIR}} だけが設定されます。既存のディレクトリの絶対パスを使って明示的に他の変数を[[環境変数#変数の定義|定義]]するかどうかはユーザー次第です。&lt;br /&gt;
&lt;br /&gt;
===ユーザーディレクトリ===&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_CONFIG_HOME}}&lt;br /&gt;
** ユーザー個別の設定が書き込まれるディレクトリ ({{ic|/etc}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|$HOME/.config}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_CACHE_HOME}}&lt;br /&gt;
** ユーザー個別の重要でない (キャッシュ) データが書き込まれるディレクトリ ({{ic|/var/cache}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|$HOME/.cache}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_DATA_HOME}}&lt;br /&gt;
** ユーザー個別のデータファイルが書き込まれるディレクトリ ({{ic|/usr/share}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|$HOME/.local/share}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_RUNTIME_DIR}}&lt;br /&gt;
** ソケットや名前付きパイプなどのような必須でないユーザー個別のデータファイルに使われます。&lt;br /&gt;
** デフォルト値は必ずしも設定する必要はありません。設定されていない場合は警告が表示されます。&lt;br /&gt;
** ディレクトリの所有者がユーザーでアクセスモードが {{ic|0700}} である必要があります。&lt;br /&gt;
** OS の標準機能だけで動作するファイルシステムを使用します。&lt;br /&gt;
** ローカルファイルシステム上に存在する必要があります。&lt;br /&gt;
** 定期的にファイルが消去される可能性があります。&lt;br /&gt;
** 永続的に保持したい場合は6時間毎に変更を加えるかスティッキービットを設定します。&lt;br /&gt;
** ユーザーがログインしている値だけ存在します。&lt;br /&gt;
** tmpfs でマウントされることもあるので巨大なファイルは保存できません。&lt;br /&gt;
&lt;br /&gt;
===システムディレクトリ===&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_DATA_DIRS}}&lt;br /&gt;
** {{ic|:}} でディレクトリを区切ります ({{ic|PATH}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|/usr/local/share:/usr/share}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_CONFIG_DIRS}}&lt;br /&gt;
** {{ic|:}} でディレクトリを区切ります ({{ic|PATH}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|/etc/xdg}} です。&lt;br /&gt;
&lt;br /&gt;
==貢献==&lt;br /&gt;
&lt;br /&gt;
ソフトウェアを追加するときは適切なセクションを使ってください。&lt;br /&gt;
&lt;br /&gt;
コードの評価 ([[vim]] や {{ic|VIMINIT}} など)、パッチやコンパイルオプションが必要な方法、あるいはハードコードと考えられる方法は載せるべきではありません。また、[https://www.haskell.org/cabal/ Haskell の cabal] や [[Eclipse]] など難しい方法もハードコードとして扱います。&lt;br /&gt;
&lt;br /&gt;
* 1番目のカラムはプロジェクト名です。できればコマンド名にしてください。ソフトウェアのウェブサイトか適切な wiki の記事にリンクさせます。&lt;br /&gt;
&lt;br /&gt;
* 2番目のカラムはプロジェクトが使用するレガシーなファイルやディレクトリです。もはや読み込まれない場合でも確認できるように記述してください。&lt;br /&gt;
&lt;br /&gt;
* 3番目のカラムは XDG Base Directory に切り替わったプロジェクトのコミットあるいはバージョンです。4番目のカラムにはその議論がある場合にリンクを載せてください。&lt;br /&gt;
&lt;br /&gt;
* 最後のカラムにはサポートしていないプロジェクトのための適切な対処方法を記載します。簡潔に書いてください。曖昧な部分がある場合は自由に追記してください。&lt;br /&gt;
&lt;br /&gt;
==サポートしているソフトウェア==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
! アプリケーション&lt;br /&gt;
! 旧パス&lt;br /&gt;
! 対応開始&lt;br /&gt;
! 議論&lt;br /&gt;
! ノート&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/SirCmpwn/aerc aerc]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/Antimicro/antimicro/ antimicro]&lt;br /&gt;
| {{ic|~/.antimicro}}&lt;br /&gt;
| [https://github.com/Antimicro/antimicro/commit/edba864 edba864]&lt;br /&gt;
| [https://github.com/Antimicro/antimicro/issues/5]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[aria2]]&lt;br /&gt;
| {{ic|~/.aria2}}&lt;br /&gt;
| [https://github.com/tatsuhiro-t/aria2/commit/8bc1d37 8bc1d37]&lt;br /&gt;
| [https://github.com/tatsuhiro-t/aria2/issues/27]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://littlesvr.ca/asunder/ Asunder]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.asunder&amp;lt;br&amp;gt;&lt;br /&gt;
~/.asunder_album_artist&amp;lt;br&amp;gt;&lt;br /&gt;
~/.asunder_album_genre&amp;lt;br&amp;gt;&lt;br /&gt;
~/.asunder_album_title}}&lt;br /&gt;
| [https://littlesvr.ca/bugs/show_bug.cgi?id=31 2.9.0]&lt;br /&gt;
| [https://littlesvr.ca/bugs/show_bug.cgi?id=52]&lt;br /&gt;
| {{ic|~/.asunder}} は {{ic|XDG_CONFIG_HOME/asunder/asunder}} を、他の3つのファイルは {{ic|XDG_CACHE_HOME/asunder/asunder_album_...}} を使います。移行後も古いパスは削除されないため、手動で削除する必要があります。&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|bash-completion}}&lt;br /&gt;
| {{ic|~/.bash_completion}}&lt;br /&gt;
| [https://github.com/scop/bash-completion/commit/1d25d72ca8633c19cb089dff447d08c531379c59 2.11版]&lt;br /&gt;
| &lt;br /&gt;
| 以前の方法: {{ic|1=$ export BASH_COMPLETION_USER_FILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/bash-completion/bash_completion}}&lt;br /&gt;
|-&lt;br /&gt;
| [[blender]]&lt;br /&gt;
| {{ic|~/.blender}}&lt;br /&gt;
| [http://git.blender.org/gitweb/gitweb.cgi/blender.git/commit/4293f473 4293f473]&lt;br /&gt;
| [https://developer.blender.org/T28943]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/falconindy/burp burp]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/falconindy/burp/commit/f2388e9 f2388e9]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[chromium]]&lt;br /&gt;
| {{ic|~/.chromium}}&lt;br /&gt;
| [https://src.chromium.org/viewvc/chrome?revision=23057&amp;amp;view=revision 23057]&lt;br /&gt;
| [https://groups.google.com/forum/#!topic/chromium-dev/QekVQxF3nho] [https://code.google.com/p/chromium/issues/detail?id=16976]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://citra-emu.org/ citra]&lt;br /&gt;
| {{ic|~/.citra-emu}}&lt;br /&gt;
| [https://github.com/citra-emu/citra/commit/f7c3193fec f7c3193fec]&lt;br /&gt;
| [https://github.com/citra-emu/citra/pull/575]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[PHP#Composer|composer]]&lt;br /&gt;
| {{ic|~/.composer}}&lt;br /&gt;
| [https://github.com/composer/composer/releases/tag/1.0.0-beta1 1.0.0-beta1]&lt;br /&gt;
| [https://github.com/composer/composer/pull/1407]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[AUR ヘルパー#ビルドと検索|cower]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/falconindy/cower/commit/8b70805 8b70805]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.gnome.org/Apps/DFeet d-feet]&lt;br /&gt;
| {{ic|~/.d-feet}}&lt;br /&gt;
| [https://git.gnome.org/browse/d-feet/commit/?id==7f6104b 7f6104b]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.gnome.org/dconf dconf]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Dolphin エミュレータ|dolphin-emu]]&lt;br /&gt;
| {{ic|~/.dolphin-emu}}&lt;br /&gt;
| [https://github.com/dolphin-emu/dolphin/commit/a498c68 a498c68]&lt;br /&gt;
| [https://github.com/dolphin-emu/dolphin/pull/2304]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://dr14tmeter.sourceforge.net dr14-meter]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/simon-r/dr14_t.meter/commit/7e777ca645298ec898b3c76e3ec472ed6ed43e8a 7e777ca64]&lt;br /&gt;
| [https://github.com/simon-r/dr14_t.meter/pull/30]&lt;br /&gt;
| ハードコード: {{ic|$HOME/.config/dr14meter}}。&lt;br /&gt;
|-&lt;br /&gt;
| [[dunst]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/knopwob/dunst/commit/78b6e2b1 78b6e2b1]&lt;br /&gt;
| [https://github.com/knopwob/dunst/issues/22]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[dwb]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[fish]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[fontconfig]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.fontconfig&amp;lt;br&amp;gt;&lt;br /&gt;
ic|~/.fonts}}&lt;br /&gt;
| [https://cgit.freedesktop.org/fontconfig/commit/?id=8c255fb1 8c255fb1]&lt;br /&gt;
|&lt;br /&gt;
| フォントの保存には {{ic|&amp;quot;$XDG_DATA_HOME&amp;quot;/fonts}} を使ってください。&lt;br /&gt;
|-&lt;br /&gt;
| [http://fontforge.github.io/ fontforge]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.FontForge&amp;lt;br&amp;gt;&lt;br /&gt;
~/.PfaEdit}}&lt;br /&gt;
| [https://github.com/fontforge/fontforge/commit/e4c2cc7432 e4c2cc7432]&lt;br /&gt;
| [https://github.com/fontforge/fontforge/issues/847] [https://github.com/fontforge/fontforge/issues/991]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.freerdp.com/ freerdp]&lt;br /&gt;
| {{ic|~/.freerdp}}&lt;br /&gt;
| [https://github.com/FreeRDP/FreeRDP/commit/edf6e7258d edf6e7258d]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Gajim]]&lt;br /&gt;
| {{ic|~/.gajim}}&lt;br /&gt;
| [https://dev.gajim.org/gajim/gajim/commit/3e777ea8f120dc58d4e65ce501ab3ab3785a5d40 3e777ea]&lt;br /&gt;
| [https://dev.gajim.org/gajim/gajim/issues/2149]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://projects.gnome.org/gconf gconf]&lt;br /&gt;
| {{ic|~/.gconf}}&lt;br /&gt;
| [https://git.gnome.org/browse/gconf/commit/?id=fc28caa7 fc28caa7]&lt;br /&gt;
| [https://bugzilla.gnome.org/show_bug.cgi?id=674803]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GIMP]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.gimp-x.y&amp;lt;br&amp;gt;&lt;br /&gt;
~/.thumbnails}}&lt;br /&gt;
| [https://git.gnome.org/browse/gimp/commit/?id=60e0cfe 60e0cfe] [https://git.gnome.org/browse/gimp/commit/?id=483505f 483505f]&lt;br /&gt;
| [https://bugzilla.gnome.org/show_bug.cgi?id=166643] [https://bugzilla.gnome.org/show_bug.cgi?id=646644]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[git]]&lt;br /&gt;
| {{ic|~/.gitconfig}}&lt;br /&gt;
| [https://github.com/git/git/commit/0d94427e 0d94427e]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GStreamer|gstreamer]]&lt;br /&gt;
| {{ic|~/.gstreamer-0.10}}&lt;br /&gt;
| [https://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=4e36f93924cf 4e36f93924cf]&lt;br /&gt;
| [https://bugzilla.gnome.org/show_bug.cgi?id=518597]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GTK+|gtk3]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[アプリケーション一覧/ユーティリティ#システム監視|htop]]&lt;br /&gt;
| {{ic|~/.htoprc}}&lt;br /&gt;
| [https://github.com/hishamhm/htop/commit/93233a67 93233a67]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[i3]]&lt;br /&gt;
| {{ic|~/.i3}}&lt;br /&gt;
| [http://code.stapelberg.de/git/i3/commit/?id=7c130fb54 7c130fb54]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[i3|i3status]]&lt;br /&gt;
| {{ic|~/.i3status.conf}}&lt;br /&gt;
| [http://code.stapelberg.de/git/i3status/commit/?id=c3f7fc4994 c3f7fc4994]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.imagemagick.org/script/index.php imagemagick]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[inkscape]]&lt;br /&gt;
| {{ic|~/.inkscape}}&lt;br /&gt;
| [http://wiki.inkscape.org/wiki/index.php/Release_notes/0.47#Preferences 0.47]&lt;br /&gt;
| [https://bugs.launchpad.net/inkscape/+bug/199720]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.ctan.org/pkg/latexmk?lang=en latexmk]&lt;br /&gt;
| {{ic|~/.latexmkrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[アプリケーション一覧/インターネット#FTP クライアント|lftp]]&lt;br /&gt;
| {{ic|~/.lftp}}&lt;br /&gt;
| [https://github.com/lavv17/lftp/commit/21dc400 21dc400]&lt;br /&gt;
| [https://www.mail-archive.com/lftp@uniyar.ac.ru/msg04301.html]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/Sude-/lgogdownloader/ lgogdownloader]&lt;br /&gt;
| {{ic|~/.gogdownloader}}&lt;br /&gt;
| [https://github.com/Sude-/lgogdownloader/commit/d430af63d000 d430af63d000]&lt;br /&gt;
| [https://github.com/Sude-/lgogdownloader/issues/4]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[LibreOffice]]&lt;br /&gt;
| &lt;br /&gt;
| [https://cgit.freedesktop.org/libreoffice/ure/commit/?id=a6f56f70a4930d3f71bd9c9b90fdd0ba20e4da5f a6f56f70] [https://cgit.freedesktop.org/libreoffice/bootstrap/commit/?id=25bd2eec77ed774a37d1cddd0d72312e23d5e9fd 25bd2eec]&lt;br /&gt;
| [https://bugs.documentfoundation.org/show_bug.cgi?id=32263]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[livestreamer]]&lt;br /&gt;
| {{ic|~/.livestreamerrc}}&lt;br /&gt;
| [https://github.com/chrippa/livestreamer/commit/ea805917 ea805917]&lt;br /&gt;
| [https://github.com/chrippa/livestreamer/pull/106]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[llpp]]&lt;br /&gt;
|&lt;br /&gt;
| [http://repo.or.cz/w/llpp.git/commit/3ab86f0cb 3ab86f0cb]&lt;br /&gt;
|&lt;br /&gt;
| 現在 llpp はディレクトリを作成せず {{ic|XDG_CONFIG_HOME}} の直下に設定を保存します。&lt;br /&gt;
|-&lt;br /&gt;
| [[mc]]&lt;br /&gt;
| {{ic|~/.mc}}&lt;br /&gt;
| [https://www.midnight-commander.org/changeset/1b9957058 1b9957058] [https://www.midnight-commander.org/changeset/0b7115647 0b7115647] [https://www.midnight-commander.org/changeset/ce401d797 ce401d797]&lt;br /&gt;
| [https://www.midnight-commander.org/ticket/1851]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Mercurial]]&lt;br /&gt;
| {{ic|~/.hgrc}}&lt;br /&gt;
| [https://www.mercurial-scm.org/repo/hg/rev/354020079723 354020079723] [https://www.mercurial-scm.org/wiki/Release4.2 4.2]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|XDG_CONFIG_HOME/hg/hgrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mesa3d.org/ mesa]&lt;br /&gt;
|&lt;br /&gt;
| [https://cgit.freedesktop.org/mesa/mesa/commit/?id=87ab26b2ab35a29d446ae66f1795d40c184c0739 87ab26b2ab]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|XDG_CACHE_HOME/mesa}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://milkytracker.org/ milkytracker]&lt;br /&gt;
| {{ic|~/.milkytracker_config}}&lt;br /&gt;
| [https://github.com/Deltafire/MilkyTracker/commit/eb487c55 eb487c55]&lt;br /&gt;
| [https://github.com/Deltafire/MilkyTracker/issues/12]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/mintty/mintty mintty]&lt;br /&gt;
| {{ic|~/.minttyrc}}&lt;br /&gt;
| [https://github.com/mintty/mintty/commit/cff1bd8f cff1bd8f] v2.3.7&lt;br /&gt;
| [https://github.com/mintty/mintty/issues/525]&lt;br /&gt;
|-&lt;br /&gt;
| [[mpd]]&lt;br /&gt;
| {{ic|~/.mpdconf}}&lt;br /&gt;
| [http://git.musicpd.org/cgit/master/mpd.git/commit/?id=87b73284 87b73284]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[mpv]]&lt;br /&gt;
| {{ic|~/.mpv}}&lt;br /&gt;
| [https://github.com/mpv-player/mpv/commit/cb250d490 cb250d490]&lt;br /&gt;
| [https://github.com/mpv-player/mpv/pull/864]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[mutt]]&lt;br /&gt;
| {{ic|~/.mutt}}&lt;br /&gt;
| [https://dev.mutt.org/trac/changeset/42fee7585f 42fee7585f]&lt;br /&gt;
| [http://dev.mutt.org/trac/ticket/3207]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[アプリケーション一覧/マルチメディア#ラスタ画像|mypaint]]&lt;br /&gt;
| {{ic|~/.mypaint}}&lt;br /&gt;
| [https://github.com/mypaint/mypaint/commit/cf723b74cd cf723b74cd]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[nano]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.nano/&amp;lt;br&amp;gt;&lt;br /&gt;
~/.nanorc}}&lt;br /&gt;
| [http://git.savannah.gnu.org/cgit/nano.git/commit/?id=c16e79b612eb8e061a4bd0b5f187c37a036fc403 036fc403]&lt;br /&gt;
| [https://savannah.gnu.org/patch/?8523]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[ncmpcpp]]&lt;br /&gt;
| {{ic|~/.ncmpcpp}}&lt;br /&gt;
| [https://github.com/arybczak/ncmpcpp/commit/38d9f811de888e512b0115f551a9679eab4607f9 38d9f811] [https://github.com/arybczak/ncmpcpp/commit/27cd86e0638bba3a7a78e44ac40dc98a58d1d90d 27cd86e0]&lt;br /&gt;
| [https://github.com/arybczak/ncmpcpp/issues/79] [https://github.com/arybczak/ncmpcpp/issues/110]&lt;br /&gt;
| {{ic|ncmpcpp_directory}} を設定しないと {{ic|error.log}} ファイルが {{ic|~/.ncmpcpp}} に保存されます。&lt;br /&gt;
|-&lt;br /&gt;
| [[neovim]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.nvim&amp;lt;br&amp;gt;&lt;br /&gt;
~/.nvimlog&amp;lt;br&amp;gt;&lt;br /&gt;
~/.nviminfo}}&lt;br /&gt;
| [https://github.com/neovim/neovim/commit/1ca5646bb 1ca5646bb]&lt;br /&gt;
| [https://github.com/neovim/neovim/issues/78] [https://github.com/neovim/neovim/pull/3198]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[newsbeuter]]&lt;br /&gt;
| {{ic|~/.newsbeuter}}&lt;br /&gt;
| [https://github.com/akrennmair/newsbeuter/commit/3c57824c5 3c57824c5]&lt;br /&gt;
| [https://github.com/akrennmair/newsbeuter/pull/39]&lt;br /&gt;
| {{ic|&amp;quot;$XDG_DATA_HOME&amp;quot;/newsbeuter}} と {{ic|&amp;quot;$XDG_CONFIG_HOME&amp;quot;/newsbeuter}} を作成する必要があります [http://newsbeuter.org/doc/newsbeuter.html#_xdg_base_directory_support]。&lt;br /&gt;
|-&lt;br /&gt;
| [[NVIDIA]]&lt;br /&gt;
| {{ic|~/.nv}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[OfflineIMAP]]&lt;br /&gt;
| {{ic|~/.offlineimaprc}}&lt;br /&gt;
| [https://github.com/OfflineIMAP/offlineimap/commit/5150de5 5150de5]&lt;br /&gt;
| [https://github.com/OfflineIMAP/offlineimap/issues/32]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://bitbucket.org/opentyrian/opentyrian/wiki/Home opentyrian]&lt;br /&gt;
| {{ic|~/.opentyrian}}&lt;br /&gt;
| [https://bitbucket.org/opentyrian/opentyrian/commits/8d45ff2 8d45ff2]&lt;br /&gt;
| [https://web.archive.org/web/20140815181350/https://code.google.com/p/opentyrian/issues/detail?id=125]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://pcsx2.net/ pcsx2]&lt;br /&gt;
| {{ic|~/.pcsx2}}&lt;br /&gt;
| [https://github.com/PCSX2/pcsx2/commit/87f1e8f77 87f1e8f77] [https://github.com/PCSX2/pcsx2/commit/a9020c606 a9020c606] [https://github.com/PCSX2/pcsx2/commit/3b22f0fb0 3b22f0fb0] [https://github.com/PCSX2/pcsx2/commit/0a012aec2 0a012aec2]&lt;br /&gt;
| [https://github.com/PCSX2/pcsx2/issues/352] [https://github.com/PCSX2/pcsx2/issues/381]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[pip]]&lt;br /&gt;
| {{ic|~/.pip}}&lt;br /&gt;
| [https://github.com/pypa/pip/blob/548a9136525815dff41acd845c558a0b36eb1c5f/NEWS.rst#60-2014-12-22 6.0]&lt;br /&gt;
| [https://github.com/pypa/pip/issues/1733]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ppsspp.org/ ppsspp]&lt;br /&gt;
| {{ic|~/.ppsspp}}&lt;br /&gt;
| [https://github.com/hrydgard/ppsspp/commit/132fe47c7d 132fe47c7d]&lt;br /&gt;
| [https://github.com/hrydgard/ppsspp/issues/4623]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|procps-ng}}&lt;br /&gt;
| {{ic|~/.toprc}}&lt;br /&gt;
| [https://gitlab.com/procps-ng/procps/commit/af53e170b9 af53e170b9]&lt;br /&gt;
| [https://gitlab.com/procps-ng/procps/merge_requests/38] [https://bugzilla.redhat.com/show_bug.cgi?id=1155265]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/Cloudef/orbment/ orbment]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[pacman]]&lt;br /&gt;
| {{ic|~/.makepkg.conf}}&lt;br /&gt;
| [https://projects.archlinux.org/pacman.git/commit/?id=80eca94c8 80eca94c8]&lt;br /&gt;
| [https://mailman.archlinux.org/pipermail/pacman-dev/2014-July/019178.html]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/panda3d/panda3d Panda3D]&lt;br /&gt;
| {{ic|~/.panda3d}}&lt;br /&gt;
| [https://github.com/panda3d/panda3d/commit/2b537d2 2b537d2]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[PulseAudio]]&lt;br /&gt;
| {{ic|~/.pulse}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{ic|~/.pulse-cookie}}&lt;br /&gt;
| [https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=59a8618dcd9 59a8618dcd9] [https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=87ae8307057 87ae8307057] [https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=9ab510a6921 9ab510a6921] [https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=4c195bcc9d5 4c195bcc9d5]&lt;br /&gt;
| [https://bugzilla.redhat.com/show_bug.cgi?id=845607]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://pyroom.org/index.html pyroom]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[qutebrowser]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[qtile]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/qtile/qtile/commit/fd8686e5b4e4fa20bb82039ed8a83768434585ec fd8686e] [https://github.com/qtile/qtile/commit/66d704bce83f631b3326f10a1bc9fc22f8e6a6fd 66d704b] [https://github.com/qtile/qtile/commit/51cff019917b87bda696b381493f969ceb6cc350 51cff01]&lt;br /&gt;
| [https://github.com/qtile/qtile/pull/835]&lt;br /&gt;
| 仕様と異なるファイルやディレクトリを作成するバーウィジェットも存在しますが、大抵の場合は設定で変更できます。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|rclone}}&lt;br /&gt;
| {{ic|~/.rclone.conf}}&lt;br /&gt;
| [https://github.com/ncw/rclone/commit/9d362589 9d362589]&lt;br /&gt;
| [https://github.com/ncw/rclone/issues/868]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[RetroArch|retroarch]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://rr-project.org/ rr]&lt;br /&gt;
| {{ic|~/.rr}}&lt;br /&gt;
| [https://github.com/mozilla/rr/commit/02e7d41e 02e7d41e]&lt;br /&gt;
| [https://github.com/mozilla/rr/issues/1455]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[rTorrent]]&lt;br /&gt;
| {{ic|~/.rtorrent.rc}}&lt;br /&gt;
| [https://github.com/rakshasa/rtorrent/commit/6a8d332b 6a8d332b]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Skype]]&lt;br /&gt;
| {{ic|~/.Skype}}&lt;br /&gt;
| 8.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.snes9x.com/ Snes9x]&lt;br /&gt;
| {{ic|~/.snes9x}}&lt;br /&gt;
| [https://github.com/snes9xgit/snes9x/commit/93b5f11641fa22d4518f251d6e3db99219864677 19864677]&lt;br /&gt;
| [https://github.com/snes9xgit/snes9x/issues/194]&lt;br /&gt;
| デフォルトの設定は空です。ROM を起動する前にユーザーが GUI や手動で設定するようになっています。&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|sublime-text-dev}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| キャッシュは {{ic|$XDG_CACHE_HOME/sublime-text-3}} ではなく {{ic|$XDG_CONFIG_HOME/sublime-text-3/Cache}} に保存されます。&lt;br /&gt;
|-&lt;br /&gt;
| [[surfraw]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.surfraw.conf&amp;lt;br&amp;gt;&lt;br /&gt;
~/.surfraw.bookmarks}}&lt;br /&gt;
| [http://anonscm.debian.org/cgit/surfraw/surfraw.git/commit/?id=3e4591d8 3e4591d8] [http://anonscm.debian.org/cgit/surfraw/surfraw.git/commit/?id=bd8c427d bd8c427d] [http://anonscm.debian.org/cgit/surfraw/surfraw.git/commit/?id=f57fc718 f57fc718]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[sway]]&lt;br /&gt;
| {{ic|~/.sway/config}}&lt;br /&gt;
| [https://github.com/SirCmpwn/sway/commit/614393c09 614393c09]&lt;br /&gt;
| [https://github.com/SirCmpwn/sway/issues/5] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[systemd]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[termite]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/tmuxinator/tmuxinator tmuxinator]&lt;br /&gt;
| {{ic|~/.tmuxinator}}&lt;br /&gt;
| [https://github.com/tmuxinator/tmuxinator/pull/511/commits/263692349f1142c0edcacfbefae541cbc0e7b44e 2636923]&lt;br /&gt;
| [https://github.com/tmuxinator/tmuxinator/pull/511]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[transmission]]&lt;br /&gt;
| {{ic|~/.transmission}}&lt;br /&gt;
| [https://trac.transmissionbt.com/changeset/5517 5517]&lt;br /&gt;
| [https://trac.transmissionbt.com/ticket/684]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.kernel.org/pub/linux/utils/util-linux/ util-linux]&lt;br /&gt;
|&lt;br /&gt;
| [https://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/?id=570b32100 570b32100]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[uzbl]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/uzbl/uzbl/commit/c6fd63a c6fd63a]&lt;br /&gt;
| [https://github.com/uzbl/uzbl/pull/150]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://fanglingsu.github.io/vimb/ vimb]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[VirtualBox]]&lt;br /&gt;
| {{ic|~/.VirtualBox}}&lt;br /&gt;
| [https://www.virtualbox.org/ticket/5099?action=diff&amp;amp;version=7 4.3]&lt;br /&gt;
| [https://www.virtualbox.org/ticket/5099]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://martanne.github.io/vis/ vis]&lt;br /&gt;
| {{ic|~/.vis}}&lt;br /&gt;
| [https://github.com/martanne/vis/pull/303]&lt;br /&gt;
| [https://github.com/martanne/vis/commit/68a25c751c0219ef5df589a19513e46a08965d5a 68a25c75]&lt;br /&gt;
[https://github.com/martanne/vis/commit/d138908cf8149eb10120957271cd6979272b4730 d138908c]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[VLC media player]]&lt;br /&gt;
| {{ic|~/.vlcrc}}&lt;br /&gt;
| [http://git.videolan.org/?p=vlc.git;a=commit;h=16f32e1500887c0dcd33cb06ad71759a81a52878 16f32e15]&lt;br /&gt;
| [https://trac.videolan.org/vlc/ticket/1267]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.warsow.gg/ warsow]&lt;br /&gt;
| {{ic|~/.warsow-2.x}}&lt;br /&gt;
| [https://github.com/Qfusion/qfusion/commit/98ece3f 98ece3f]&lt;br /&gt;
| [https://github.com/Qfusion/qfusion/issues/298]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[wireshark]]&lt;br /&gt;
| {{ic|~/.wireshark}}&lt;br /&gt;
| [https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b0b53fa5937aa7ba258427ca0f3581dba725230d b0b53fa5]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/derat/xsettingsd xsettingsd]&lt;br /&gt;
| {{ic|~/.xsettingsd}}&lt;br /&gt;
| [https://github.com/derat/xsettingsd/commit/b4999f5e9e99224caf97d09f25ee731774ecd7be 4ecd7be]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[xmonad]]&lt;br /&gt;
| {{ic|~/.xmonad}}&lt;br /&gt;
| [https://github.com/xmonad/xmonad/commit/40fc10b6a5682ce1d6ba7f0679962926ef6cfade 40fc10b6]&lt;br /&gt;
| [https://github.com/xmonad/xmonad/issues/61] [https://code.google.com/p/xmonad/issues/detail?id=484]&lt;br /&gt;
| {{ic|XMONAD_CONFIG_HOME}}, {{ic|XMONAD_DATA_HOME}}, {{ic|XMONAD_CACHE_HOME}} 環境変数が使えます。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.vergenet.net/~conrad/software/xsel/ xsel]&lt;br /&gt;
| {{ic|~/.xsel.log}}&lt;br /&gt;
| [https://github.com/kfish/xsel/commit/ee7b48111be2e2117b201962e9d1c0e1f9804ed4 ee7b4811]&lt;br /&gt;
| [https://github.com/kfish/xsel/issues/10]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==部分的にサポートしているソフトウェア==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
! アプリケーション&lt;br /&gt;
! 旧パス&lt;br /&gt;
! 対応開始&lt;br /&gt;
! 議論&lt;br /&gt;
! ノート&lt;br /&gt;
|-&lt;br /&gt;
| [[Mutt#Abook|abook]]&lt;br /&gt;
| {{ic|~/.abook}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ abook --config &amp;quot;$XDG_CONFIG_HOME&amp;quot;/abook/abookrc --datafile &amp;quot;$XDG_CACHE_HOME&amp;quot;/abook/addressbook}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Anki]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/Anki&amp;lt;br&amp;gt;&lt;br /&gt;
~/Documents/Anki}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/dae/anki/pull/49] [https://github.com/dae/anki/pull/58]&lt;br /&gt;
| {{ic|1=$ anki -b &amp;quot;$XDG_DATA_HOME&amp;quot;/Anki}}&lt;br /&gt;
|-&lt;br /&gt;
| [[aspell]]&lt;br /&gt;
| {{ic|~/.aspell.conf}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export ASPELL_CONF=&amp;quot;per-conf $XDG_CONFIG_HOME/aspell/aspell.conf; personal $XDG_CONFIG_HOME/aspell/en.pws; repl $XDG_CONFIG_HOME/aspell/en.prepl&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Atom]]&lt;br /&gt;
| {{ic|~/.atom}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/atom/atom/issues/8281]&lt;br /&gt;
| {{ic|1=$ export ATOM_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/atom}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|aws-cli}}&lt;br /&gt;
| {{ic|~/.aws}}&lt;br /&gt;
| [https://github.com/aws/aws-cli/commit/fc5961ea2cc0b5976ac9f777e20e4236fd7540f5 1.7.45]&lt;br /&gt;
| [https://github.com/aws/aws-cli/issues/2433]&lt;br /&gt;
| {{ic|1=$ export AWS_SHARED_CREDENTIALS_FILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/aws/credentials}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export AWS_CONFIG_FILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/aws/config}}&lt;br /&gt;
|-&lt;br /&gt;
| [[bazaar]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.bazaar&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bzr.log}}&lt;br /&gt;
| [https://bugs.launchpad.net/bzr/+bug/195397/comments/15 2.3.0]&lt;br /&gt;
| [https://bugs.launchpad.net/bzr/+bug/195397]&lt;br /&gt;
| 上流のバグレポートでは bazaar が {{ic|~/.config/bazaar}} を使うようにする議論があります。ただしログファイルは {{ic|~/.bzr.log}} に書き込まれます。&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Ruby#Bundler|Bundler]]&lt;br /&gt;
| {{ic|~/.bundle}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/bundler/bundler/pull/6024] [https://github.com/bundler/bundler/issues/4333]&lt;br /&gt;
| {{ic|1=$ export BUNDLE_USER_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/bundle BUNDLE_USER_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/bundle BUNDLE_USER_PLUGIN=&amp;quot;$XDG_DATA_HOME&amp;quot;/bundle}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Rust#Cargo|cargo]]&lt;br /&gt;
| {{ic|~/.cargo}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/rust-lang/cargo/pull/148] [https://github.com/rust-lang/cargo/issues/1734] [https://github.com/rust-lang/rfcs/pull/1615] [https://github.com/rust-lang/cargo/pull/5183]&lt;br /&gt;
| {{ic|1=$ export CARGO_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/cargo}}&lt;br /&gt;
|-&lt;br /&gt;
| [[ccache]]&lt;br /&gt;
| {{ic|~/.ccache}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export CCACHE_DIR=&amp;quot;$XDG_CACHE_HOME&amp;quot;/ccache}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/cisco/ChezScheme ChezScheme]&lt;br /&gt;
| {{ic|~/.chezscheme_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ petite --eehistory &amp;quot;$XDG_DATA_HOME&amp;quot;/chezscheme/history}}&lt;br /&gt;
|-&lt;br /&gt;
| [[conky]]&lt;br /&gt;
| {{ic|~/.conkyrc}}&lt;br /&gt;
| [https://github.com/brndnmtthws/conky/commit/00481ee9a97025e8e2acd7303d080af1948f7980 00481ee]&lt;br /&gt;
| [https://github.com/brndnmtthws/conky/issues/144]&lt;br /&gt;
| {{ic|1=$ conky --config=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/conky/conkyrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[coreutils]]&lt;br /&gt;
| {{ic|~/.dircolors}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ source &amp;quot;$(dircolors &amp;quot;$XDG_CONFIG_HOME&amp;quot;/dircolors)&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.dungeoncrawl.org/ crawl]&lt;br /&gt;
| {{ic|~/.crawl}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| 末尾の &#039;/&#039; は必須です: {{ic|1=$ export CRAWL_DIR=&amp;quot;$XDG_DATA_HOME&amp;quot;/crawl/}}。&lt;br /&gt;
|-&lt;br /&gt;
| [[CUDA]]&lt;br /&gt;
| {{ic|~/.nv}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export CUDA_CACHE_PATH=&amp;quot;$XDG_CACHE_HOME&amp;quot;/nv}}&lt;br /&gt;
|-&lt;br /&gt;
| [[dict]]&lt;br /&gt;
| {{ic|~/.dictrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ dict -c &amp;quot;$XDG_CONFIG_HOME&amp;quot;/dict/dictrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[ELinks]]&lt;br /&gt;
| {{ic|~/.elinks}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export ELINKS_CONFDIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/elinks}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://kripken.github.io/emscripten-site/ emscripten]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.emscripten&amp;lt;br&amp;gt;&lt;br /&gt;
~/.emscripten_sanity&amp;lt;br&amp;gt;&lt;br /&gt;
~/.emscripten_ports&amp;lt;br&amp;gt;&lt;br /&gt;
~/.emscripten_cache__last_clear}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/kripken/emscripten/issues/3624]&lt;br /&gt;
| {{ic|1=$ export EM_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/emscripten/config}}&lt;br /&gt;
{{ic|1=$ export EM_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/emscripten/cache}}&lt;br /&gt;
{{ic|1=$ export EM_PORTS=&amp;quot;$XDG_DATA_HOME&amp;quot;/emscripten/cache}}&lt;br /&gt;
{{ic|$ emcc --em-config &amp;quot;$XDG_CONFIG_HOME&amp;quot;/emscripten/config --em-cache &amp;quot;$XDG_CACHE_HOME&amp;quot;/emscripten/cache}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.freecadweb.org/ freecad]&lt;br /&gt;
| {{ic|~/.FreeCAD}}&lt;br /&gt;
|&lt;br /&gt;
| [https://www.freecadweb.org/tracker/view.php?id=2956]&lt;br /&gt;
| {{ic|1=$ freecad -u &amp;quot;$XDG_CONFIG_HOME&amp;quot;/FreeCAD/user.cfg -s &amp;quot;$XDG_CONFIG_HOME&amp;quot;/FreeCAD/system.cfg}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.gnu.org/software/gdb/ gdb]&lt;br /&gt;
| {{ic|~/.gdbinit}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ gdb -nh -x &amp;quot;$XDG_CONFIG_HOME&amp;quot;/gdb/init}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/get-iplayer/get_iplayer get_iplayer]&lt;br /&gt;
| {{ic|~/.get_iplayer}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GETIPLAYERUSERPREFS=&amp;quot;$XDG_DATA_HOME&amp;quot;/get_iplayer}}&lt;br /&gt;
|-&lt;br /&gt;
| [[getmail]]&lt;br /&gt;
| {{ic|~/.getmail/getmailrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ getmail --rcfile=&amp;quot;$XDG_CONFIG_HOME/getmail/getmailrc&amp;quot; --getmaildir=&amp;quot;$XDG_DATA_HOME/getmail&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://guichaz.free.fr/gliv/ gliv]&lt;br /&gt;
| {{ic|~/.glivrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ gliv --glivrc=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gliv/glivrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[GPG|gpg]]&lt;br /&gt;
| {{ic|~/.gnupg}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugs.gnupg.org/gnupg/issue1456] [https://bugs.gnupg.org/gnupg/issue1018]&lt;br /&gt;
| {{ic|1=$ export GNUPGHOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gnupg}}&lt;br /&gt;
{{ic|$ gpg2 --homedir &amp;quot;$XDG_CONFIG_HOME&amp;quot;/gnupg}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Google Earth]]&lt;br /&gt;
| {{ic|~/.googleearth}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.config/Google/GoogleEarthPlus.conf}} の {{ic|KMLPath}} や {{ic|CachePath}} オプションで一部のパスは変更できます。&lt;br /&gt;
|-&lt;br /&gt;
| [https://sourceforge.net/projects/gqclient GQ LDAP クライアント]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.gq&amp;lt;br&amp;gt;&lt;br /&gt;
~/.gq-state}}&lt;br /&gt;
| [https://sourceforge.net/p/gqclient/mailman/message/2053978 1.51]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GQRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gqrc}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export GQSTATE=&amp;quot;$XDG_DATA_HOME&amp;quot;/gq/gq-state}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ mkdir -p &amp;quot;$(dirname &amp;quot;$GQSTATE&amp;quot;)&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://gradle.org/ gradle]&lt;br /&gt;
| {{ic|~/.gradle}}&lt;br /&gt;
|&lt;br /&gt;
| [https://discuss.gradle.org/t/be-a-nice-freedesktop-citizen-move-the-gradle-to-the-appropriate-location-in-linux/2199]&lt;br /&gt;
| {{ic|1=$ export GRADLE_USER_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/gradle}}&lt;br /&gt;
|-&lt;br /&gt;
| [[GTK+|gtk]]&lt;br /&gt;
| {{ic|~/.gtkrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GTK_RC_FILES=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gtk-1.0/gtkrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[GTK+|gtk2]]&lt;br /&gt;
| {{ic|~/.gtkrc-2.0}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GTK2_RC_FILES=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gtk-2.0/gtkrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://httpie.org httpie]&lt;br /&gt;
| {{ic|~/.httpie}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/jakubroztocil/httpie/issues/145]&lt;br /&gt;
| {{ic|1=$ export HTTPIE_CONFIG_DIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/httpie}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://ipython.org ipython]/[[jupyter]]&lt;br /&gt;
| {{ic|~/.ipython}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export IPYTHONDIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/jupyter}}&lt;br /&gt;
{{ic|1=$ export JUPYTER_CONFIG_DIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/jupyter}}&lt;br /&gt;
|-&lt;br /&gt;
| [[irssi]]&lt;br /&gt;
| {{ic|~/.irssi}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/irssi/irssi/pull/511]&lt;br /&gt;
| {{ic|1=irssi --config=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/irssi/config --home=&amp;quot;$XDG_DATA_HOME&amp;quot;/irssi}}&lt;br /&gt;
|-&lt;br /&gt;
| [[isync]]&lt;br /&gt;
| {{ic|~/.mbsyncrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ mbsync -c &amp;quot;$XDG_CONFIG_HOME&amp;quot;/isync/mbsyncrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Java]] (OpenJDK)&lt;br /&gt;
| {{ic|~/.java/.userPrefs}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export _JAVA_OPTIONS=-Djava.util.prefs.userRoot=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/java}}&lt;br /&gt;
|-&lt;br /&gt;
| [[less]]&lt;br /&gt;
| {{ic|~/.lesshst}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export LESSHISTFILE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/less/history}} ({{ic|&amp;quot;$XDG_CACHE_HOME&amp;quot;/less}} ディレクトリを手動で作成する必要があります)。&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export LESSHISTFILE=-}} を使うことで機能を無効化できます。&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export LESSKEY=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/less/lesskey}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.videolan.org/developers/libdvdcss.html libdvdcss]&lt;br /&gt;
| {{ic|~/.dvdcss}}&lt;br /&gt;
|&lt;br /&gt;
| [https://mailman.videolan.org/pipermail/libdvdcss-devel/2014-August/001022.html]&lt;br /&gt;
| {{ic|1=$ export DVDCSS_CACHE=&amp;quot;$XDG_DATA_HOME&amp;quot;/dvdcss}}&lt;br /&gt;
|-&lt;br /&gt;
| [ftp://www.x.org/pub/xorg/current/doc/libICE/ice.html libice]&lt;br /&gt;
| {{ic|~/.ICEauthority}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugs.freedesktop.org/show_bug.cgi?id=49173]&lt;br /&gt;
| {{ic|1=$ export ICEAUTHORITY=&amp;quot;$XDG_RUNTIME_DIR&amp;quot;/ICEauthority}}&lt;br /&gt;
パーミッションには注意してください。例えば {{pkg|gdm}} からユーザーの {{ic|ICEauthority}} ファイルにアクセスする必要があります。&lt;br /&gt;
|-&lt;br /&gt;
| [[Xorg|libx11]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.XCompose&amp;lt;br&amp;gt;&lt;br /&gt;
~/.compose-cache}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export XCOMPOSEFILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/X11/xcompose}}&lt;br /&gt;
{{ic|1=$ export XCOMPOSECACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/X11/xcompose}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://ltrace.org/ ltrace]&lt;br /&gt;
| {{ic|~/.ltrace.conf}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ ltrace -F &amp;quot;$XDG_CONFIG_HOME&amp;quot;/ltrace/ltrace.conf}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|maven}}&lt;br /&gt;
| {{ic|~/.m2}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ mvn -gs &amp;quot;$XDG_CONFIG_HOME&amp;quot;/maven/settings.xml}}&lt;br /&gt;
{{hc|[http://maven.apache.org/settings.html settings.xml]|&amp;lt;nowiki&amp;gt;&amp;lt;settings xmlns=&amp;quot;http://maven.apache.org/SETTINGS/1.0.0&amp;quot;&lt;br /&gt;
  xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
  xsi:schemaLocation=&amp;quot;http://maven.apache.org/SETTINGS/1.0.0&lt;br /&gt;
                      https://maven.apache.org/xsd/settings-1.0.0.xsd&amp;quot;&amp;gt;&lt;br /&gt;
  ...&lt;br /&gt;
  &amp;lt;localRepository&amp;gt;${env.XDG_CACHE_HOME}/maven/repository&amp;lt;/localRepository&amp;gt;&lt;br /&gt;
  ...&lt;br /&gt;
&amp;lt;/settings&amp;gt;&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Mathematica]]&lt;br /&gt;
| {{ic|~/.Mathematica}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MATHEMATICA_USERBASE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mathematica}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://mednafen.sourceforge.net/ mednafen]&lt;br /&gt;
| {{ic|~/.mednafen}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MEDNAFEN_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mednafen}}&lt;br /&gt;
|-&lt;br /&gt;
| [[moc]]&lt;br /&gt;
| {{ic|~/.moc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ mocp -M &amp;quot;$XDG_CONFIG_HOME&amp;quot;/moc}}&lt;br /&gt;
{{ic|1=$ mocp -O MOCDir=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/moc}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.jedsoft.org/most/ most]&lt;br /&gt;
| {{ic|~/.mostrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MOST_INITFILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mostrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[MPlayer]]&lt;br /&gt;
| {{ic|~/.mplayer}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MPLAYER_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mplayer}}&lt;br /&gt;
|-&lt;br /&gt;
| [[msmtp]]&lt;br /&gt;
| {{ic|~/.msmtprc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ msmtp -C &amp;quot;$XDG_CONFIG_HOME&amp;quot;/msmtp/msmtprc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[MySQL]]&lt;br /&gt;
| {{ic|~/.mysql_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MYSQL_HISTFILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/mysql_history}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|ncurses}}&lt;br /&gt;
| {{ic|~/.terminfo}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export TERMINFO=&amp;quot;$XDG_DATA_HOME&amp;quot;/terminfo # Precludes system path searching.}}&lt;br /&gt;
{{ic|1=$ export TERMINFO_DIRS=&amp;quot;$XDG_DATA_HOME&amp;quot;/terminfo:/usr/share/terminfo}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.musicpd.org/clients/ncmpc/ ncmpc]&lt;br /&gt;
| {{ic|~/.ncmpc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|ncmpc -f &amp;quot;$XDG_CONFIG_HOME&amp;quot;/ncmpc/config}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Netbeans]]&lt;br /&gt;
| {{ic|~/.netbeans}}&lt;br /&gt;
|&lt;br /&gt;
| [https://netbeans.org/bugzilla/show_bug.cgi?id=215961]&lt;br /&gt;
| {{ic|1=$ netbeans --userdir &amp;quot;${XDG_CONFIG_HOME}&amp;quot;/netbeans}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Node.js]]&lt;br /&gt;
| {{ic|~/.node_repl_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export NODE_REPL_HISTORY=&amp;quot;$XDG_DATA_HOME&amp;quot;/node_repl_history}} [https://nodejs.org/api/repl.html#repl_environment_variable_options]&lt;br /&gt;
|-&lt;br /&gt;
| [[notmuch]]&lt;br /&gt;
| {{ic|~/.notmuch-config}}&lt;br /&gt;
|&lt;br /&gt;
| [http://notmuchmail.org/pipermail/notmuch/2011/007007.html]&lt;br /&gt;
| {{ic|1=$ export NOTMUCH_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/notmuch/notmuchrc}}&lt;br /&gt;
{{ic|1=$ export NMBGIT=&amp;quot;$XDG_DATA_HOME&amp;quot;/notmuch/nmbug}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Node.js#Node_Packaged_Module|npm]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.npm&amp;lt;br&amp;gt;&lt;br /&gt;
~/.npmrc}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/npm/npm/issues/6675]&lt;br /&gt;
| {{ic|1=$ export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc}}&lt;br /&gt;
{{hc|npmrc|&amp;lt;nowiki&amp;gt;&lt;br /&gt;
prefix=${XDG_DATA_HOME}/npm&lt;br /&gt;
cache=${XDG_CACHE_HOME}/npm&lt;br /&gt;
tmp=${XDG_RUNTIME_DIR}/npm&lt;br /&gt;
init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
Node.js を {{AUR|nvm}} でインストールした場合 {{ic|prefix}} は必要ありません (サポートされません)。&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/NVIDIA/nvidia-settings nvidia-settings]&lt;br /&gt;
| {{ic|~/.nvidia-settings-rc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ nvidia-settings --config=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/nvidia/settings}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|nvm}}&lt;br /&gt;
| {{ic|~/.nvm}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export NVM_DIR=&amp;quot;$XDG_DATA_HOME&amp;quot;/nvm}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Octave]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/octave&amp;lt;br&amp;gt;&lt;br /&gt;
~/.octave_packages&amp;lt;br&amp;gt;&lt;br /&gt;
~/.octave_hist}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export OCTAVE_HISTFILE=&amp;quot;$XDG_CACHE_HOME/octave-hsts&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export OCTAVE_SITE_INITFILE=&amp;quot;$XDG_CONFIG_HOME/octave/octaverc&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{hc|$XDG_CONFIG_HOME/octave/octaverc|&amp;lt;nowiki&amp;gt;&lt;br /&gt;
source /usr/share/octave/site/m/startup/octaverc;&lt;br /&gt;
pkg prefix ~/.local/share/octave/packages ~/.local/share/octave/packages;&lt;br /&gt;
pkg local_list /home/&amp;lt;your username&amp;gt;/.local/share/octave/octave_packages;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{ic|local_list}} オプションは絶対パスで指定する必要があります。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.openscad.org/ openscad]&lt;br /&gt;
| {{ic|~/.OpenSCAD}}&lt;br /&gt;
| [https://github.com/openscad/openscad/commit/7c3077b0f 7c3077b0f]&lt;br /&gt;
| [https://github.com/openscad/openscad/issues/125]&lt;br /&gt;
| XDG Base Directory Specification に完全には準拠していません。[https://github.com/openscad/openscad/issues/373] を参照。&lt;br /&gt;
&lt;br /&gt;
現在 {{ic|~/.local/share}} が [https://github.com/openscad/openscad/blob/master/src/PlatformUtils-posix.cc#L20 ハードコード] されています。&lt;br /&gt;
|-&lt;br /&gt;
| [[OpenSSL]]&lt;br /&gt;
| {{ic|~/.rnd}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| .rnd ファイルの場所は RANDFILE 環境変数で設定できます。[https://www.openssl.org/docs/faq.html FAQ] を参照。&lt;br /&gt;
|-&lt;br /&gt;
| [[pass]]&lt;br /&gt;
| {{ic|~/.password-store}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export PASSWORD_STORE_DIR=&amp;quot;$XDG_DATA_HOME&amp;quot;/pass}}&lt;br /&gt;
|-&lt;br /&gt;
| [[pidgin]]&lt;br /&gt;
| {{ic|~/.purple}}&lt;br /&gt;
|&lt;br /&gt;
| [https://developer.pidgin.im/ticket/4911]&lt;br /&gt;
| {{ic|1=$ pidgin --config=&amp;quot;$XDG_DATA_HOME&amp;quot;/purple}}&lt;br /&gt;
|-&lt;br /&gt;
| [[PostgreSQL|postgresql]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.psqlrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.psql_history&amp;lt;br&amp;gt;&lt;br /&gt;
~/.pgpass&amp;lt;br&amp;gt;&lt;br /&gt;
~/.pg_service.conf}}&lt;br /&gt;
| 9.2&lt;br /&gt;
| [https://www.postgresql.org/docs/current/static/app-psql.html]&lt;br /&gt;
&lt;br /&gt;
[https://www.postgresql.org/docs/current/static/libpq-envars.html]&lt;br /&gt;
| {{ic|1=$ export PSQLRC=&amp;quot;$XDG_CONFIG_HOME/pg/psqlrc&amp;quot;}}&lt;br /&gt;
{{ic|1=$ export PSQL_HISTORY=&amp;quot;$XDG_CACHE_HOME/pg/psql_history&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export PGPASSFILE=&amp;quot;$XDG_CONFIG_HOME/pg/pgpass&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export PGSERVICEFILE=&amp;quot;$XDG_CONFIG_HOME/pg/pg_service.conf&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
ディレクトリを作成する必要があります: {{ic|1=$ mkdir &amp;quot;$XDG_CONFIG_HOME/pg&amp;quot; &amp;amp;&amp;amp; mkdir &amp;quot;$XDG_CACHE_HOME/pg&amp;quot;}}。&lt;br /&gt;
|-&lt;br /&gt;
| [[PulseAudio]]&lt;br /&gt;
| {{ic|~/.esd_auth}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|module-esound-protocol-unix.so}} モジュールによって生成されます。別の場所を使用するように設定することもできますが {{ic|/etc/pulse/default.pa}} や {{ic|&amp;quot;$XDG_CONFIG_HOME&amp;quot;/pulse/default.pa}} でモジュールをコメントアウトしてしまう方が簡単です。&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.pylint.org/ pylint]&lt;br /&gt;
| {{ic|~/.pylint.d}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/PyCQA/pylint/issues/1364]&lt;br /&gt;
| {{ic|1=$ export PYLINTHOME=&amp;quot;$XDG_CACHE_HOME&amp;quot;/pylint}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://pypi.python.org/pypi/setuptools python-setuptools]&lt;br /&gt;
| {{ic|~/.python-eggs}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export PYTHON_EGG_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/python-eggs}}&lt;br /&gt;
|-&lt;br /&gt;
| [[readline]]&lt;br /&gt;
| {{ic|~/.inputrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export INPUTRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/readline/inputrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://utopia.knoware.nl/~hlub/uck/rlwrap/ rlwrap]&lt;br /&gt;
| {{ic|~/.*_history}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/hanslub42/rlwrap/issues/25]&lt;br /&gt;
| {{ic|1=$ export RLWRAP_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/rlwrap}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Ruby#RubyGems|RubyGems]]&lt;br /&gt;
| {{ic|~/.gem}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GEM_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/gem}}&lt;br /&gt;
{{ic|1=$ export GEM_SPEC_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/gem}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Rust|rustup]]&lt;br /&gt;
| {{ic|~/.rustup}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/rust-lang-nursery/rustup.rs/issues/247]&lt;br /&gt;
| {{ic|1=$ export RUSTUP_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/rustup}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.scala-sbt.org/ sbt]&lt;br /&gt;
| {{ic|~/.sbt}}&lt;br /&gt;
{{ic|~/.ivy2}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/sbt/sbt/issues/3681]&lt;br /&gt;
| {{ic|1=$ sbt -ivy &amp;quot;$XDG_DATA_HOME&amp;quot;/ivy2 -sbt-dir &amp;quot;$XDG_DATA_HOME&amp;quot;/sbt}} ([https://github.com/sbt/sbt/issues/3598])&lt;br /&gt;
|-&lt;br /&gt;
| [[screen]]&lt;br /&gt;
| {{ic|~/.screenrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export SCREENRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/screen/screenrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[stack]]&lt;br /&gt;
| {{ic|~/.stack}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/commercialhaskell/stack/issues/342]&lt;br /&gt;
| {{ic|1=$ export STACK_ROOT=&amp;quot;$XDG_DATA_HOME&amp;quot;/stack}}&lt;br /&gt;
|-&lt;br /&gt;
| [[subversion]]&lt;br /&gt;
| {{ic|~/.subversion}}&lt;br /&gt;
|&lt;br /&gt;
| [https://issues.apache.org/jira/browse/SVN-4599][https://mail-archives.apache.org/mod_mbox/subversion-users/201204.mbox/%3c4F8FBCC6.4080205@ritsuka.org%3e][http://mail-archives.apache.org/mod_mbox/subversion-dev/201509.mbox/%3c20150917222954.GA20331@teapot%3e]&lt;br /&gt;
| {{ic|$ svn --config-dir &amp;quot;$XDG_CONFIG_HOME&amp;quot;/subversion}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|task}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.task&amp;lt;br&amp;gt;&lt;br /&gt;
~/.taskrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export TASKDATA=&amp;quot;$XDG_DATA_HOME&amp;quot;/task}} {{ic|1=$ export TASKRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/task/taskrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[TeX Live]]&lt;br /&gt;
| {{ic|~/.texliveYYYY}} (YYYY は年度）&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ export TEXMFCNF&amp;amp;#61;&amp;quot;${XDG_CONFIG_HOME}/texmf/web2c:$(kpsewhich --var-value&amp;amp;#61;&#039;TEXMFCNF&#039;)&amp;quot;}}&lt;br /&gt;
{{hc|$XDG_CONFIG_HOME/texmf/web2c/texmf.cnf|&lt;br /&gt;
TEXMFHOME&amp;amp;#61;$XDG_DATA_HOME/texmf&lt;br /&gt;
TEXMFCONFIG&amp;amp;#61;$XDG_CONFIG_HOME/texmf&lt;br /&gt;
TEXMFVAR&amp;amp;#61;$XDG_CACHE_HOME/texmf}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://jonas.nitro.dk/tig/ tig]&lt;br /&gt;
| {{ic|~/.tigrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export TIGRC_USER=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/tig/tigrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://tiptop.gforge.inria.fr/ tiptop]&lt;br /&gt;
| {{ic|~/.tiptoprc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|.tiptoprc}} ファイルを必要とします: {{ic|$ tiptop -W &amp;quot;$XDG_CONFIG_HOME&amp;quot;/tiptop}}。&lt;br /&gt;
|-&lt;br /&gt;
| [[tmux]]&lt;br /&gt;
| {{ic|~/.tmux.conf}}&lt;br /&gt;
|&lt;br /&gt;
| [http://comments.gmane.org/gmane.comp.terminal-emulators.tmux.user/6013] [https://sourceforge.net/p/tmux/mailman/message/30619546/]&lt;br /&gt;
| {{ic|$ tmux -f &amp;quot;$XDG_CONFIG_HOME&amp;quot;/tmux/tmux.conf}}&lt;br /&gt;
{{ic|1=$ export TMUX_TMPDIR=&amp;quot;$XDG_RUNTIME_DIR&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/bengardner/uncrustify uncrustify]&lt;br /&gt;
| {{ic|~/.uncrustify.cfg}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export UNCRUSTIFY_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/uncrustify/uncrustify.cfg}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Unison]]&lt;br /&gt;
| {{ic|~/.unison}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export UNISON=&amp;quot;$XDG_DATA_HOME&amp;quot;/unison}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Rxvt-unicode/ヒントとテクニック‎#デーモンクライアント|urxvtd]]&lt;br /&gt;
| {{ic|~/.urxvt/urxvtd-hostname}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export RXVT_SOCKET=&amp;quot;$XDG_RUNTIME_DIR&amp;quot;/urxvtd}}&lt;br /&gt;
|-&lt;br /&gt;
| [[WeeChat]]&lt;br /&gt;
| {{ic|~/.weechat}}&lt;br /&gt;
|&lt;br /&gt;
| [https://savannah.nongnu.org/task/?10934]&lt;br /&gt;
| {{ic|1=$ export WEECHAT_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/weechat}}&lt;br /&gt;
{{ic|$ weechat -d &amp;quot;$XDG_CONFIG_HOME&amp;quot;/weechat}}&lt;br /&gt;
|-&lt;br /&gt;
| [[wget]]&lt;br /&gt;
| {{ic|~/.wgetrc}} {{ic|~/.wget-hsts}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export WGETRC=&amp;quot;$XDG_CONFIG_HOME/wgetrc&amp;quot;}}&lt;br /&gt;
{{ic|1=$ wget --hsts-file=&amp;quot;$XDG_CACHE_HOME/wget-hsts&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[wine]]&lt;br /&gt;
| {{ic|~/.wine}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugs.winehq.org/show_bug.cgi?id=20888]&lt;br /&gt;
| [[Wine#Winetricks|Winetricks]] は [[Wine#WINEPREFIX|WINEPREFIX]] の管理に XDG のような場所を使用します:&lt;br /&gt;
{{ic|1=$ mkdir -p &amp;quot;$XDG_DATA_HOME&amp;quot;/wineprefixes}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export WINEPREFIX=&amp;quot;$XDG_DATA_HOME&amp;quot;/wineprefixes/default}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|xorg-xauth}}&lt;br /&gt;
| {{ic|~/.Xauthority}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export XAUTHORITY=&amp;quot;$XDG_RUNTIME_DIR&amp;quot;/Xauthority}}&lt;br /&gt;
|-&lt;br /&gt;
| [[xinit]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.xinitrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.xserverrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export XINITRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/X11/xinitrc}} {{ic|1=$ export XSERVERRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/X11/xserverrc}}&lt;br /&gt;
&lt;br /&gt;
上記の変数は &#039;&#039;xinit&#039;&#039; には反映されますが、&#039;&#039;startx&#039;&#039; には反映されません。starx では引数としてファイル名を指定してください:&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ startx &amp;quot;$XDG_CONFIG_HOME/X11/xinitrc&amp;quot; -- vt1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|xorg-xrdb}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.Xresources&amp;lt;br&amp;gt;&lt;br /&gt;
~/.Xdefaults}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|xrdb -load ~/.config/X11/xresources}} のようにパスを指定して {{ic|xrdb}} でリソースがロードされるように {{ic|Xresources}} を [https://superuser.com/questions/243914/xresources-or-xdefaults 使用] することができます。&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==ハードコードされているソフトウェア==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
! アプリケーション&lt;br /&gt;
! 旧パス&lt;br /&gt;
! 議論&lt;br /&gt;
! ノート&lt;br /&gt;
|-&lt;br /&gt;
| [[ADB|adb]]&lt;br /&gt;
| {{ic|~/.android}}&lt;br /&gt;
| [https://developer.android.com/studio/command-line/variables.html#android_sdk_root]&lt;br /&gt;
| {{ic|1=$ export ANDROID_SDK_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/android}}&lt;br /&gt;
|-&lt;br /&gt;
| [[AMule]]&lt;br /&gt;
| {{ic|~/.aMule}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Android#Android Studio|Android Studio]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.AndroidStudio2.3&amp;lt;br&amp;gt;&lt;br /&gt;
~/.android&amp;lt;br&amp;gt;&lt;br /&gt;
~/.java}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://osdn.net/projects/anthy/ anthy]&lt;br /&gt;
| {{ic|~/.anthy}}&lt;br /&gt;
| [https://osdn.net/ticket/browse.php?group_id=14&amp;amp;tid=28397]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://directory.apache.org/studio/ Apache Directory Studio]&lt;br /&gt;
| {{ic|~/.ApacheDirectoryStudio}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Arduino]]&lt;br /&gt;
| &lt;br /&gt;
{{ic|~/.arduino15&amp;lt;br&amp;gt;&lt;br /&gt;
~/.jssc}} &lt;br /&gt;
| [https://github.com/arduino/Arduino/issues/3915]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|arandr}}&lt;br /&gt;
| {{ic|~/.screenlayout}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.audacityteam.org/ Audacity]&lt;br /&gt;
| {{ic|~/.audacity-data}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://fixounet.free.fr/avidemux/ Avidemux]&lt;br /&gt;
| {{ic|~/.avidemux6}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[bash]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.bashrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bash_history&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bash_profile&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bash_login&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bash_logout}}&lt;br /&gt;
| [http://savannah.gnu.org/support/?108134]&lt;br /&gt;
|&lt;br /&gt;
* 指定された {{ic|bashrc}} は {{ic|/etc/bashrc}} から読み込まれます。&lt;br /&gt;
* {{ic|1=export HISTFILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/bash/history}}&lt;br /&gt;
* インタラクティブシェルでは {{ic|~/.bashrc}} の代わりに {{ic|--init-file &amp;lt;file&amp;gt;}} で指定。&lt;br /&gt;
|-&lt;br /&gt;
| [[Haskell|cabal]]&lt;br /&gt;
| {{ic|~/.cabal}}&lt;br /&gt;
| [https://github.com/haskell/cabal/issues/680]&lt;br /&gt;
| 対処方法は議論を見てください。簡単な方法ではありませんが Base Directory 準拠をエミュレートできます。&lt;br /&gt;
|-&lt;br /&gt;
| [https://calibre-ebook.com/ calibre]&lt;br /&gt;
| {{ic|~/Calibre Library}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[CUPS]]&lt;br /&gt;
| {{ic|~/.cups}}&lt;br /&gt;
| [http://www.cups.org/str.php?L4243]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[darcs]]&lt;br /&gt;
| {{ic|~/.darcs}}&lt;br /&gt;
| [http://bugs.darcs.net/issue2453]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[D-Bus|dbus]]&lt;br /&gt;
| {{ic|~/.dbus}}&lt;br /&gt;
| [https://bugs.freedesktop.org/show_bug.cgi?id=35887]&lt;br /&gt;
| [[kdbus]] を使うことで回避できます。&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.gnome.org/Apps/Dia Dia]&lt;br /&gt;
| {{ic|~/.dia}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[docker]]&lt;br /&gt;
| {{ic|~/.docker}}&lt;br /&gt;
| [https://github.com/docker/machine/issues/3116] [https://github.com/moby/moby/issues/20693]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[eclipse]]&lt;br /&gt;
| {{ic|~/.eclipse}}&lt;br /&gt;
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=200809]&lt;br /&gt;
| {{ic|1=-Dosgi.configuration.area=@user.home/.config/..}} オプションで上書きできますがコマンドラインで指定するのではなく {{ic|&amp;quot;$ECLIPSE_HOME&amp;quot;/eclipse.ini&amp;quot;}} に追加する必要があり {{ic|$ECLIPSE_HOME}} の書き込み権限が要ります (Arch Linux では {{ic|$ECLIPSE_HOME}} が {{ic|/usr/bin/eclipse}} に決め打ちされています)。&lt;br /&gt;
|-&lt;br /&gt;
| [[emacs]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.emacs&amp;lt;br&amp;gt;&lt;br /&gt;
~/.emacs.d}}&lt;br /&gt;
| [http://debbugs.gnu.org/cgi/bugreport.cgi?bug=583]&lt;br /&gt;
| {{ic|HOME}} を設定することができますが、予期せぬ副作用を生みます。他の Emacs 環境変数を修正してロードパスを変更して手動で init ファイルをロードする site ファイルを作成するのが確実ですが、ロードプロセスが大幅に変わってしまいます。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.fetchmail.info/ Fetchmail]&lt;br /&gt;
| {{ic|~/.fetchmailrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[firefox]]&lt;br /&gt;
| {{ic|~/.mozilla}}&lt;br /&gt;
| [https://bugzil.la/259356]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Flatpak]]&lt;br /&gt;
| {{ic|~/.var/}}&lt;br /&gt;
| [https://github.com/flatpak/flatpak/issues/46] [https://github.com/flatpak/flatpak.github.io/issues/191]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GHC]]&lt;br /&gt;
| {{ic|~/.ghc}}&lt;br /&gt;
| [https://ghc.haskell.org/trac/ghc/ticket/6077]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.gnu.org/software/parallel/ GNU parallel]&lt;br /&gt;
| {{ic|~/.parallel}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[RecordMyDesktop|gtk-recordMyDesktop]]&lt;br /&gt;
| {{ic|~/.gtk-recordmydesktop}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.idris-lang.org/ idris]&lt;br /&gt;
| {{ic|~/.idris}}&lt;br /&gt;
| [https://github.com/idris-lang/Idris-dev/pull/3456]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Java]] (OpenJDK)&lt;br /&gt;
| {{ic|~/.java/fonts}} {{ic|~/.java/webview}} (JavaFX)&lt;br /&gt;
| [https://bugzilla.redhat.com/show_bug.cgi?id=1154277] (RedHat)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[julia]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.juliarc.jl&amp;lt;br&amp;gt;&lt;br /&gt;
~/.julia_history}}&lt;br /&gt;
| [https://github.com/JuliaLang/julia/issues/4630] [https://github.com/JuliaLang/julia/issues/10016]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[PAM|Linux PAM]]&lt;br /&gt;
| {{ic|~/.pam_environment}}&lt;br /&gt;
| [https://github.com/linux-pam/linux-pam/issues/7]&lt;br /&gt;
| ハードコード: [https://github.com/linux-pam/linux-pam/blob/master/modules/pam_env/pam_env.c modules/pam_env/pam_env.c]。&lt;br /&gt;
|-&lt;br /&gt;
| [http://lldb.llvm.org/ lldb]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.lldb&amp;lt;br&amp;gt;&lt;br /&gt;
~/.lldbinit}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.mathomatic.org/ mathomatic]&lt;br /&gt;
| {{ic|~/.mathomaticrc}} {{ic|~/.matho_history}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|rlwrap mathomatic -r}} を使って {{ic|RLWRAP_HOME}} 変数を適切に設定することで履歴を移動できます。&lt;br /&gt;
|-&lt;br /&gt;
| [[Minecraft]]&lt;br /&gt;
| {{ic|~/.minecraft}}&lt;br /&gt;
| [https://bugs.mojang.com/browse/MCL-2563]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[MongoDB|mongodb]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.mongorc.js&amp;lt;br&amp;gt;&lt;br /&gt;
~/.dbshell}}&lt;br /&gt;
| [https://jira.mongodb.org/browse/DOCS-5652?jql=text%20~%20%22.mongorc.js%22]&lt;br /&gt;
| [https://stackoverflow.com/a/22349050/4200039 Stack Overflow のスレッド] ではコマンドラインスイッチの {{ic|--norc}} を使うことを提案しています。&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.netrc}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.ssh}} などの多数のプログラムが使っています。curl ({{ic|CURLOPT_NETRC_FILE}}), ftp ({{ic|NETRC}}), s-nail ({{ic|NETRC}}) なども使用しています。別の場所を設定できるプログラムも存在しますが w3m, wget, lftp など大抵のプログラムは設定が不可能です。&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/nodejs/node-gyp node-gyp]&lt;br /&gt;
| {{ic|~/.node-gyp}}&lt;br /&gt;
| [https://github.com/nodejs/node-gyp/issues/175] [https://github.com/nodejs/node-gyp/issues/21] [https://github.com/nodejs/node-gyp/issues/1124]&lt;br /&gt;
| 今後、部分的サポートが追加される予定です。&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Network Security Services|NSS]]&lt;br /&gt;
| {{ic|~/.pki}}&lt;br /&gt;
| [https://bugzilla.mozilla.org/show_bug.cgi?id=818686]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[OpenSSH]]&lt;br /&gt;
| {{ic|~/.ssh}}&lt;br /&gt;
| [https://bugzilla.mindrot.org/show_bug.cgi?id=2050]&lt;br /&gt;
| DropBear や OpenSSH など多数の ssh デーモンやクライアントが使用します。&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.palemoon.org/ palemoon]&lt;br /&gt;
| {{ic|~/.moonchild productions}}&lt;br /&gt;
| [https://forum.palemoon.org/viewtopic.php?f=5&amp;amp;t=9639]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://perf.wiki.kernel.org/index.php/Main_Page perf]&lt;br /&gt;
| {{ic|~/.debug}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/torvalds/linux/blob/master/tools/perf/util/config.c#L29 tools/perf/util/config.c:29] でハードコードされています。&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.profile}}&lt;br /&gt;
|&lt;br /&gt;
| 様々な[[シェル]]や[[ディスプレイマネージャ]]が使用しています。&lt;br /&gt;
|-&lt;br /&gt;
| [[python]]&lt;br /&gt;
| {{ic|~/.python_history}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugs.python.org/issue5845 バージョン 3.4] からインタラクティブセッションの履歴は全てデフォルトで {{ic|~/.python_history}} に保存されますが、古いバージョンと同じ方法でカスタムパスを設定できます ([https://docs.python.org/3/library/readline.html?highlight=readline#example] を参照)。&lt;br /&gt;
|-&lt;br /&gt;
| [[Qt#開発|Qt Designer]]&lt;br /&gt;
| {{ic|~/.designer}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://quodlibet.readthedocs.io/en/latest/ Quod Libet]&lt;br /&gt;
| {{ic|~/.quodlibet}}&lt;br /&gt;
| [https://github.com/quodlibet/quodlibet/issues/138]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://racket-lang.org/ racket]&lt;br /&gt;
| {{ic|~/.racketrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://rednotebook.sourceforge.net/ RedNotebook]&lt;br /&gt;
| {{ic|~/.rednotebook}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://remarkableapp.github.io/linux.html Remarkable]&lt;br /&gt;
| {{ic|~/.remarkable}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.renpy.org/ Ren&#039;Py]&lt;br /&gt;
| {{ic|~/.renpy}}&lt;br /&gt;
| [https://github.com/renpy/renpy/issues/1377]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SANE]]&lt;br /&gt;
| {{ic|~/.sane/}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|scanimage}} によって {{ic|.cal}} ファイルが作成されます。&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.scribus.net/ Scribus]&lt;br /&gt;
| {{ic|~/.scribus}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.seamonkey-project.org/ SeaMonkey]&lt;br /&gt;
| {{ic|~/.mozilla}}&lt;br /&gt;
| [https://bugzil.la/726939]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.gnu.org/software/solfege/solfege.html Solfege]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.solfege&amp;lt;br&amp;gt;&lt;br /&gt;
~/.solfegerc&amp;lt;br&amp;gt;&lt;br /&gt;
~/lessonfiles}}&lt;br /&gt;
| [https://savannah.gnu.org/bugs/index.php?50251]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Postfix#SpamAssassin|SpamAssassin]]&lt;br /&gt;
| {{ic|~/.spamassassin}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[spectrwm]]&lt;br /&gt;
| {{ic|~/.spectrwm}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SQLite]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.sqlite_history&amp;lt;br&amp;gt;&lt;br /&gt;
~/.sqliterc}}&lt;br /&gt;
| [https://unix.stackexchange.com/questions/306890/change-location-of-sqlite-history-file][http://sqlite.1065341.n5.nabble.com/Customizing-the-location-of-the-sqlite-history-td87055.html]&lt;br /&gt;
| {{ic|$ sqlite3 -init &amp;quot;$XDG_CONFIG_HOME&amp;quot;/sqlite3/sqliterc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Steam]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.steam&amp;lt;br&amp;gt;&lt;br /&gt;
~/.steampath&amp;lt;br&amp;gt;&lt;br /&gt;
~/.steampid}}&lt;br /&gt;
| [https://github.com/ValveSoftware/steam-for-linux/issues/1890]&lt;br /&gt;
| 大抵のゲームエンジン (Unity 3D, Unreal) は仕様に準拠していますが、一部のゲームパブリッシャはパスを [https://www.ctrl.blog/entry/flatpak-steamcloud-xdg Steam Auto-Cloud] にハードコードしているため、ゲームのセーブデータが間違ったディレクトリで同期されることがあります。&lt;br /&gt;
|-&lt;br /&gt;
| [[TeamSpeak]]&lt;br /&gt;
| {{ic|~/.ts3client}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.texmacs.org/ TeXmacs]&lt;br /&gt;
| {{ic|~/.TeXmacs}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Thunderbird]]&lt;br /&gt;
| {{ic|~/.thunderbird}}&lt;br /&gt;
| [https://bugzil.la/735285]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://git.archlinux.org/users/remy/texlive-localmanager.git/ tllocalmgr]&lt;br /&gt;
| {{ic|~/.texlive}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[vim]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.vim&amp;lt;br&amp;gt;&lt;br /&gt;
~/.vimrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.viminfo}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/vim/vim/commit/6a459902592e2a4ba68 7.3.1178] から vim は {{ic|~/.vimrc}} が存在しない場合に {{ic|~/.vim/vimrc}} を検索します。&lt;br /&gt;
&lt;br /&gt;
{{hc|&amp;quot;$XDG_CONFIG_HOME&amp;quot;/vim/vimrc|&lt;br /&gt;
set undodir&amp;amp;#61;$XDG_CACHE_HOME/vim/undo&lt;br /&gt;
set directory&amp;amp;#61;$XDG_CACHE_HOME/vim/swap&lt;br /&gt;
set backupdir&amp;amp;#61;$XDG_CACHE_HOME/vim/backup&lt;br /&gt;
set viminfo+&amp;amp;#61;&#039;1000,n$XDG_CACHE_HOME/vim/viminfo&lt;br /&gt;
set runtimepath&amp;amp;#61;$XDG_CONFIG_HOME/vim,$VIMRUNTIME,$XDG_CONFIG_HOME/vim/after&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{hc|~/.profile|&lt;br /&gt;
export VIMINIT&amp;amp;#61;&amp;quot;:source $XDG_CONFIG_HOME&amp;quot;/vim/vimrc&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
https://tlvince.com/vim-respect-xdg も参照。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.vimperator.org/ vimperator]&lt;br /&gt;
| {{ic|~/.vimperatorrc}}&lt;br /&gt;
| [http://www.mozdev.org/pipermail/vimperator/2009-October/004848.html]&lt;br /&gt;
| {{ic|1=$ export VIMPERATOR_INIT=&amp;quot;:source $XDG_CONFIG_HOME/vimperator/vimperatorrc&amp;quot;}}&lt;br /&gt;
{{ic|1=$ export VIMPERATOR_RUNTIME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/vimperator}}&lt;br /&gt;
|-&lt;br /&gt;
| [[w3m]]&lt;br /&gt;
| {{ic|~/.w3m}}&lt;br /&gt;
| [https://sourceforge.net/p/w3m/feature-requests/31/]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[WPA supplicant#wpa_cli で接続する|wpa_cli]]&lt;br /&gt;
| {{ic|~/.wpa_cli_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|xdg-utils}}&lt;br /&gt;
| {{ic|~/.gnome}}&lt;br /&gt;
| [https://bugs.freedesktop.org/show_bug.cgi?id=90775]&lt;br /&gt;
| 何らかの理由で {{ic|xdg-desktop-menu}} スクリプトは {{ic|gnome_user_dir&amp;amp;#61;&amp;quot;$HOME/.gnome/apps&amp;quot;}} をハードコードしており、[[chromium]] などによって使われています。&lt;br /&gt;
|-&lt;br /&gt;
| [https://opensource.conformal.com/wiki/xombrero xombrero]&lt;br /&gt;
| {{ic|~/.xombrero}}&lt;br /&gt;
| [https://github.com/conformal/xombrero/issues/74]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|yarn}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.yarnrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.yarn/&amp;lt;br&amp;gt;&lt;br /&gt;
~/.yarncache/&amp;lt;br&amp;gt;&lt;br /&gt;
~/.yarn-config/}}&lt;br /&gt;
| [https://github.com/yarnpkg/yarn/issues/2334]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://nmap.org/zenmap/ zenmap] ([[nmap]])&lt;br /&gt;
| {{ic|~/.zenmap}}&lt;br /&gt;
| [http://seclists.org/nmap-dev/2012/q2/163] [https://github.com/nmap/nmap/issues/590]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[zsh]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.zshrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zprofile&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zshenv&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zlogin&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zlogout&amp;lt;br&amp;gt;&lt;br /&gt;
~/.histfile&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zcompdump}}&lt;br /&gt;
| [http://www.zsh.org/mla/workers/2013/msg00692.html]&lt;br /&gt;
| {{ic|~/.zshenv}} で {{ic|1=ZDOTDIR=$HOME/.config/zsh}} を export してください (ブートストラップ問題のためにハードコードされています)。{{ic|/etc/zsh/zshenv}} にも追加することで {{ic|HOME}} にドットファイルが必要なくなります。ただし root 権限が必要で設定はシステム全体に適用されます。&lt;br /&gt;
{{ic|1=$ export HISTFILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/zsh/history}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==ライブラリと言語のサポート==&lt;br /&gt;
&lt;br /&gt;
; C&lt;br /&gt;
: [https://github.com/Cloudef/chck/tree/master/chck/xdg C99: Cloudef のシンプルな実装]。&lt;br /&gt;
&lt;br /&gt;
; JVM ([[Java]], Kotlin, [[Clojure]], [[Scala]])&lt;br /&gt;
: [https://github.com/soc/directories-jvm directories-jvm]&lt;br /&gt;
&lt;br /&gt;
; [[Haskell]]&lt;br /&gt;
: 1.2.3.0 から [https://hackage.haskell.org/package/directory directory] で公式に対応 [https://github.com/haskell/directory/commit/ab9d0810ce ab9d0810ce]。&lt;br /&gt;
: [https://hackage.haskell.org/package/xdg-basedir xdg-basedir]&lt;br /&gt;
&lt;br /&gt;
; [[Perl]]&lt;br /&gt;
: [http://search.cpan.org/dist/File-BaseDir/lib/File/BaseDir.pm File-BaseDir]&lt;br /&gt;
: [https://github.com/Aerdan/perl-file-xdg perl-file-xdg]&lt;br /&gt;
&lt;br /&gt;
; [[Python]]&lt;br /&gt;
: [https://freedesktop.org/wiki/Software/pyxdg/ pyxdg]&lt;br /&gt;
&lt;br /&gt;
; [[Ruby]]&lt;br /&gt;
: [https://github.com/rubyworks/xdg rubyworks/xdg]&lt;br /&gt;
&lt;br /&gt;
; [[Rust]]&lt;br /&gt;
: [https://github.com/soc/directories-rs directories-rs]&lt;br /&gt;
&lt;br /&gt;
; Vala&lt;br /&gt;
: [http://valadoc.org/#!api=glib-2.0/GLib.Environment GLib.Environment] によるサポート。&lt;br /&gt;
: {{ic|get_user_cache_dir}}, {{ic|get_user_data_dir}}, {{ic|get_user_config_dir}} などを参照。&lt;br /&gt;
&lt;br /&gt;
==参照==&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.gnome.org/Initiatives/GnomeGoals/XDGConfigFolders GNOME Goal: XDG Base Directory Specification Usage]&lt;br /&gt;
* [https://plus.google.com/+RobPikeTheHuman/posts/R58WgWwN9jp Rob Pike: &amp;quot;Dotfiles&amp;quot; being hidden is a UNIXv2 mistake]&lt;br /&gt;
* {{man|1|systemd-path}}&lt;br /&gt;
* {{man|7|file-hierarchy}}&lt;br /&gt;
* [https://github.com/grawity/dotfiles/blob/master/.dotfiles.notes Grawity&#039;s notes on dotfiles]&lt;br /&gt;
* [https://github.com/grawity/dotfiles/blob/master/.environ.notes Grawity&#039;s notes on environment variables]&lt;br /&gt;
* [https://ploum.net/207-modify-your-application-to-use-xdg-folders/ ploum.net: Modify Your Application to use XDG Folders]&lt;/div&gt;</summary>
		<author><name>Pogin503</name></author>
	</entry>
	<entry>
		<id>https://wiki.archlinux.jp/index.php?title=XDG_Base_Directory&amp;diff=17708</id>
		<title>XDG Base Directory</title>
		<link rel="alternate" type="text/html" href="https://wiki.archlinux.jp/index.php?title=XDG_Base_Directory&amp;diff=17708"/>
		<updated>2020-09-09T18:05:04Z</updated>

		<summary type="html">&lt;p&gt;Pogin503: 旧パスが改行されたパスになるように修正&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Freedesktop.org]]&lt;br /&gt;
[[Category:設定ファイル]]&lt;br /&gt;
[[en:XDG Base Directory support]]&lt;br /&gt;
{{Related articles start}}&lt;br /&gt;
{{Related|ドットファイル}}&lt;br /&gt;
{{Related|XDG ユーザーディレクトリ}}&lt;br /&gt;
{{Related articles end}}&lt;br /&gt;
この記事では2003年に導入された [https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html XDG Base Directory Specification] を使用しているソフトウェアを整理しています。ここでは一般的に使われているドットファイルと対応状態を並べて仕様がどれだけ使われているか示します。Base Directory Specification に対応していないソフトウェアについては、擬似的に対応させる方法を説明します。&lt;br /&gt;
&lt;br /&gt;
ただし[[環境変数]]やコンパイルオプションに保存されているコードを実行したり、ソースにパッチを適用したりする方法は除外します。設定はあくまでシステム間で相互運用できるべきでありコンパイルオプションを使ってしまうと使用が制限されるためです。&lt;br /&gt;
&lt;br /&gt;
==XDG Base Directory Specification==&lt;br /&gt;
&lt;br /&gt;
[https://standards.freedesktop.org/basedir-spec/latest/ フルスペック] を読んでください。このセクションでは概要だけを抽出しています。&lt;br /&gt;
&lt;br /&gt;
デフォルトでは [https://www.freedesktop.org/software/systemd/man/pam_systemd.html pam_systemd] によって {{ic|XDG_RUNTIME_DIR}} だけが設定されます。既存のディレクトリの絶対パスを使って明示的に他の変数を[[環境変数#変数の定義|定義]]するかどうかはユーザー次第です。&lt;br /&gt;
&lt;br /&gt;
===ユーザーディレクトリ===&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_CONFIG_HOME}}&lt;br /&gt;
** ユーザー個別の設定が書き込まれるディレクトリ ({{ic|/etc}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|$HOME/.config}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_CACHE_HOME}}&lt;br /&gt;
** ユーザー個別の重要でない (キャッシュ) データが書き込まれるディレクトリ ({{ic|/var/cache}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|$HOME/.cache}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_DATA_HOME}}&lt;br /&gt;
** ユーザー個別のデータファイルが書き込まれるディレクトリ ({{ic|/usr/share}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|$HOME/.local/share}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_RUNTIME_DIR}}&lt;br /&gt;
** ソケットや名前付きパイプなどのような必須でないユーザー個別のデータファイルに使われます。&lt;br /&gt;
** デフォルト値は必ずしも設定する必要はありません。設定されていない場合は警告が表示されます。&lt;br /&gt;
** ディレクトリの所有者がユーザーでアクセスモードが {{ic|0700}} である必要があります。&lt;br /&gt;
** OS の標準機能だけで動作するファイルシステムを使用します。&lt;br /&gt;
** ローカルファイルシステム上に存在する必要があります。&lt;br /&gt;
** 定期的にファイルが消去される可能性があります。&lt;br /&gt;
** 永続的に保持したい場合は6時間毎に変更を加えるかスティッキービットを設定します。&lt;br /&gt;
** ユーザーがログインしている値だけ存在します。&lt;br /&gt;
** tmpfs でマウントされることもあるので巨大なファイルは保存できません。&lt;br /&gt;
&lt;br /&gt;
===システムディレクトリ===&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_DATA_DIRS}}&lt;br /&gt;
** {{ic|:}} でディレクトリを区切ります ({{ic|PATH}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|/usr/local/share:/usr/share}} です。&lt;br /&gt;
&lt;br /&gt;
* {{ic|XDG_CONFIG_DIRS}}&lt;br /&gt;
** {{ic|:}} でディレクトリを区切ります ({{ic|PATH}} と類似)。&lt;br /&gt;
** デフォルトは {{ic|/etc/xdg}} です。&lt;br /&gt;
&lt;br /&gt;
==貢献==&lt;br /&gt;
&lt;br /&gt;
ソフトウェアを追加するときは適切なセクションを使ってください。&lt;br /&gt;
&lt;br /&gt;
コードの評価 ([[vim]] や {{ic|VIMINIT}} など)、パッチやコンパイルオプションが必要な方法、あるいはハードコードと考えられる方法は載せるべきではありません。また、[https://www.haskell.org/cabal/ Haskell の cabal] や [[Eclipse]] など難しい方法もハードコードとして扱います。&lt;br /&gt;
&lt;br /&gt;
* 1番目のカラムはプロジェクト名です。できればコマンド名にしてください。ソフトウェアのウェブサイトか適切な wiki の記事にリンクさせます。&lt;br /&gt;
&lt;br /&gt;
* 2番目のカラムはプロジェクトが使用するレガシーなファイルやディレクトリです。もはや読み込まれない場合でも確認できるように記述してください。&lt;br /&gt;
&lt;br /&gt;
* 3番目のカラムは XDG Base Directory に切り替わったプロジェクトのコミットあるいはバージョンです。4番目のカラムにはその議論がある場合にリンクを載せてください。&lt;br /&gt;
&lt;br /&gt;
* 最後のカラムにはサポートしていないプロジェクトのための適切な対処方法を記載します。簡潔に書いてください。曖昧な部分がある場合は自由に追記してください。&lt;br /&gt;
&lt;br /&gt;
==サポートしているソフトウェア==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
! アプリケーション&lt;br /&gt;
! 旧パス&lt;br /&gt;
! 対応開始&lt;br /&gt;
! 議論&lt;br /&gt;
! ノート&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/SirCmpwn/aerc aerc]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/Antimicro/antimicro/ antimicro]&lt;br /&gt;
| {{ic|~/.antimicro}}&lt;br /&gt;
| [https://github.com/Antimicro/antimicro/commit/edba864 edba864]&lt;br /&gt;
| [https://github.com/Antimicro/antimicro/issues/5]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[aria2]]&lt;br /&gt;
| {{ic|~/.aria2}}&lt;br /&gt;
| [https://github.com/tatsuhiro-t/aria2/commit/8bc1d37 8bc1d37]&lt;br /&gt;
| [https://github.com/tatsuhiro-t/aria2/issues/27]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://littlesvr.ca/asunder/ Asunder]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.asunder&amp;lt;br&amp;gt;&lt;br /&gt;
~/.asunder_album_artist&amp;lt;br&amp;gt;&lt;br /&gt;
~/.asunder_album_genre&amp;lt;br&amp;gt;&lt;br /&gt;
~/.asunder_album_title}}&lt;br /&gt;
| [https://littlesvr.ca/bugs/show_bug.cgi?id=31 2.9.0]&lt;br /&gt;
| [https://littlesvr.ca/bugs/show_bug.cgi?id=52]&lt;br /&gt;
| {{ic|~/.asunder}} は {{ic|XDG_CONFIG_HOME/asunder/asunder}} を、他の3つのファイルは {{ic|XDG_CACHE_HOME/asunder/asunder_album_...}} を使います。移行後も古いパスは削除されないため、手動で削除する必要があります。&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|bash-completion}}&lt;br /&gt;
| {{ic|~/.bash_completion}}&lt;br /&gt;
| [https://github.com/scop/bash-completion/commit/1d25d72ca8633c19cb089dff447d08c531379c59 2.11版]&lt;br /&gt;
| &lt;br /&gt;
| 以前の方法: {{ic|1=$ export BASH_COMPLETION_USER_FILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/bash-completion/bash_completion}}&lt;br /&gt;
|-&lt;br /&gt;
| [[blender]]&lt;br /&gt;
| {{ic|~/.blender}}&lt;br /&gt;
| [http://git.blender.org/gitweb/gitweb.cgi/blender.git/commit/4293f473 4293f473]&lt;br /&gt;
| [https://developer.blender.org/T28943]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/falconindy/burp burp]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/falconindy/burp/commit/f2388e9 f2388e9]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[chromium]]&lt;br /&gt;
| {{ic|~/.chromium}}&lt;br /&gt;
| [https://src.chromium.org/viewvc/chrome?revision=23057&amp;amp;view=revision 23057]&lt;br /&gt;
| [https://groups.google.com/forum/#!topic/chromium-dev/QekVQxF3nho] [https://code.google.com/p/chromium/issues/detail?id=16976]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://citra-emu.org/ citra]&lt;br /&gt;
| {{ic|~/.citra-emu}}&lt;br /&gt;
| [https://github.com/citra-emu/citra/commit/f7c3193fec f7c3193fec]&lt;br /&gt;
| [https://github.com/citra-emu/citra/pull/575]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[PHP#Composer|composer]]&lt;br /&gt;
| {{ic|~/.composer}}&lt;br /&gt;
| [https://github.com/composer/composer/releases/tag/1.0.0-beta1 1.0.0-beta1]&lt;br /&gt;
| [https://github.com/composer/composer/pull/1407]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[AUR ヘルパー#ビルドと検索|cower]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/falconindy/cower/commit/8b70805 8b70805]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.gnome.org/Apps/DFeet d-feet]&lt;br /&gt;
| {{ic|~/.d-feet}}&lt;br /&gt;
| [https://git.gnome.org/browse/d-feet/commit/?id==7f6104b 7f6104b]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.gnome.org/dconf dconf]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Dolphin エミュレータ|dolphin-emu]]&lt;br /&gt;
| {{ic|~/.dolphin-emu}}&lt;br /&gt;
| [https://github.com/dolphin-emu/dolphin/commit/a498c68 a498c68]&lt;br /&gt;
| [https://github.com/dolphin-emu/dolphin/pull/2304]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://dr14tmeter.sourceforge.net dr14-meter]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/simon-r/dr14_t.meter/commit/7e777ca645298ec898b3c76e3ec472ed6ed43e8a 7e777ca64]&lt;br /&gt;
| [https://github.com/simon-r/dr14_t.meter/pull/30]&lt;br /&gt;
| ハードコード: {{ic|$HOME/.config/dr14meter}}。&lt;br /&gt;
|-&lt;br /&gt;
| [[dunst]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/knopwob/dunst/commit/78b6e2b1 78b6e2b1]&lt;br /&gt;
| [https://github.com/knopwob/dunst/issues/22]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[dwb]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[fish]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[fontconfig]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.fontconfig&amp;lt;br&amp;gt;&lt;br /&gt;
ic|~/.fonts}}&lt;br /&gt;
| [https://cgit.freedesktop.org/fontconfig/commit/?id=8c255fb1 8c255fb1]&lt;br /&gt;
|&lt;br /&gt;
| フォントの保存には {{ic|&amp;quot;$XDG_DATA_HOME&amp;quot;/fonts}} を使ってください。&lt;br /&gt;
|-&lt;br /&gt;
| [http://fontforge.github.io/ fontforge]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.FontForge&amp;lt;br&amp;gt;&lt;br /&gt;
~/.PfaEdit}}&lt;br /&gt;
| [https://github.com/fontforge/fontforge/commit/e4c2cc7432 e4c2cc7432]&lt;br /&gt;
| [https://github.com/fontforge/fontforge/issues/847] [https://github.com/fontforge/fontforge/issues/991]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.freerdp.com/ freerdp]&lt;br /&gt;
| {{ic|~/.freerdp}}&lt;br /&gt;
| [https://github.com/FreeRDP/FreeRDP/commit/edf6e7258d edf6e7258d]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Gajim]]&lt;br /&gt;
| {{ic|~/.gajim}}&lt;br /&gt;
| [https://dev.gajim.org/gajim/gajim/commit/3e777ea8f120dc58d4e65ce501ab3ab3785a5d40 3e777ea]&lt;br /&gt;
| [https://dev.gajim.org/gajim/gajim/issues/2149]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://projects.gnome.org/gconf gconf]&lt;br /&gt;
| {{ic|~/.gconf}}&lt;br /&gt;
| [https://git.gnome.org/browse/gconf/commit/?id=fc28caa7 fc28caa7]&lt;br /&gt;
| [https://bugzilla.gnome.org/show_bug.cgi?id=674803]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GIMP]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.gimp-x.y&amp;lt;br&amp;gt;&lt;br /&gt;
~/.thumbnails}}&lt;br /&gt;
| [https://git.gnome.org/browse/gimp/commit/?id=60e0cfe 60e0cfe] [https://git.gnome.org/browse/gimp/commit/?id=483505f 483505f]&lt;br /&gt;
| [https://bugzilla.gnome.org/show_bug.cgi?id=166643] [https://bugzilla.gnome.org/show_bug.cgi?id=646644]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[git]]&lt;br /&gt;
| {{ic|~/.gitconfig}}&lt;br /&gt;
| [https://github.com/git/git/commit/0d94427e 0d94427e]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GStreamer|gstreamer]]&lt;br /&gt;
| {{ic|~/.gstreamer-0.10}}&lt;br /&gt;
| [https://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=4e36f93924cf 4e36f93924cf]&lt;br /&gt;
| [https://bugzilla.gnome.org/show_bug.cgi?id=518597]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GTK+|gtk3]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[アプリケーション一覧/ユーティリティ#システム監視|htop]]&lt;br /&gt;
| {{ic|~/.htoprc}}&lt;br /&gt;
| [https://github.com/hishamhm/htop/commit/93233a67 93233a67]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[i3]]&lt;br /&gt;
| {{ic|~/.i3}}&lt;br /&gt;
| [http://code.stapelberg.de/git/i3/commit/?id=7c130fb54 7c130fb54]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[i3|i3status]]&lt;br /&gt;
| {{ic|~/.i3status.conf}}&lt;br /&gt;
| [http://code.stapelberg.de/git/i3status/commit/?id=c3f7fc4994 c3f7fc4994]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.imagemagick.org/script/index.php imagemagick]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[inkscape]]&lt;br /&gt;
| {{ic|~/.inkscape}}&lt;br /&gt;
| [http://wiki.inkscape.org/wiki/index.php/Release_notes/0.47#Preferences 0.47]&lt;br /&gt;
| [https://bugs.launchpad.net/inkscape/+bug/199720]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.ctan.org/pkg/latexmk?lang=en latexmk]&lt;br /&gt;
| {{ic|~/.latexmkrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[アプリケーション一覧/インターネット#FTP クライアント|lftp]]&lt;br /&gt;
| {{ic|~/.lftp}}&lt;br /&gt;
| [https://github.com/lavv17/lftp/commit/21dc400 21dc400]&lt;br /&gt;
| [https://www.mail-archive.com/lftp@uniyar.ac.ru/msg04301.html]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/Sude-/lgogdownloader/ lgogdownloader]&lt;br /&gt;
| {{ic|~/.gogdownloader}}&lt;br /&gt;
| [https://github.com/Sude-/lgogdownloader/commit/d430af63d000 d430af63d000]&lt;br /&gt;
| [https://github.com/Sude-/lgogdownloader/issues/4]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[LibreOffice]]&lt;br /&gt;
| &lt;br /&gt;
| [https://cgit.freedesktop.org/libreoffice/ure/commit/?id=a6f56f70a4930d3f71bd9c9b90fdd0ba20e4da5f a6f56f70] [https://cgit.freedesktop.org/libreoffice/bootstrap/commit/?id=25bd2eec77ed774a37d1cddd0d72312e23d5e9fd 25bd2eec]&lt;br /&gt;
| [https://bugs.documentfoundation.org/show_bug.cgi?id=32263]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[livestreamer]]&lt;br /&gt;
| {{ic|~/.livestreamerrc}}&lt;br /&gt;
| [https://github.com/chrippa/livestreamer/commit/ea805917 ea805917]&lt;br /&gt;
| [https://github.com/chrippa/livestreamer/pull/106]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[llpp]]&lt;br /&gt;
|&lt;br /&gt;
| [http://repo.or.cz/w/llpp.git/commit/3ab86f0cb 3ab86f0cb]&lt;br /&gt;
|&lt;br /&gt;
| 現在 llpp はディレクトリを作成せず {{ic|XDG_CONFIG_HOME}} の直下に設定を保存します。&lt;br /&gt;
|-&lt;br /&gt;
| [[mc]]&lt;br /&gt;
| {{ic|~/.mc}}&lt;br /&gt;
| [https://www.midnight-commander.org/changeset/1b9957058 1b9957058] [https://www.midnight-commander.org/changeset/0b7115647 0b7115647] [https://www.midnight-commander.org/changeset/ce401d797 ce401d797]&lt;br /&gt;
| [https://www.midnight-commander.org/ticket/1851]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Mercurial]]&lt;br /&gt;
| {{ic|~/.hgrc}}&lt;br /&gt;
| [https://www.mercurial-scm.org/repo/hg/rev/354020079723 354020079723] [https://www.mercurial-scm.org/wiki/Release4.2 4.2]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|XDG_CONFIG_HOME/hg/hgrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mesa3d.org/ mesa]&lt;br /&gt;
|&lt;br /&gt;
| [https://cgit.freedesktop.org/mesa/mesa/commit/?id=87ab26b2ab35a29d446ae66f1795d40c184c0739 87ab26b2ab]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|XDG_CACHE_HOME/mesa}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://milkytracker.org/ milkytracker]&lt;br /&gt;
| {{ic|~/.milkytracker_config}}&lt;br /&gt;
| [https://github.com/Deltafire/MilkyTracker/commit/eb487c55 eb487c55]&lt;br /&gt;
| [https://github.com/Deltafire/MilkyTracker/issues/12]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/mintty/mintty mintty]&lt;br /&gt;
| {{ic|~/.minttyrc}}&lt;br /&gt;
| [https://github.com/mintty/mintty/commit/cff1bd8f cff1bd8f] v2.3.7&lt;br /&gt;
| [https://github.com/mintty/mintty/issues/525]&lt;br /&gt;
|-&lt;br /&gt;
| [[mpd]]&lt;br /&gt;
| {{ic|~/.mpdconf}}&lt;br /&gt;
| [http://git.musicpd.org/cgit/master/mpd.git/commit/?id=87b73284 87b73284]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[mpv]]&lt;br /&gt;
| {{ic|~/.mpv}}&lt;br /&gt;
| [https://github.com/mpv-player/mpv/commit/cb250d490 cb250d490]&lt;br /&gt;
| [https://github.com/mpv-player/mpv/pull/864]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[mutt]]&lt;br /&gt;
| {{ic|~/.mutt}}&lt;br /&gt;
| [https://dev.mutt.org/trac/changeset/42fee7585f 42fee7585f]&lt;br /&gt;
| [http://dev.mutt.org/trac/ticket/3207]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[アプリケーション一覧/マルチメディア#ラスタ画像|mypaint]]&lt;br /&gt;
| {{ic|~/.mypaint}}&lt;br /&gt;
| [https://github.com/mypaint/mypaint/commit/cf723b74cd cf723b74cd]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[nano]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.nano/&amp;lt;br&amp;gt;&lt;br /&gt;
~/.nanorc}}&lt;br /&gt;
| [http://git.savannah.gnu.org/cgit/nano.git/commit/?id=c16e79b612eb8e061a4bd0b5f187c37a036fc403 036fc403]&lt;br /&gt;
| [https://savannah.gnu.org/patch/?8523]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[ncmpcpp]]&lt;br /&gt;
| {{ic|~/.ncmpcpp}}&lt;br /&gt;
| [https://github.com/arybczak/ncmpcpp/commit/38d9f811de888e512b0115f551a9679eab4607f9 38d9f811] [https://github.com/arybczak/ncmpcpp/commit/27cd86e0638bba3a7a78e44ac40dc98a58d1d90d 27cd86e0]&lt;br /&gt;
| [https://github.com/arybczak/ncmpcpp/issues/79] [https://github.com/arybczak/ncmpcpp/issues/110]&lt;br /&gt;
| {{ic|ncmpcpp_directory}} を設定しないと {{ic|error.log}} ファイルが {{ic|~/.ncmpcpp}} に保存されます。&lt;br /&gt;
|-&lt;br /&gt;
| [[neovim]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.nvim&amp;lt;br&amp;gt;&lt;br /&gt;
~/.nvimlog&amp;lt;br&amp;gt;&lt;br /&gt;
~/.nviminfo}}&lt;br /&gt;
| [https://github.com/neovim/neovim/commit/1ca5646bb 1ca5646bb]&lt;br /&gt;
| [https://github.com/neovim/neovim/issues/78] [https://github.com/neovim/neovim/pull/3198]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[newsbeuter]]&lt;br /&gt;
| {{ic|~/.newsbeuter}}&lt;br /&gt;
| [https://github.com/akrennmair/newsbeuter/commit/3c57824c5 3c57824c5]&lt;br /&gt;
| [https://github.com/akrennmair/newsbeuter/pull/39]&lt;br /&gt;
| {{ic|&amp;quot;$XDG_DATA_HOME&amp;quot;/newsbeuter}} と {{ic|&amp;quot;$XDG_CONFIG_HOME&amp;quot;/newsbeuter}} を作成する必要があります [http://newsbeuter.org/doc/newsbeuter.html#_xdg_base_directory_support]。&lt;br /&gt;
|-&lt;br /&gt;
| [[NVIDIA]]&lt;br /&gt;
| {{ic|~/.nv}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[OfflineIMAP]]&lt;br /&gt;
| {{ic|~/.offlineimaprc}}&lt;br /&gt;
| [https://github.com/OfflineIMAP/offlineimap/commit/5150de5 5150de5]&lt;br /&gt;
| [https://github.com/OfflineIMAP/offlineimap/issues/32]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://bitbucket.org/opentyrian/opentyrian/wiki/Home opentyrian]&lt;br /&gt;
| {{ic|~/.opentyrian}}&lt;br /&gt;
| [https://bitbucket.org/opentyrian/opentyrian/commits/8d45ff2 8d45ff2]&lt;br /&gt;
| [https://web.archive.org/web/20140815181350/https://code.google.com/p/opentyrian/issues/detail?id=125]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://pcsx2.net/ pcsx2]&lt;br /&gt;
| {{ic|~/.pcsx2}}&lt;br /&gt;
| [https://github.com/PCSX2/pcsx2/commit/87f1e8f77 87f1e8f77] [https://github.com/PCSX2/pcsx2/commit/a9020c606 a9020c606] [https://github.com/PCSX2/pcsx2/commit/3b22f0fb0 3b22f0fb0] [https://github.com/PCSX2/pcsx2/commit/0a012aec2 0a012aec2]&lt;br /&gt;
| [https://github.com/PCSX2/pcsx2/issues/352] [https://github.com/PCSX2/pcsx2/issues/381]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[pip]]&lt;br /&gt;
| {{ic|~/.pip}}&lt;br /&gt;
| [https://github.com/pypa/pip/blob/548a9136525815dff41acd845c558a0b36eb1c5f/NEWS.rst#60-2014-12-22 6.0]&lt;br /&gt;
| [https://github.com/pypa/pip/issues/1733]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ppsspp.org/ ppsspp]&lt;br /&gt;
| {{ic|~/.ppsspp}}&lt;br /&gt;
| [https://github.com/hrydgard/ppsspp/commit/132fe47c7d 132fe47c7d]&lt;br /&gt;
| [https://github.com/hrydgard/ppsspp/issues/4623]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|procps-ng}}&lt;br /&gt;
| {{ic|~/.toprc}}&lt;br /&gt;
| [https://gitlab.com/procps-ng/procps/commit/af53e170b9 af53e170b9]&lt;br /&gt;
| [https://gitlab.com/procps-ng/procps/merge_requests/38] [https://bugzilla.redhat.com/show_bug.cgi?id=1155265]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/Cloudef/orbment/ orbment]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[pacman]]&lt;br /&gt;
| {{ic|~/.makepkg.conf}}&lt;br /&gt;
| [https://projects.archlinux.org/pacman.git/commit/?id=80eca94c8 80eca94c8]&lt;br /&gt;
| [https://mailman.archlinux.org/pipermail/pacman-dev/2014-July/019178.html]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/panda3d/panda3d Panda3D]&lt;br /&gt;
| {{ic|~/.panda3d}}&lt;br /&gt;
| [https://github.com/panda3d/panda3d/commit/2b537d2 2b537d2]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[PulseAudio]]&lt;br /&gt;
| {{ic|~/.pulse}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{ic|~/.pulse-cookie}}&lt;br /&gt;
| [https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=59a8618dcd9 59a8618dcd9] [https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=87ae8307057 87ae8307057] [https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=9ab510a6921 9ab510a6921] [https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=4c195bcc9d5 4c195bcc9d5]&lt;br /&gt;
| [https://bugzilla.redhat.com/show_bug.cgi?id=845607]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://pyroom.org/index.html pyroom]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[qutebrowser]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[qtile]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/qtile/qtile/commit/fd8686e5b4e4fa20bb82039ed8a83768434585ec fd8686e] [https://github.com/qtile/qtile/commit/66d704bce83f631b3326f10a1bc9fc22f8e6a6fd 66d704b] [https://github.com/qtile/qtile/commit/51cff019917b87bda696b381493f969ceb6cc350 51cff01]&lt;br /&gt;
| [https://github.com/qtile/qtile/pull/835]&lt;br /&gt;
| 仕様と異なるファイルやディレクトリを作成するバーウィジェットも存在しますが、大抵の場合は設定で変更できます。&lt;br /&gt;
|-&lt;br /&gt;
| {{Pkg|rclone}}&lt;br /&gt;
| {{ic|~/.rclone.conf}}&lt;br /&gt;
| [https://github.com/ncw/rclone/commit/9d362589 9d362589]&lt;br /&gt;
| [https://github.com/ncw/rclone/issues/868]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[RetroArch|retroarch]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://rr-project.org/ rr]&lt;br /&gt;
| {{ic|~/.rr}}&lt;br /&gt;
| [https://github.com/mozilla/rr/commit/02e7d41e 02e7d41e]&lt;br /&gt;
| [https://github.com/mozilla/rr/issues/1455]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[rTorrent]]&lt;br /&gt;
| {{ic|~/.rtorrent.rc}}&lt;br /&gt;
| [https://github.com/rakshasa/rtorrent/commit/6a8d332b 6a8d332b]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Skype]]&lt;br /&gt;
| {{ic|~/.Skype}}&lt;br /&gt;
| 8.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.snes9x.com/ Snes9x]&lt;br /&gt;
| {{ic|~/.snes9x}}&lt;br /&gt;
| [https://github.com/snes9xgit/snes9x/commit/93b5f11641fa22d4518f251d6e3db99219864677 19864677]&lt;br /&gt;
| [https://github.com/snes9xgit/snes9x/issues/194]&lt;br /&gt;
| デフォルトの設定は空です。ROM を起動する前にユーザーが GUI や手動で設定するようになっています。&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|sublime-text-dev}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| キャッシュは {{ic|$XDG_CACHE_HOME/sublime-text-3}} ではなく {{ic|$XDG_CONFIG_HOME/sublime-text-3/Cache}} に保存されます。&lt;br /&gt;
|-&lt;br /&gt;
| [[surfraw]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.surfraw.conf&amp;lt;br&amp;gt;&lt;br /&gt;
~/.surfraw.bookmarks}}&lt;br /&gt;
| [http://anonscm.debian.org/cgit/surfraw/surfraw.git/commit/?id=3e4591d8 3e4591d8] [http://anonscm.debian.org/cgit/surfraw/surfraw.git/commit/?id=bd8c427d bd8c427d] [http://anonscm.debian.org/cgit/surfraw/surfraw.git/commit/?id=f57fc718 f57fc718]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[sway]]&lt;br /&gt;
| {{ic|~/.sway/config}}&lt;br /&gt;
| [https://github.com/SirCmpwn/sway/commit/614393c09 614393c09]&lt;br /&gt;
| [https://github.com/SirCmpwn/sway/issues/5] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[systemd]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[termite]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/tmuxinator/tmuxinator tmuxinator]&lt;br /&gt;
| {{ic|~/.tmuxinator}}&lt;br /&gt;
| [https://github.com/tmuxinator/tmuxinator/pull/511/commits/263692349f1142c0edcacfbefae541cbc0e7b44e 2636923]&lt;br /&gt;
| [https://github.com/tmuxinator/tmuxinator/pull/511]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[transmission]]&lt;br /&gt;
| {{ic|~/.transmission}}&lt;br /&gt;
| [https://trac.transmissionbt.com/changeset/5517 5517]&lt;br /&gt;
| [https://trac.transmissionbt.com/ticket/684]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.kernel.org/pub/linux/utils/util-linux/ util-linux]&lt;br /&gt;
|&lt;br /&gt;
| [https://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/?id=570b32100 570b32100]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[uzbl]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/uzbl/uzbl/commit/c6fd63a c6fd63a]&lt;br /&gt;
| [https://github.com/uzbl/uzbl/pull/150]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://fanglingsu.github.io/vimb/ vimb]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[VirtualBox]]&lt;br /&gt;
| {{ic|~/.VirtualBox}}&lt;br /&gt;
| [https://www.virtualbox.org/ticket/5099?action=diff&amp;amp;version=7 4.3]&lt;br /&gt;
| [https://www.virtualbox.org/ticket/5099]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://martanne.github.io/vis/ vis]&lt;br /&gt;
| {{ic|~/.vis}}&lt;br /&gt;
| [https://github.com/martanne/vis/pull/303]&lt;br /&gt;
| [https://github.com/martanne/vis/commit/68a25c751c0219ef5df589a19513e46a08965d5a 68a25c75]&lt;br /&gt;
[https://github.com/martanne/vis/commit/d138908cf8149eb10120957271cd6979272b4730 d138908c]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[VLC media player]]&lt;br /&gt;
| {{ic|~/.vlcrc}}&lt;br /&gt;
| [http://git.videolan.org/?p=vlc.git;a=commit;h=16f32e1500887c0dcd33cb06ad71759a81a52878 16f32e15]&lt;br /&gt;
| [https://trac.videolan.org/vlc/ticket/1267]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.warsow.gg/ warsow]&lt;br /&gt;
| {{ic|~/.warsow-2.x}}&lt;br /&gt;
| [https://github.com/Qfusion/qfusion/commit/98ece3f 98ece3f]&lt;br /&gt;
| [https://github.com/Qfusion/qfusion/issues/298]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[wireshark]]&lt;br /&gt;
| {{ic|~/.wireshark}}&lt;br /&gt;
| [https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b0b53fa5937aa7ba258427ca0f3581dba725230d b0b53fa5]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/derat/xsettingsd xsettingsd]&lt;br /&gt;
| {{ic|~/.xsettingsd}}&lt;br /&gt;
| [https://github.com/derat/xsettingsd/commit/b4999f5e9e99224caf97d09f25ee731774ecd7be 4ecd7be]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[xmonad]]&lt;br /&gt;
| {{ic|~/.xmonad}}&lt;br /&gt;
| [https://github.com/xmonad/xmonad/commit/40fc10b6a5682ce1d6ba7f0679962926ef6cfade 40fc10b6]&lt;br /&gt;
| [https://github.com/xmonad/xmonad/issues/61] [https://code.google.com/p/xmonad/issues/detail?id=484]&lt;br /&gt;
| {{ic|XMONAD_CONFIG_HOME}}, {{ic|XMONAD_DATA_HOME}}, {{ic|XMONAD_CACHE_HOME}} 環境変数が使えます。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.vergenet.net/~conrad/software/xsel/ xsel]&lt;br /&gt;
| {{ic|~/.xsel.log}}&lt;br /&gt;
| [https://github.com/kfish/xsel/commit/ee7b48111be2e2117b201962e9d1c0e1f9804ed4 ee7b4811]&lt;br /&gt;
| [https://github.com/kfish/xsel/issues/10]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==部分的にサポートしているソフトウェア==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
! アプリケーション&lt;br /&gt;
! 旧パス&lt;br /&gt;
! 対応開始&lt;br /&gt;
! 議論&lt;br /&gt;
! ノート&lt;br /&gt;
|-&lt;br /&gt;
| [[Mutt#Abook|abook]]&lt;br /&gt;
| {{ic|~/.abook}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ abook --config &amp;quot;$XDG_CONFIG_HOME&amp;quot;/abook/abookrc --datafile &amp;quot;$XDG_CACHE_HOME&amp;quot;/abook/addressbook}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Anki]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/Anki&amp;lt;br&amp;gt;&lt;br /&gt;
~/Documents/Anki}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/dae/anki/pull/49] [https://github.com/dae/anki/pull/58]&lt;br /&gt;
| {{ic|1=$ anki -b &amp;quot;$XDG_DATA_HOME&amp;quot;/Anki}}&lt;br /&gt;
|-&lt;br /&gt;
| [[aspell]]&lt;br /&gt;
| {{ic|~/.aspell.conf}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export ASPELL_CONF=&amp;quot;per-conf $XDG_CONFIG_HOME/aspell/aspell.conf; personal $XDG_CONFIG_HOME/aspell/en.pws; repl $XDG_CONFIG_HOME/aspell/en.prepl&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Atom]]&lt;br /&gt;
| {{ic|~/.atom}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/atom/atom/issues/8281]&lt;br /&gt;
| {{ic|1=$ export ATOM_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/atom}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|aws-cli}}&lt;br /&gt;
| {{ic|~/.aws}}&lt;br /&gt;
| [https://github.com/aws/aws-cli/commit/fc5961ea2cc0b5976ac9f777e20e4236fd7540f5 1.7.45]&lt;br /&gt;
| [https://github.com/aws/aws-cli/issues/2433]&lt;br /&gt;
| {{ic|1=$ export AWS_SHARED_CREDENTIALS_FILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/aws/credentials}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export AWS_CONFIG_FILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/aws/config}}&lt;br /&gt;
|-&lt;br /&gt;
| [[bazaar]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.bazaar&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bzr.log}}&lt;br /&gt;
| [https://bugs.launchpad.net/bzr/+bug/195397/comments/15 2.3.0]&lt;br /&gt;
| [https://bugs.launchpad.net/bzr/+bug/195397]&lt;br /&gt;
| 上流のバグレポートでは bazaar が {{ic|~/.config/bazaar}} を使うようにする議論があります。ただしログファイルは {{ic|~/.bzr.log}} に書き込まれます。&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Ruby#Bundler|Bundler]]&lt;br /&gt;
| {{ic|~/.bundle}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/bundler/bundler/pull/6024] [https://github.com/bundler/bundler/issues/4333]&lt;br /&gt;
| {{ic|1=$ export BUNDLE_USER_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/bundle BUNDLE_USER_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/bundle BUNDLE_USER_PLUGIN=&amp;quot;$XDG_DATA_HOME&amp;quot;/bundle}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Rust#Cargo|cargo]]&lt;br /&gt;
| {{ic|~/.cargo}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/rust-lang/cargo/pull/148] [https://github.com/rust-lang/cargo/issues/1734] [https://github.com/rust-lang/rfcs/pull/1615] [https://github.com/rust-lang/cargo/pull/5183]&lt;br /&gt;
| {{ic|1=$ export CARGO_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/cargo}}&lt;br /&gt;
|-&lt;br /&gt;
| [[ccache]]&lt;br /&gt;
| {{ic|~/.ccache}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export CCACHE_DIR=&amp;quot;$XDG_CACHE_HOME&amp;quot;/ccache}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/cisco/ChezScheme ChezScheme]&lt;br /&gt;
| {{ic|~/.chezscheme_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ petite --eehistory &amp;quot;$XDG_DATA_HOME&amp;quot;/chezscheme/history}}&lt;br /&gt;
|-&lt;br /&gt;
| [[conky]]&lt;br /&gt;
| {{ic|~/.conkyrc}}&lt;br /&gt;
| [https://github.com/brndnmtthws/conky/commit/00481ee9a97025e8e2acd7303d080af1948f7980 00481ee]&lt;br /&gt;
| [https://github.com/brndnmtthws/conky/issues/144]&lt;br /&gt;
| {{ic|1=$ conky --config=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/conky/conkyrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[coreutils]]&lt;br /&gt;
| {{ic|~/.dircolors}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ source &amp;quot;$(dircolors &amp;quot;$XDG_CONFIG_HOME&amp;quot;/dircolors)&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.dungeoncrawl.org/ crawl]&lt;br /&gt;
| {{ic|~/.crawl}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| 末尾の &#039;/&#039; は必須です: {{ic|1=$ export CRAWL_DIR=&amp;quot;$XDG_DATA_HOME&amp;quot;/crawl/}}。&lt;br /&gt;
|-&lt;br /&gt;
| [[CUDA]]&lt;br /&gt;
| {{ic|~/.nv}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export CUDA_CACHE_PATH=&amp;quot;$XDG_CACHE_HOME&amp;quot;/nv}}&lt;br /&gt;
|-&lt;br /&gt;
| [[dict]]&lt;br /&gt;
| {{ic|~/.dictrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ dict -c &amp;quot;$XDG_CONFIG_HOME&amp;quot;/dict/dictrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[ELinks]]&lt;br /&gt;
| {{ic|~/.elinks}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export ELINKS_CONFDIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/elinks}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://kripken.github.io/emscripten-site/ emscripten]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.emscripten&amp;lt;br&amp;gt;&lt;br /&gt;
~/.emscripten_sanity&amp;lt;br&amp;gt;&lt;br /&gt;
~/.emscripten_ports&amp;lt;br&amp;gt;&lt;br /&gt;
~/.emscripten_cache__last_clear}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/kripken/emscripten/issues/3624]&lt;br /&gt;
| {{ic|1=$ export EM_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/emscripten/config}}&lt;br /&gt;
{{ic|1=$ export EM_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/emscripten/cache}}&lt;br /&gt;
{{ic|1=$ export EM_PORTS=&amp;quot;$XDG_DATA_HOME&amp;quot;/emscripten/cache}}&lt;br /&gt;
{{ic|$ emcc --em-config &amp;quot;$XDG_CONFIG_HOME&amp;quot;/emscripten/config --em-cache &amp;quot;$XDG_CACHE_HOME&amp;quot;/emscripten/cache}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.freecadweb.org/ freecad]&lt;br /&gt;
| {{ic|~/.FreeCAD}}&lt;br /&gt;
|&lt;br /&gt;
| [https://www.freecadweb.org/tracker/view.php?id=2956]&lt;br /&gt;
| {{ic|1=$ freecad -u &amp;quot;$XDG_CONFIG_HOME&amp;quot;/FreeCAD/user.cfg -s &amp;quot;$XDG_CONFIG_HOME&amp;quot;/FreeCAD/system.cfg}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.gnu.org/software/gdb/ gdb]&lt;br /&gt;
| {{ic|~/.gdbinit}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ gdb -nh -x &amp;quot;$XDG_CONFIG_HOME&amp;quot;/gdb/init}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/get-iplayer/get_iplayer get_iplayer]&lt;br /&gt;
| {{ic|~/.get_iplayer}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GETIPLAYERUSERPREFS=&amp;quot;$XDG_DATA_HOME&amp;quot;/get_iplayer}}&lt;br /&gt;
|-&lt;br /&gt;
| [[getmail]]&lt;br /&gt;
| {{ic|~/.getmail/getmailrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ getmail --rcfile=&amp;quot;$XDG_CONFIG_HOME/getmail/getmailrc&amp;quot; --getmaildir=&amp;quot;$XDG_DATA_HOME/getmail&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://guichaz.free.fr/gliv/ gliv]&lt;br /&gt;
| {{ic|~/.glivrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ gliv --glivrc=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gliv/glivrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[GPG|gpg]]&lt;br /&gt;
| {{ic|~/.gnupg}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugs.gnupg.org/gnupg/issue1456] [https://bugs.gnupg.org/gnupg/issue1018]&lt;br /&gt;
| {{ic|1=$ export GNUPGHOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gnupg}}&lt;br /&gt;
{{ic|$ gpg2 --homedir &amp;quot;$XDG_CONFIG_HOME&amp;quot;/gnupg}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Google Earth]]&lt;br /&gt;
| {{ic|~/.googleearth}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.config/Google/GoogleEarthPlus.conf}} の {{ic|KMLPath}} や {{ic|CachePath}} オプションで一部のパスは変更できます。&lt;br /&gt;
|-&lt;br /&gt;
| [https://sourceforge.net/projects/gqclient GQ LDAP クライアント]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.gq&amp;lt;br&amp;gt;&lt;br /&gt;
~/.gq-state}}&lt;br /&gt;
| [https://sourceforge.net/p/gqclient/mailman/message/2053978 1.51]&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GQRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gqrc}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export GQSTATE=&amp;quot;$XDG_DATA_HOME&amp;quot;/gq/gq-state}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ mkdir -p &amp;quot;$(dirname &amp;quot;$GQSTATE&amp;quot;)&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://gradle.org/ gradle]&lt;br /&gt;
| {{ic|~/.gradle}}&lt;br /&gt;
|&lt;br /&gt;
| [https://discuss.gradle.org/t/be-a-nice-freedesktop-citizen-move-the-gradle-to-the-appropriate-location-in-linux/2199]&lt;br /&gt;
| {{ic|1=$ export GRADLE_USER_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/gradle}}&lt;br /&gt;
|-&lt;br /&gt;
| [[GTK+|gtk]]&lt;br /&gt;
| {{ic|~/.gtkrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GTK_RC_FILES=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gtk-1.0/gtkrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[GTK+|gtk2]]&lt;br /&gt;
| {{ic|~/.gtkrc-2.0}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GTK2_RC_FILES=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/gtk-2.0/gtkrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://httpie.org httpie]&lt;br /&gt;
| {{ic|~/.httpie}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/jakubroztocil/httpie/issues/145]&lt;br /&gt;
| {{ic|1=$ export HTTPIE_CONFIG_DIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/httpie}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://ipython.org ipython]/[[jupyter]]&lt;br /&gt;
| {{ic|~/.ipython}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export IPYTHONDIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/jupyter}}&lt;br /&gt;
{{ic|1=$ export JUPYTER_CONFIG_DIR=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/jupyter}}&lt;br /&gt;
|-&lt;br /&gt;
| [[irssi]]&lt;br /&gt;
| {{ic|~/.irssi}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/irssi/irssi/pull/511]&lt;br /&gt;
| {{ic|1=irssi --config=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/irssi/config --home=&amp;quot;$XDG_DATA_HOME&amp;quot;/irssi}}&lt;br /&gt;
|-&lt;br /&gt;
| [[isync]]&lt;br /&gt;
| {{ic|~/.mbsyncrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ mbsync -c &amp;quot;$XDG_CONFIG_HOME&amp;quot;/isync/mbsyncrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Java]] (OpenJDK)&lt;br /&gt;
| {{ic|~/.java/.userPrefs}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export _JAVA_OPTIONS=-Djava.util.prefs.userRoot=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/java}}&lt;br /&gt;
|-&lt;br /&gt;
| [[less]]&lt;br /&gt;
| {{ic|~/.lesshst}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export LESSHISTFILE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/less/history}} ({{ic|&amp;quot;$XDG_CACHE_HOME&amp;quot;/less}} ディレクトリを手動で作成する必要があります)。&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export LESSHISTFILE=-}} を使うことで機能を無効化できます。&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export LESSKEY=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/less/lesskey}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.videolan.org/developers/libdvdcss.html libdvdcss]&lt;br /&gt;
| {{ic|~/.dvdcss}}&lt;br /&gt;
|&lt;br /&gt;
| [https://mailman.videolan.org/pipermail/libdvdcss-devel/2014-August/001022.html]&lt;br /&gt;
| {{ic|1=$ export DVDCSS_CACHE=&amp;quot;$XDG_DATA_HOME&amp;quot;/dvdcss}}&lt;br /&gt;
|-&lt;br /&gt;
| [ftp://www.x.org/pub/xorg/current/doc/libICE/ice.html libice]&lt;br /&gt;
| {{ic|~/.ICEauthority}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugs.freedesktop.org/show_bug.cgi?id=49173]&lt;br /&gt;
| {{ic|1=$ export ICEAUTHORITY=&amp;quot;$XDG_RUNTIME_DIR&amp;quot;/ICEauthority}}&lt;br /&gt;
パーミッションには注意してください。例えば {{pkg|gdm}} からユーザーの {{ic|ICEauthority}} ファイルにアクセスする必要があります。&lt;br /&gt;
|-&lt;br /&gt;
| [[Xorg|libx11]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.XCompose&amp;lt;br&amp;gt;&lt;br /&gt;
~/.compose-cache}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export XCOMPOSEFILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/X11/xcompose}}&lt;br /&gt;
{{ic|1=$ export XCOMPOSECACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/X11/xcompose}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://ltrace.org/ ltrace]&lt;br /&gt;
| {{ic|~/.ltrace.conf}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ ltrace -F &amp;quot;$XDG_CONFIG_HOME&amp;quot;/ltrace/ltrace.conf}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|maven}}&lt;br /&gt;
| {{ic|~/.m2}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ mvn -gs &amp;quot;$XDG_CONFIG_HOME&amp;quot;/maven/settings.xml}}&lt;br /&gt;
{{hc|[http://maven.apache.org/settings.html settings.xml]|&amp;lt;nowiki&amp;gt;&amp;lt;settings xmlns=&amp;quot;http://maven.apache.org/SETTINGS/1.0.0&amp;quot;&lt;br /&gt;
  xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
  xsi:schemaLocation=&amp;quot;http://maven.apache.org/SETTINGS/1.0.0&lt;br /&gt;
                      https://maven.apache.org/xsd/settings-1.0.0.xsd&amp;quot;&amp;gt;&lt;br /&gt;
  ...&lt;br /&gt;
  &amp;lt;localRepository&amp;gt;${env.XDG_CACHE_HOME}/maven/repository&amp;lt;/localRepository&amp;gt;&lt;br /&gt;
  ...&lt;br /&gt;
&amp;lt;/settings&amp;gt;&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Mathematica]]&lt;br /&gt;
| {{ic|~/.Mathematica}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MATHEMATICA_USERBASE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mathematica}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://mednafen.sourceforge.net/ mednafen]&lt;br /&gt;
| {{ic|~/.mednafen}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MEDNAFEN_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mednafen}}&lt;br /&gt;
|-&lt;br /&gt;
| [[moc]]&lt;br /&gt;
| {{ic|~/.moc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ mocp -M &amp;quot;$XDG_CONFIG_HOME&amp;quot;/moc}}&lt;br /&gt;
{{ic|1=$ mocp -O MOCDir=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/moc}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.jedsoft.org/most/ most]&lt;br /&gt;
| {{ic|~/.mostrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MOST_INITFILE=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mostrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[MPlayer]]&lt;br /&gt;
| {{ic|~/.mplayer}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MPLAYER_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/mplayer}}&lt;br /&gt;
|-&lt;br /&gt;
| [[msmtp]]&lt;br /&gt;
| {{ic|~/.msmtprc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ msmtp -C &amp;quot;$XDG_CONFIG_HOME&amp;quot;/msmtp/msmtprc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[MySQL]]&lt;br /&gt;
| {{ic|~/.mysql_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export MYSQL_HISTFILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/mysql_history}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|ncurses}}&lt;br /&gt;
| {{ic|~/.terminfo}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export TERMINFO=&amp;quot;$XDG_DATA_HOME&amp;quot;/terminfo # Precludes system path searching.}}&lt;br /&gt;
{{ic|1=$ export TERMINFO_DIRS=&amp;quot;$XDG_DATA_HOME&amp;quot;/terminfo:/usr/share/terminfo}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.musicpd.org/clients/ncmpc/ ncmpc]&lt;br /&gt;
| {{ic|~/.ncmpc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|ncmpc -f &amp;quot;$XDG_CONFIG_HOME&amp;quot;/ncmpc/config}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Netbeans]]&lt;br /&gt;
| {{ic|~/.netbeans}}&lt;br /&gt;
|&lt;br /&gt;
| [https://netbeans.org/bugzilla/show_bug.cgi?id=215961]&lt;br /&gt;
| {{ic|1=$ netbeans --userdir &amp;quot;${XDG_CONFIG_HOME}&amp;quot;/netbeans}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Node.js]]&lt;br /&gt;
| {{ic|~/.node_repl_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export NODE_REPL_HISTORY=&amp;quot;$XDG_DATA_HOME&amp;quot;/node_repl_history}} [https://nodejs.org/api/repl.html#repl_environment_variable_options]&lt;br /&gt;
|-&lt;br /&gt;
| [[notmuch]]&lt;br /&gt;
| {{ic|~/.notmuch-config}}&lt;br /&gt;
|&lt;br /&gt;
| [http://notmuchmail.org/pipermail/notmuch/2011/007007.html]&lt;br /&gt;
| {{ic|1=$ export NOTMUCH_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/notmuch/notmuchrc}}&lt;br /&gt;
{{ic|1=$ export NMBGIT=&amp;quot;$XDG_DATA_HOME&amp;quot;/notmuch/nmbug}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Node.js#Node_Packaged_Module|npm]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.npm&amp;lt;br&amp;gt;&lt;br /&gt;
~/.npmrc}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/npm/npm/issues/6675]&lt;br /&gt;
| {{ic|1=$ export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc}}&lt;br /&gt;
{{hc|npmrc|&amp;lt;nowiki&amp;gt;&lt;br /&gt;
prefix=${XDG_DATA_HOME}/npm&lt;br /&gt;
cache=${XDG_CACHE_HOME}/npm&lt;br /&gt;
tmp=${XDG_RUNTIME_DIR}/npm&lt;br /&gt;
init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
Node.js を {{AUR|nvm}} でインストールした場合 {{ic|prefix}} は必要ありません (サポートされません)。&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/NVIDIA/nvidia-settings nvidia-settings]&lt;br /&gt;
| {{ic|~/.nvidia-settings-rc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ nvidia-settings --config=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/nvidia/settings}}&lt;br /&gt;
|-&lt;br /&gt;
| {{AUR|nvm}}&lt;br /&gt;
| {{ic|~/.nvm}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export NVM_DIR=&amp;quot;$XDG_DATA_HOME&amp;quot;/nvm}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Octave]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/octave&amp;lt;br&amp;gt;&lt;br /&gt;
~/.octave_packages&amp;lt;br&amp;gt;&lt;br /&gt;
~/.octave_hist}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export OCTAVE_HISTFILE=&amp;quot;$XDG_CACHE_HOME/octave-hsts&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export OCTAVE_SITE_INITFILE=&amp;quot;$XDG_CONFIG_HOME/octave/octaverc&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{hc|$XDG_CONFIG_HOME/octave/octaverc|&amp;lt;nowiki&amp;gt;&lt;br /&gt;
source /usr/share/octave/site/m/startup/octaverc;&lt;br /&gt;
pkg prefix ~/.local/share/octave/packages ~/.local/share/octave/packages;&lt;br /&gt;
pkg local_list /home/&amp;lt;your username&amp;gt;/.local/share/octave/octave_packages;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{ic|local_list}} オプションは絶対パスで指定する必要があります。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.openscad.org/ openscad]&lt;br /&gt;
| {{ic|~/.OpenSCAD}}&lt;br /&gt;
| [https://github.com/openscad/openscad/commit/7c3077b0f 7c3077b0f]&lt;br /&gt;
| [https://github.com/openscad/openscad/issues/125]&lt;br /&gt;
| XDG Base Directory Specification に完全には準拠していません。[https://github.com/openscad/openscad/issues/373] を参照。&lt;br /&gt;
&lt;br /&gt;
現在 {{ic|~/.local/share}} が [https://github.com/openscad/openscad/blob/master/src/PlatformUtils-posix.cc#L20 ハードコード] されています。&lt;br /&gt;
|-&lt;br /&gt;
| [[OpenSSL]]&lt;br /&gt;
| {{ic|~/.rnd}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| .rnd ファイルの場所は RANDFILE 環境変数で設定できます。[https://www.openssl.org/docs/faq.html FAQ] を参照。&lt;br /&gt;
|-&lt;br /&gt;
| [[pass]]&lt;br /&gt;
| {{ic|~/.password-store}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export PASSWORD_STORE_DIR=&amp;quot;$XDG_DATA_HOME&amp;quot;/pass}}&lt;br /&gt;
|-&lt;br /&gt;
| [[pidgin]]&lt;br /&gt;
| {{ic|~/.purple}}&lt;br /&gt;
|&lt;br /&gt;
| [https://developer.pidgin.im/ticket/4911]&lt;br /&gt;
| {{ic|1=$ pidgin --config=&amp;quot;$XDG_DATA_HOME&amp;quot;/purple}}&lt;br /&gt;
|-&lt;br /&gt;
| [[PostgreSQL|postgresql]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.psqlrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.psql_history&amp;lt;br&amp;gt;&lt;br /&gt;
~/.pgpass&amp;lt;br&amp;gt;&lt;br /&gt;
~/.pg_service.conf}}&lt;br /&gt;
| 9.2&lt;br /&gt;
| [https://www.postgresql.org/docs/current/static/app-psql.html]&lt;br /&gt;
&lt;br /&gt;
[https://www.postgresql.org/docs/current/static/libpq-envars.html]&lt;br /&gt;
| {{ic|1=$ export PSQLRC=&amp;quot;$XDG_CONFIG_HOME/pg/psqlrc&amp;quot;}}&lt;br /&gt;
{{ic|1=$ export PSQL_HISTORY=&amp;quot;$XDG_CACHE_HOME/pg/psql_history&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export PGPASSFILE=&amp;quot;$XDG_CONFIG_HOME/pg/pgpass&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export PGSERVICEFILE=&amp;quot;$XDG_CONFIG_HOME/pg/pg_service.conf&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
ディレクトリを作成する必要があります: {{ic|1=$ mkdir &amp;quot;$XDG_CONFIG_HOME/pg&amp;quot; &amp;amp;&amp;amp; mkdir &amp;quot;$XDG_CACHE_HOME/pg&amp;quot;}}。&lt;br /&gt;
|-&lt;br /&gt;
| [[PulseAudio]]&lt;br /&gt;
| {{ic|~/.esd_auth}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|module-esound-protocol-unix.so}} モジュールによって生成されます。別の場所を使用するように設定することもできますが {{ic|/etc/pulse/default.pa}} や {{ic|&amp;quot;$XDG_CONFIG_HOME&amp;quot;/pulse/default.pa}} でモジュールをコメントアウトしてしまう方が簡単です。&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.pylint.org/ pylint]&lt;br /&gt;
| {{ic|~/.pylint.d}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/PyCQA/pylint/issues/1364]&lt;br /&gt;
| {{ic|1=$ export PYLINTHOME=&amp;quot;$XDG_CACHE_HOME&amp;quot;/pylint}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://pypi.python.org/pypi/setuptools python-setuptools]&lt;br /&gt;
| {{ic|~/.python-eggs}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export PYTHON_EGG_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/python-eggs}}&lt;br /&gt;
|-&lt;br /&gt;
| [[readline]]&lt;br /&gt;
| {{ic|~/.inputrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export INPUTRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/readline/inputrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://utopia.knoware.nl/~hlub/uck/rlwrap/ rlwrap]&lt;br /&gt;
| {{ic|~/.*_history}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/hanslub42/rlwrap/issues/25]&lt;br /&gt;
| {{ic|1=$ export RLWRAP_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/rlwrap}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Ruby#RubyGems|RubyGems]]&lt;br /&gt;
| {{ic|~/.gem}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export GEM_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/gem}}&lt;br /&gt;
{{ic|1=$ export GEM_SPEC_CACHE=&amp;quot;$XDG_CACHE_HOME&amp;quot;/gem}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Rust|rustup]]&lt;br /&gt;
| {{ic|~/.rustup}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/rust-lang-nursery/rustup.rs/issues/247]&lt;br /&gt;
| {{ic|1=$ export RUSTUP_HOME=&amp;quot;$XDG_DATA_HOME&amp;quot;/rustup}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.scala-sbt.org/ sbt]&lt;br /&gt;
| {{ic|~/.sbt}}&lt;br /&gt;
{{ic|~/.ivy2}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/sbt/sbt/issues/3681]&lt;br /&gt;
| {{ic|1=$ sbt -ivy &amp;quot;$XDG_DATA_HOME&amp;quot;/ivy2 -sbt-dir &amp;quot;$XDG_DATA_HOME&amp;quot;/sbt}} ([https://github.com/sbt/sbt/issues/3598])&lt;br /&gt;
|-&lt;br /&gt;
| [[screen]]&lt;br /&gt;
| {{ic|~/.screenrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export SCREENRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/screen/screenrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[stack]]&lt;br /&gt;
| {{ic|~/.stack}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/commercialhaskell/stack/issues/342]&lt;br /&gt;
| {{ic|1=$ export STACK_ROOT=&amp;quot;$XDG_DATA_HOME&amp;quot;/stack}}&lt;br /&gt;
|-&lt;br /&gt;
| [[subversion]]&lt;br /&gt;
| {{ic|~/.subversion}}&lt;br /&gt;
|&lt;br /&gt;
| [https://issues.apache.org/jira/browse/SVN-4599][https://mail-archives.apache.org/mod_mbox/subversion-users/201204.mbox/%3c4F8FBCC6.4080205@ritsuka.org%3e][http://mail-archives.apache.org/mod_mbox/subversion-dev/201509.mbox/%3c20150917222954.GA20331@teapot%3e]&lt;br /&gt;
| {{ic|$ svn --config-dir &amp;quot;$XDG_CONFIG_HOME&amp;quot;/subversion}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|task}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.task&amp;lt;br&amp;gt;&lt;br /&gt;
~/.taskrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export TASKDATA=&amp;quot;$XDG_DATA_HOME&amp;quot;/task}} {{ic|1=$ export TASKRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/task/taskrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[TeX Live]]&lt;br /&gt;
| {{ic|~/.texliveYYYY}} (YYYY は年度）&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|$ export TEXMFCNF&amp;amp;#61;&amp;quot;${XDG_CONFIG_HOME}/texmf/web2c:$(kpsewhich --var-value&amp;amp;#61;&#039;TEXMFCNF&#039;)&amp;quot;}}&lt;br /&gt;
{{hc|$XDG_CONFIG_HOME/texmf/web2c/texmf.cnf|&lt;br /&gt;
TEXMFHOME&amp;amp;#61;$XDG_DATA_HOME/texmf&lt;br /&gt;
TEXMFCONFIG&amp;amp;#61;$XDG_CONFIG_HOME/texmf&lt;br /&gt;
TEXMFVAR&amp;amp;#61;$XDG_CACHE_HOME/texmf}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://jonas.nitro.dk/tig/ tig]&lt;br /&gt;
| {{ic|~/.tigrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export TIGRC_USER=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/tig/tigrc}}&lt;br /&gt;
|-&lt;br /&gt;
| [http://tiptop.gforge.inria.fr/ tiptop]&lt;br /&gt;
| {{ic|~/.tiptoprc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|.tiptoprc}} ファイルを必要とします: {{ic|$ tiptop -W &amp;quot;$XDG_CONFIG_HOME&amp;quot;/tiptop}}。&lt;br /&gt;
|-&lt;br /&gt;
| [[tmux]]&lt;br /&gt;
| {{ic|~/.tmux.conf}}&lt;br /&gt;
|&lt;br /&gt;
| [http://comments.gmane.org/gmane.comp.terminal-emulators.tmux.user/6013] [https://sourceforge.net/p/tmux/mailman/message/30619546/]&lt;br /&gt;
| {{ic|$ tmux -f &amp;quot;$XDG_CONFIG_HOME&amp;quot;/tmux/tmux.conf}}&lt;br /&gt;
{{ic|1=$ export TMUX_TMPDIR=&amp;quot;$XDG_RUNTIME_DIR&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/bengardner/uncrustify uncrustify]&lt;br /&gt;
| {{ic|~/.uncrustify.cfg}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export UNCRUSTIFY_CONFIG=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/uncrustify/uncrustify.cfg}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Unison]]&lt;br /&gt;
| {{ic|~/.unison}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export UNISON=&amp;quot;$XDG_DATA_HOME&amp;quot;/unison}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Rxvt-unicode/ヒントとテクニック‎#デーモンクライアント|urxvtd]]&lt;br /&gt;
| {{ic|~/.urxvt/urxvtd-hostname}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export RXVT_SOCKET=&amp;quot;$XDG_RUNTIME_DIR&amp;quot;/urxvtd}}&lt;br /&gt;
|-&lt;br /&gt;
| [[WeeChat]]&lt;br /&gt;
| {{ic|~/.weechat}}&lt;br /&gt;
|&lt;br /&gt;
| [https://savannah.nongnu.org/task/?10934]&lt;br /&gt;
| {{ic|1=$ export WEECHAT_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/weechat}}&lt;br /&gt;
{{ic|$ weechat -d &amp;quot;$XDG_CONFIG_HOME&amp;quot;/weechat}}&lt;br /&gt;
|-&lt;br /&gt;
| [[wget]]&lt;br /&gt;
| {{ic|~/.wgetrc}} {{ic|~/.wget-hsts}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export WGETRC=&amp;quot;$XDG_CONFIG_HOME/wgetrc&amp;quot;}}&lt;br /&gt;
{{ic|1=$ wget --hsts-file=&amp;quot;$XDG_CACHE_HOME/wget-hsts&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
| [[wine]]&lt;br /&gt;
| {{ic|~/.wine}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugs.winehq.org/show_bug.cgi?id=20888]&lt;br /&gt;
| [[Wine#Winetricks|Winetricks]] は [[Wine#WINEPREFIX|WINEPREFIX]] の管理に XDG のような場所を使用します:&lt;br /&gt;
{{ic|1=$ mkdir -p &amp;quot;$XDG_DATA_HOME&amp;quot;/wineprefixes}}&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ export WINEPREFIX=&amp;quot;$XDG_DATA_HOME&amp;quot;/wineprefixes/default}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|xorg-xauth}}&lt;br /&gt;
| {{ic|~/.Xauthority}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export XAUTHORITY=&amp;quot;$XDG_RUNTIME_DIR&amp;quot;/Xauthority}}&lt;br /&gt;
|-&lt;br /&gt;
| [[xinit]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.xinitrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.xserverrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|1=$ export XINITRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/X11/xinitrc}} {{ic|1=$ export XSERVERRC=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/X11/xserverrc}}&lt;br /&gt;
&lt;br /&gt;
上記の変数は &#039;&#039;xinit&#039;&#039; には反映されますが、&#039;&#039;startx&#039;&#039; には反映されません。starx では引数としてファイル名を指定してください:&lt;br /&gt;
&lt;br /&gt;
{{ic|1=$ startx &amp;quot;$XDG_CONFIG_HOME/X11/xinitrc&amp;quot; -- vt1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|xorg-xrdb}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.Xresources&amp;lt;br&amp;gt;&lt;br /&gt;
~/.Xdefaults}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| {{ic|xrdb -load ~/.config/X11/xresources}} のようにパスを指定して {{ic|xrdb}} でリソースがロードされるように {{ic|Xresources}} を [https://superuser.com/questions/243914/xresources-or-xdefaults 使用] することができます。&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==ハードコードされているソフトウェア==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
! アプリケーション&lt;br /&gt;
! 旧パス&lt;br /&gt;
! 議論&lt;br /&gt;
! ノート&lt;br /&gt;
|-&lt;br /&gt;
| [[ADB|adb]]&lt;br /&gt;
| {{ic|~/.android}}&lt;br /&gt;
| [https://developer.android.com/studio/command-line/variables.html#android_sdk_root]&lt;br /&gt;
| {{ic|1=$ export ANDROID_SDK_HOME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/android}}&lt;br /&gt;
|-&lt;br /&gt;
| [[AMule]]&lt;br /&gt;
| {{ic|~/.aMule}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Android#Android Studio|Android Studio]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.AndroidStudio2.3&amp;lt;br&amp;gt;&lt;br /&gt;
~/.android&amp;lt;br&amp;gt;&lt;br /&gt;
~/.java}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://osdn.net/projects/anthy/ anthy]&lt;br /&gt;
| {{ic|~/.anthy}}&lt;br /&gt;
| [https://osdn.net/ticket/browse.php?group_id=14&amp;amp;tid=28397]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://directory.apache.org/studio/ Apache Directory Studio]&lt;br /&gt;
| {{ic|~/.ApacheDirectoryStudio}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Arduino]]&lt;br /&gt;
| &lt;br /&gt;
{{ic|~/.arduino15&amp;lt;br&amp;gt;&lt;br /&gt;
~/.jssc}} &lt;br /&gt;
| [https://github.com/arduino/Arduino/issues/3915]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|arandr}}&lt;br /&gt;
| {{ic|~/.screenlayout}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.audacityteam.org/ Audacity]&lt;br /&gt;
| {{ic|~/.audacity-data}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://fixounet.free.fr/avidemux/ Avidemux]&lt;br /&gt;
| {{ic|~/.avidemux6}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[bash]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.bashrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bash_history&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bash_profile&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bash_login&amp;lt;br&amp;gt;&lt;br /&gt;
~/.bash_logout}}&lt;br /&gt;
| [http://savannah.gnu.org/support/?108134]&lt;br /&gt;
|&lt;br /&gt;
* 指定された {{ic|bashrc}} は {{ic|/etc/bashrc}} から読み込まれます。&lt;br /&gt;
* {{ic|1=export HISTFILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/bash/history}}&lt;br /&gt;
* インタラクティブシェルでは {{ic|~/.bashrc}} の代わりに {{ic|--init-file &amp;lt;file&amp;gt;}} で指定。&lt;br /&gt;
|-&lt;br /&gt;
| [[Haskell|cabal]]&lt;br /&gt;
| {{ic|~/.cabal}}&lt;br /&gt;
| [https://github.com/haskell/cabal/issues/680]&lt;br /&gt;
| 対処方法は議論を見てください。簡単な方法ではありませんが Base Directory 準拠をエミュレートできます。&lt;br /&gt;
|-&lt;br /&gt;
| [https://calibre-ebook.com/ calibre]&lt;br /&gt;
| {{ic|~/Calibre Library}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[CUPS]]&lt;br /&gt;
| {{ic|~/.cups}}&lt;br /&gt;
| [http://www.cups.org/str.php?L4243]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[darcs]]&lt;br /&gt;
| {{ic|~/.darcs}}&lt;br /&gt;
| [http://bugs.darcs.net/issue2453]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[D-Bus|dbus]]&lt;br /&gt;
| {{ic|~/.dbus}}&lt;br /&gt;
| [https://bugs.freedesktop.org/show_bug.cgi?id=35887]&lt;br /&gt;
| [[kdbus]] を使うことで回避できます。&lt;br /&gt;
|-&lt;br /&gt;
| [https://wiki.gnome.org/Apps/Dia Dia]&lt;br /&gt;
| {{ic|~/.dia}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[docker]]&lt;br /&gt;
| {{ic|~/.docker}}&lt;br /&gt;
| [https://github.com/docker/machine/issues/3116] [https://github.com/moby/moby/issues/20693]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[eclipse]]&lt;br /&gt;
| {{ic|~/.eclipse}}&lt;br /&gt;
| [https://bugs.eclipse.org/bugs/show_bug.cgi?id=200809]&lt;br /&gt;
| {{ic|1=-Dosgi.configuration.area=@user.home/.config/..}} オプションで上書きできますがコマンドラインで指定するのではなく {{ic|&amp;quot;$ECLIPSE_HOME&amp;quot;/eclipse.ini&amp;quot;}} に追加する必要があり {{ic|$ECLIPSE_HOME}} の書き込み権限が要ります (Arch Linux では {{ic|$ECLIPSE_HOME}} が {{ic|/usr/bin/eclipse}} に決め打ちされています)。&lt;br /&gt;
|-&lt;br /&gt;
| [[emacs]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.emacs&amp;lt;br&amp;gt;&lt;br /&gt;
~/.emacs.d}}&lt;br /&gt;
| [http://debbugs.gnu.org/cgi/bugreport.cgi?bug=583]&lt;br /&gt;
| {{ic|HOME}} を設定することができますが、予期せぬ副作用を生みます。他の Emacs 環境変数を修正してロードパスを変更して手動で init ファイルをロードする site ファイルを作成するのが確実ですが、ロードプロセスが大幅に変わってしまいます。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.fetchmail.info/ Fetchmail]&lt;br /&gt;
| {{ic|~/.fetchmailrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[firefox]]&lt;br /&gt;
| {{ic|~/.mozilla}}&lt;br /&gt;
| [https://bugzil.la/259356]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Flatpak]]&lt;br /&gt;
| {{ic|~/.var/}}&lt;br /&gt;
| [https://github.com/flatpak/flatpak/issues/46] [https://github.com/flatpak/flatpak.github.io/issues/191]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GHC]]&lt;br /&gt;
| {{ic|~/.ghc}}&lt;br /&gt;
| [https://ghc.haskell.org/trac/ghc/ticket/6077]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.gnu.org/software/parallel/ GNU parallel]&lt;br /&gt;
| {{ic|~/.parallel}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[RecordMyDesktop|gtk-recordMyDesktop]]&lt;br /&gt;
| {{ic|~/.gtk-recordmydesktop}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.idris-lang.org/ idris]&lt;br /&gt;
| {{ic|~/.idris}}&lt;br /&gt;
| [https://github.com/idris-lang/Idris-dev/pull/3456]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Java]] (OpenJDK)&lt;br /&gt;
| {{ic|~/.java/fonts}} {{ic|~/.java/webview}} (JavaFX)&lt;br /&gt;
| [https://bugzilla.redhat.com/show_bug.cgi?id=1154277] (RedHat)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[julia]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.juliarc.jl&amp;lt;br&amp;gt;&lt;br /&gt;
~/.julia_history}}&lt;br /&gt;
| [https://github.com/JuliaLang/julia/issues/4630] [https://github.com/JuliaLang/julia/issues/10016]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[PAM|Linux PAM]]&lt;br /&gt;
| {{ic|~/.pam_environment}}&lt;br /&gt;
| [https://github.com/linux-pam/linux-pam/issues/7]&lt;br /&gt;
| ハードコード: [https://github.com/linux-pam/linux-pam/blob/master/modules/pam_env/pam_env.c modules/pam_env/pam_env.c]。&lt;br /&gt;
|-&lt;br /&gt;
| [http://lldb.llvm.org/ lldb]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.lldb&amp;lt;br&amp;gt;&lt;br /&gt;
~/.lldbinit}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.mathomatic.org/ mathomatic]&lt;br /&gt;
| {{ic|~/.mathomaticrc}} {{ic|~/.matho_history}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|rlwrap mathomatic -r}} を使って {{ic|RLWRAP_HOME}} 変数を適切に設定することで履歴を移動できます。&lt;br /&gt;
|-&lt;br /&gt;
| [[Minecraft]]&lt;br /&gt;
| {{ic|~/.minecraft}}&lt;br /&gt;
| [https://bugs.mojang.com/browse/MCL-2563]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[MongoDB|mongodb]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.mongorc.js&amp;lt;br&amp;gt;&lt;br /&gt;
~/.dbshell}}&lt;br /&gt;
| [https://jira.mongodb.org/browse/DOCS-5652?jql=text%20~%20%22.mongorc.js%22]&lt;br /&gt;
| [https://stackoverflow.com/a/22349050/4200039 Stack Overflow のスレッド] ではコマンドラインスイッチの {{ic|--norc}} を使うことを提案しています。&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.netrc}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.ssh}} などの多数のプログラムが使っています。curl ({{ic|CURLOPT_NETRC_FILE}}), ftp ({{ic|NETRC}}), s-nail ({{ic|NETRC}}) なども使用しています。別の場所を設定できるプログラムも存在しますが w3m, wget, lftp など大抵のプログラムは設定が不可能です。&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/nodejs/node-gyp node-gyp]&lt;br /&gt;
| {{ic|~/.node-gyp}}&lt;br /&gt;
| [https://github.com/nodejs/node-gyp/issues/175] [https://github.com/nodejs/node-gyp/issues/21] [https://github.com/nodejs/node-gyp/issues/1124]&lt;br /&gt;
| 今後、部分的サポートが追加される予定です。&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Network Security Services|NSS]]&lt;br /&gt;
| {{ic|~/.pki}}&lt;br /&gt;
| [https://bugzilla.mozilla.org/show_bug.cgi?id=818686]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[OpenSSH]]&lt;br /&gt;
| {{ic|~/.ssh}}&lt;br /&gt;
| [https://bugzilla.mindrot.org/show_bug.cgi?id=2050]&lt;br /&gt;
| DropBear や OpenSSH など多数の ssh デーモンやクライアントが使用します。&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.palemoon.org/ palemoon]&lt;br /&gt;
| {{ic|~/.moonchild productions}}&lt;br /&gt;
| [https://forum.palemoon.org/viewtopic.php?f=5&amp;amp;t=9639]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://perf.wiki.kernel.org/index.php/Main_Page perf]&lt;br /&gt;
| {{ic|~/.debug}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/torvalds/linux/blob/master/tools/perf/util/config.c#L29 tools/perf/util/config.c:29] でハードコードされています。&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{ic|~/.profile}}&lt;br /&gt;
|&lt;br /&gt;
| 様々な[[シェル]]や[[ディスプレイマネージャ]]が使用しています。&lt;br /&gt;
|-&lt;br /&gt;
| [[python]]&lt;br /&gt;
| {{ic|~/.python_history}}&lt;br /&gt;
|&lt;br /&gt;
| [https://bugs.python.org/issue5845 バージョン 3.4] からインタラクティブセッションの履歴は全てデフォルトで {{ic|~/.python_history}} に保存されますが、古いバージョンと同じ方法でカスタムパスを設定できます ([https://docs.python.org/3/library/readline.html?highlight=readline#example] を参照)。&lt;br /&gt;
|-&lt;br /&gt;
| [[Qt#開発|Qt Designer]]&lt;br /&gt;
| {{ic|~/.designer}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://quodlibet.readthedocs.io/en/latest/ Quod Libet]&lt;br /&gt;
| {{ic|~/.quodlibet}}&lt;br /&gt;
| [https://github.com/quodlibet/quodlibet/issues/138]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://racket-lang.org/ racket]&lt;br /&gt;
| {{ic|~/.racketrc}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://rednotebook.sourceforge.net/ RedNotebook]&lt;br /&gt;
| {{ic|~/.rednotebook}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://remarkableapp.github.io/linux.html Remarkable]&lt;br /&gt;
| {{ic|~/.remarkable}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.renpy.org/ Ren&#039;Py]&lt;br /&gt;
| {{ic|~/.renpy}}&lt;br /&gt;
| [https://github.com/renpy/renpy/issues/1377]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SANE]]&lt;br /&gt;
| {{ic|~/.sane/}}&lt;br /&gt;
|&lt;br /&gt;
| {{ic|scanimage}} によって {{ic|.cal}} ファイルが作成されます。&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.scribus.net/ Scribus]&lt;br /&gt;
| {{ic|~/.scribus}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.seamonkey-project.org/ SeaMonkey]&lt;br /&gt;
| {{ic|~/.mozilla}}&lt;br /&gt;
| [https://bugzil.la/726939]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.gnu.org/software/solfege/solfege.html Solfege]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.solfege&amp;lt;br&amp;gt;&lt;br /&gt;
~/.solfegerc&amp;lt;br&amp;gt;&lt;br /&gt;
~/lessonfiles}}&lt;br /&gt;
| [https://savannah.gnu.org/bugs/index.php?50251]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Postfix#SpamAssassin|SpamAssassin]]&lt;br /&gt;
| {{ic|~/.spamassassin}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[spectrwm]]&lt;br /&gt;
| {{ic|~/.spectrwm}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SQLite]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.sqlite_history&amp;lt;br&amp;gt;&lt;br /&gt;
~/.sqliterc}}&lt;br /&gt;
| [https://unix.stackexchange.com/questions/306890/change-location-of-sqlite-history-file][http://sqlite.1065341.n5.nabble.com/Customizing-the-location-of-the-sqlite-history-td87055.html]&lt;br /&gt;
| {{ic|$ sqlite3 -init &amp;quot;$XDG_CONFIG_HOME&amp;quot;/sqlite3/sqliterc}}&lt;br /&gt;
|-&lt;br /&gt;
| [[Steam]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.steam&amp;lt;br&amp;gt;&lt;br /&gt;
~/.steampath&amp;lt;br&amp;gt;&lt;br /&gt;
~/.steampid}}&lt;br /&gt;
| [https://github.com/ValveSoftware/steam-for-linux/issues/1890]&lt;br /&gt;
| 大抵のゲームエンジン (Unity 3D, Unreal) は仕様に準拠していますが、一部のゲームパブリッシャはパスを [https://www.ctrl.blog/entry/flatpak-steamcloud-xdg Steam Auto-Cloud] にハードコードしているため、ゲームのセーブデータが間違ったディレクトリで同期されることがあります。&lt;br /&gt;
|-&lt;br /&gt;
| [[TeamSpeak]]&lt;br /&gt;
| {{ic|~/.ts3client}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.texmacs.org/ TeXmacs]&lt;br /&gt;
| {{ic|~/.TeXmacs}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Thunderbird]]&lt;br /&gt;
| {{ic|~/.thunderbird}}&lt;br /&gt;
| [https://bugzil.la/735285]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://git.archlinux.org/users/remy/texlive-localmanager.git/ tllocalmgr]&lt;br /&gt;
| {{ic|~/.texlive}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[vim]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.vim&amp;lt;br&amp;gt;&lt;br /&gt;
~/.vimrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.viminfo}}&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/vim/vim/commit/6a459902592e2a4ba68 7.3.1178] から vim は {{ic|~/.vimrc}} が存在しない場合に {{ic|~/.vim/vimrc}} を検索します。&lt;br /&gt;
&lt;br /&gt;
{{hc|&amp;quot;$XDG_CONFIG_HOME&amp;quot;/vim/vimrc|&lt;br /&gt;
set undodir&amp;amp;#61;$XDG_CACHE_HOME/vim/undo&lt;br /&gt;
set directory&amp;amp;#61;$XDG_CACHE_HOME/vim/swap&lt;br /&gt;
set backupdir&amp;amp;#61;$XDG_CACHE_HOME/vim/backup&lt;br /&gt;
set viminfo+&amp;amp;#61;&#039;1000,n$XDG_CACHE_HOME/vim/viminfo&lt;br /&gt;
set runtimepath&amp;amp;#61;$XDG_CONFIG_HOME/vim,$VIMRUNTIME,$XDG_CONFIG_HOME/vim/after&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{hc|~/.profile|&lt;br /&gt;
export VIMINIT&amp;amp;#61;&amp;quot;:source $XDG_CONFIG_HOME&amp;quot;/vim/vimrc&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
https://tlvince.com/vim-respect-xdg も参照。&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.vimperator.org/ vimperator]&lt;br /&gt;
| {{ic|~/.vimperatorrc}}&lt;br /&gt;
| [http://www.mozdev.org/pipermail/vimperator/2009-October/004848.html]&lt;br /&gt;
| {{ic|1=$ export VIMPERATOR_INIT=&amp;quot;:source $XDG_CONFIG_HOME/vimperator/vimperatorrc&amp;quot;}}&lt;br /&gt;
{{ic|1=$ export VIMPERATOR_RUNTIME=&amp;quot;$XDG_CONFIG_HOME&amp;quot;/vimperator}}&lt;br /&gt;
|-&lt;br /&gt;
| [[w3m]]&lt;br /&gt;
| {{ic|~/.w3m}}&lt;br /&gt;
| [https://sourceforge.net/p/w3m/feature-requests/31/]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[WPA supplicant#wpa_cli で接続する|wpa_cli]]&lt;br /&gt;
| {{ic|~/.wpa_cli_history}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|xdg-utils}}&lt;br /&gt;
| {{ic|~/.gnome}}&lt;br /&gt;
| [https://bugs.freedesktop.org/show_bug.cgi?id=90775]&lt;br /&gt;
| 何らかの理由で {{ic|xdg-desktop-menu}} スクリプトは {{ic|gnome_user_dir&amp;amp;#61;&amp;quot;$HOME/.gnome/apps&amp;quot;}} をハードコードしており、[[chromium]] などによって使われています。&lt;br /&gt;
|-&lt;br /&gt;
| [https://opensource.conformal.com/wiki/xombrero xombrero]&lt;br /&gt;
| {{ic|~/.xombrero}}&lt;br /&gt;
| [https://github.com/conformal/xombrero/issues/74]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{pkg|yarn}}&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.yarnrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.yarn/&amp;lt;br&amp;gt;&lt;br /&gt;
~/.yarncache/&amp;lt;br&amp;gt;&lt;br /&gt;
~/.yarn-config/}}&lt;br /&gt;
| [https://github.com/yarnpkg/yarn/issues/2334]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://nmap.org/zenmap/ zenmap] ([[nmap]])&lt;br /&gt;
| {{ic|~/.zenmap}}&lt;br /&gt;
| [http://seclists.org/nmap-dev/2012/q2/163] [https://github.com/nmap/nmap/issues/590]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[zsh]]&lt;br /&gt;
|&lt;br /&gt;
{{ic|~/.zshrc&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zprofile&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zshenv&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zlogin&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zlogout&amp;lt;br&amp;gt;&lt;br /&gt;
~/.histfile&amp;lt;br&amp;gt;&lt;br /&gt;
~/.zcompdump}}&lt;br /&gt;
| [http://www.zsh.org/mla/workers/2013/msg00692.html]&lt;br /&gt;
| {{ic|~/.zshenv}} で {{ic|1=ZDOTDIR=$HOME/.config/zsh}} を export してください (ブートストラップ問題のためにハードコードされています)。{{ic|/etc/zsh/zshenv}} にも追加することで {{ic|HOME}} にドットファイルが必要なくなります。ただし root 権限が必要で設定はシステム全体に適用されます。&lt;br /&gt;
{{ic|1=$ export HISTFILE=&amp;quot;$XDG_DATA_HOME&amp;quot;/zsh/history}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==ライブラリと言語のサポート==&lt;br /&gt;
&lt;br /&gt;
; C&lt;br /&gt;
: [https://github.com/Cloudef/chck/tree/master/chck/xdg C99: Cloudef のシンプルな実装]。&lt;br /&gt;
&lt;br /&gt;
; JVM ([[Java]], Kotlin, [[Clojure]], [[Scala]])&lt;br /&gt;
: [https://github.com/soc/directories-jvm directories-jvm]&lt;br /&gt;
&lt;br /&gt;
; [[Haskell]]&lt;br /&gt;
: 1.2.3.0 から [https://hackage.haskell.org/package/directory directory] で公式に対応 [https://github.com/haskell/directory/commit/ab9d0810ce ab9d0810ce]。&lt;br /&gt;
: [https://hackage.haskell.org/package/xdg-basedir xdg-basedir]&lt;br /&gt;
&lt;br /&gt;
; [[Perl]]&lt;br /&gt;
: [http://search.cpan.org/dist/File-BaseDir/lib/File/BaseDir.pm File-BaseDir]&lt;br /&gt;
: [https://github.com/Aerdan/perl-file-xdg perl-file-xdg]&lt;br /&gt;
&lt;br /&gt;
; [[Python]]&lt;br /&gt;
: [https://freedesktop.org/wiki/Software/pyxdg/ pyxdg]&lt;br /&gt;
&lt;br /&gt;
; [[Ruby]]&lt;br /&gt;
: [https://github.com/rubyworks/xdg rubyworks/xdg]&lt;br /&gt;
&lt;br /&gt;
; [[Rust]]&lt;br /&gt;
: [https://github.com/soc/directories-rs directories-rs]&lt;br /&gt;
&lt;br /&gt;
; Vala&lt;br /&gt;
: [http://valadoc.org/#!api=glib-2.0/GLib.Environment GLib.Environment] によるサポート。&lt;br /&gt;
: {{ic|get_user_cache_dir}}, {{ic|get_user_data_dir}}, {{ic|get_user_config_dir}} などを参照。&lt;br /&gt;
&lt;br /&gt;
==参照==&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.gnome.org/Initiatives/GnomeGoals/XDGConfigFolders GNOME Goal: XDG Base Directory Specification Usage]&lt;br /&gt;
* [https://plus.google.com/+RobPikeTheHuman/posts/R58WgWwN9jp Rob Pike: &amp;quot;Dotfiles&amp;quot; being hidden is a UNIXv2 mistake]&lt;br /&gt;
* {{man|1|systemd-path}}&lt;br /&gt;
* {{man|7|file-hierarchy}}&lt;br /&gt;
* [https://github.com/grawity/dotfiles/blob/master/.dotfiles.notes Grawity&#039;s notes on dotfiles]&lt;br /&gt;
* [https://github.com/grawity/dotfiles/blob/master/.environ.notes Grawity&#039;s notes on environment variables]&lt;br /&gt;
* [https://ploum.net/207-modify-your-application-to-use-xdg-folders/ ploum.net: Modify Your Application to use XDG Folders]&lt;/div&gt;</summary>
		<author><name>Pogin503</name></author>
	</entry>
</feed>