Mailnag

提供: ArchWiki
2023年9月1日 (金) 19:10時点におけるKusanaginoturugi (トーク | 投稿記録)による版 (翻訳)
ナビゲーションに移動 検索に移動

mailnag は、Wayland の E メール通知デーモンです。mako および libnotify とよく統合され、インタラクティブな設定ツールが付属しているため、セットアップが非常に簡単です。

インストール

mailnag は、mailnag パッケージでインストールすることができます。

ノート: 必要な org.freedesktop.secrets サービスファイルを満たすために、gnome-keyring もインストールしたい場合があります。

設定

mailnag-config を実行して、~/.config/mailnag/mailnag.cfg に初期設定を作成します。

使用方法

ユーザーは、通知デーモンが実行中である限り、Wayland または Xorg セッションを実行中のシェルから mailnag を実行できます。

ノート: mailnag は、通知バックエンドと通信するために、有効な dbus セッションにアクセスできる必要があります。

Autostart

mailnag supports XDG Autostart out of the box. A systemd user service example has been included below as another option.

systemd user unit

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.

~/.config/system/user/mailnag.service
[Unit]
Description=Mailnag notification service

[Service]
ExecStart=/usr/bin/mailnag

[Install]
WantedBy=default.target

Then start mailnag.service.

XDG

The mailnag package provides a /usr/share/applications/mailnag.desktop file for use with XDG Autostart that is supported by various desktop environments.

See also