「Mailnag」の版間の差分
ナビゲーションに移動
検索に移動
Kusanaginoturugi (トーク | 投稿記録) (英語版より転載) |
Kusanaginoturugi (トーク | 投稿記録) (→Autostart: 翻訳) |
||
(同じ利用者による、間の1版が非表示) | |||
1行目: | 1行目: | ||
[[Category:アプリケーション]] |
[[Category:アプリケーション]] |
||
[[en:Mailnag]] |
[[en:Mailnag]] |
||
+ | mailnag は、Wayland の E メール通知デーモンです。{{Pkg|mako}} および {{Pkg|libnotify}} とよく統合され、インタラクティブな設定ツールが付属しているため、セットアップが非常に簡単です。 |
||
− | mailnag is a Wayland e-mail notification daemon. It integrates well with {{Pkg|mako}} and {{Pkg|libnotify}} and comes with interactive configuration tooling, making setup very straight-forward. |
||
− | == |
+ | == インストール == |
− | ''mailnag'' |
+ | ''mailnag'' は、{{Pkg|mailnag}} パッケージで[[インストール]]することができます。 |
+ | {{Note|必要な {{ic|org.freedesktop.secrets}} サービスファイルを満たすために、{{Pkg|gnome-keyring}} もインストールしたい場合があります。}} |
||
− | {{Note|You may also want to install {{Pkg|gnome-keyring}} to satisfy the needed {{ic|org.freedesktop.secrets}} service file.}} |
||
− | == |
+ | == 設定 == |
− | + | {{ic|mailnag-config}} を実行して、{{ic|~/.config/mailnag/mailnag.cfg}} に初期設定を作成します。 |
|
− | == |
+ | == 使用方法 == |
+ | ユーザーは、通知デーモンが実行中である限り、[[Wayland]] または [[Xorg]] セッションを実行中のシェルから ''mailnag'' を実行できます。 |
||
− | Users can run ''mailnag'' from within a shell while running a [[Wayland]] or [[Xorg]] session, given that a notification daemon is running. |
||
+ | {{Note|''mailnag'' は、通知バックエンドと通信するために、有効な [[dbus]] セッションにアクセスできる必要があります。}} |
||
− | {{Note|''mailnag'' needs to be able to access a valid [[dbus]] session to communicate with a notification back-end.}} |
||
− | == |
+ | == 自動起動 == |
− | ''mailnag'' |
+ | ''mailnag'' は、標準で [[XDG Autostart]] をサポートしています。別のオプションとして、以下に [[systemd/ユーザー|systemd ユーザーサービス]]の例が含まれています。 |
− | === systemd |
+ | === systemd ユーザーユニット === |
+ | ユーザーは、おそらく systemd ユニットで ''mailnag'' を実行したいと思うでしょう。以下は、このサービスがインストールされているユーザーの numeric ID が ''user id'' の場合のユーザーユニットの例です。 |
||
− | Users will probably want to run ''mailnag'' in a systemd unit. Provided below is an example user unit where ''user id'' is the numeric ID of the user where this service is installed. |
||
{{hc|~/.config/system/user/mailnag.service|2= |
{{hc|~/.config/system/user/mailnag.service|2= |
||
38行目: | 38行目: | ||
}} |
}} |
||
− | + | 次に、{{ic|mailnag.service}} を[[起動]]します。 |
|
=== XDG === |
=== XDG === |
||
− | + | {{Pkg|mailnag}} パッケージは、様々なデスクトップ環境でサポートされている [[XDG Autostart|XDG オートスタート]] で使用するための {{ic|/usr/share/applications/mailnag.desktop}} ファイルを提供しています。 |
|
== See also == |
== See also == |
2023年9月1日 (金) 19:17時点における最新版
mailnag は、Wayland の E メール通知デーモンです。mako および libnotify とよく統合され、インタラクティブな設定ツールが付属しているため、セットアップが非常に簡単です。
インストール
mailnag は、mailnag パッケージでインストールすることができます。
設定
mailnag-config
を実行して、~/.config/mailnag/mailnag.cfg
に初期設定を作成します。
使用方法
ユーザーは、通知デーモンが実行中である限り、Wayland または Xorg セッションを実行中のシェルから mailnag を実行できます。
自動起動
mailnag は、標準で XDG Autostart をサポートしています。別のオプションとして、以下に systemd ユーザーサービスの例が含まれています。
systemd ユーザーユニット
ユーザーは、おそらく systemd ユニットで mailnag を実行したいと思うでしょう。以下は、このサービスがインストールされているユーザーの numeric ID が user id の場合のユーザーユニットの例です。
~/.config/system/user/mailnag.service
[Unit] Description=Mailnag notification service [Service] ExecStart=/usr/bin/mailnag [Install] WantedBy=default.target
次に、mailnag.service
を起動します。
XDG
mailnag パッケージは、様々なデスクトップ環境でサポートされている XDG オートスタート で使用するための /usr/share/applications/mailnag.desktop
ファイルを提供しています。