「XDG 自動起動」の版間の差分
ナビゲーションに移動
検索に移動
Kusanaginoturugi (トーク | 投稿記録) (TranslationStatus を追加) |
(→ディレクトリ: 情報を更新) |
||
(他の1人の利用者による、間の1版が非表示) | |||
4行目: | 4行目: | ||
[[hu:XDG Autostart]] |
[[hu:XDG Autostart]] |
||
[[pt:XDG Autostart]] |
[[pt:XDG Autostart]] |
||
+ | [[ru:XDG Autostart]] |
||
[[zh-hans:XDG Autostart]] |
[[zh-hans:XDG Autostart]] |
||
[https://specifications.freedesktop.org/autostart-spec/autostart-spec-latest.html XDG Autostart Specifications] は[[デスクトップ環境]]の起動時や、リムーバブルメディアのマウント時に通常の[[デスクトップエントリ]]を特定の[[#ディレクトリ]]に配置して[[自動起動]]させる方法を定義しています。 |
[https://specifications.freedesktop.org/autostart-spec/autostart-spec-latest.html XDG Autostart Specifications] は[[デスクトップ環境]]の起動時や、リムーバブルメディアのマウント時に通常の[[デスクトップエントリ]]を特定の[[#ディレクトリ]]に配置して[[自動起動]]させる方法を定義しています。 |
||
26行目: | 27行目: | ||
システム全体の[[デスクトップエントリ]]は、同じファイル名のユーザー固有のエントリーに上書きすることができます。 |
システム全体の[[デスクトップエントリ]]は、同じファイル名のユーザー固有のエントリーに上書きすることができます。 |
||
+ | {{Tip| |
||
− | {{Tip|システム全体のエントリを無効にするには、{{ic|1=Hidden=true}} を含むオーバーライドエントリを作成します。}} |
||
+ | * システム全体のエントリを無効にするには、{{ic|1=Hidden=true}} を含むオーバーライドエントリを作成します。 |
||
+ | * 自動起動プログラムを一覧表示するには、{{Pkg|dex}} を [[インストール]] して、{{ic|dex -ad}} を実行します。 |
||
+ | }} |
||
− | 詳しくは、[https://specifications.freedesktop.org/autostart-spec/autostart-spec-latest.html 仕様書]を |
+ | 詳しくは、[https://specifications.freedesktop.org/autostart-spec/autostart-spec-latest.html 仕様書] を読んで下さい。 |
− | {{TranslationStatus|XDG_Autostart| |
+ | {{TranslationStatus|XDG_Autostart|2023-11-24|726106}} |
2023年11月24日 (金) 04:56時点における最新版
XDG Autostart Specifications はデスクトップ環境の起動時や、リムーバブルメディアのマウント時に通常のデスクトップエントリを特定の#ディレクトリに配置して自動起動させる方法を定義しています。
前提条件
対応したデスクトップ環境か、次のような専用の実装を使う必要があります。
- dex
- dapperAUR
- fbautostartAUR
- sandsmark-xdg-autostart-launcher-gitAUR
- systemd-xdg-autostart-generator
ディレクトリ
Autostart ディレクトリは、優先順位が高い順に次のとおりです。
- ユーザー固有:
$XDG_CONFIG_HOME/autostart
(デフォルトは~/.config/autostart
) - システム全体:
$XDG_CONFIG_DIRS/autostart
(デフォルトは/etc/xdg/autostart
)[1]
システム全体のデスクトップエントリは、同じファイル名のユーザー固有のエントリーに上書きすることができます。
詳しくは、仕様書 を読んで下さい。