mirror of
https://github.com/status-im/status-app.git
synced 2026-08-27 07:01:14 +00:00
- using the standard `org.freedesktop.Notifications` DBUS backend/API; see https://specifications.freedesktop.org/notification/latest-single/ for details - allows tracking the OS Notifications, including being clicked/closed by the user and navigating Status to the respective section/chat/channel like other OSs - fully async using DBUS pending call/watcher paradigm, no more fire and forget using a cmd line wrapper (`notify-send`) Iterates #2520 Iterates #21292
8 lines
176 B
Desktop File
8 lines
176 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Name=Status Desktop
|
|
Exec=nim_status_client
|
|
Icon=status
|
|
Comment=Desktop client for the Status Network
|
|
Categories=Network;InstantMessaging;Chat;
|