「Mailnag」の版間の差分
Kusanaginoturugi (トーク | 投稿記録) (英語版より転載) |
Kusanaginoturugi (トーク | 投稿記録) (翻訳) |
||
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.}} |
||
== Autostart == |
== Autostart == |
2023年9月1日 (金) 19:10時点における版
mailnag は、Wayland の E メール通知デーモンです。mako および libnotify とよく統合され、インタラクティブな設定ツールが付属しているため、セットアップが非常に簡単です。
インストール
mailnag は、mailnag パッケージでインストールすることができます。
設定
mailnag-config
を実行して、~/.config/mailnag/mailnag.cfg
に初期設定を作成します。
使用方法
ユーザーは、通知デーモンが実行中である限り、Wayland または Xorg セッションを実行中のシェルから mailnag を実行できます。
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.