-
Notifications
You must be signed in to change notification settings - Fork 626
Description
Pre-submit Checks
- I have searched Warp bugs and there are no duplicates
- I have searched Warp known issues page and my issue is not there
- I have an issue with AI and have included the debugging ID (Optional, but helps expedite the AI quality fix). Debugging ID instructions
- I have technical issue and have included the logs (optional, but helps expedite the bug fix). Log instructions
Describe the bug
Warp terminal notifications are not triggering system notifications on Linux (Ubuntu), even though all notification settings are enabled in settings. Additionally, I tried using the
claude-code-warp plugin but it also does not produce any notification alerts.
To reproduce
-
Enable all notifications in Warp Settings:
- Long running command notifications (threshold: 30s)
- Password prompt notifications
- Agent task completed notifications
- Needs attention notifications
- Play notification sound
-
Run a command longer than the threshold:
sleep 35 -
Observe that no system notification appears
-
Verify via D-Bus monitoring:
dbus-monitor "interface='org.freedesktop.Notifications'" -
No notification calls are captured from Warp.
-
Attempted to install claude-code-warp plugin:
/plugin marketplace add warpdotdev/claude-code-warp
/plugin install warp@claude-code-warp -
Plugin installed but still no notifications.
Expected behavior
System notifications should appear via D-Bus org.freedesktop.Notifications when:
- A long-running command completes
- Password prompt is required
- Agent task completes
- Terminal needs attention
Other terminals (GNOME Terminal, Alacritty) and applications correctly trigger system notifications on the same system.
Screenshots, videos, and logs
Log export failed:
tar -czf ~/warp-logs.tar.gz -C ~/.local/state/warp-terminal warp.log*
tar: warp.log*: Unable to stat: No such file or directory
tar -czf ~/warp_preview-logs.tar.gz -C ~/.local/state/warp-terminal-preview warp_preview.log*
tar: /home/jade/.local/state/warp-terminal-preview: Unable to stat: No such file or directory
Settings confirm notifications are enabled (~/.config/warp-terminal/user_preferences.json):
"Notifications": "{"mode":"Enabled","is_long_running_enabled":true,"long_running_threshold":{"secs":30,"nanos":0},"is_password_prompt_enabled":true,"is_agent_task_completed_enable
d":true,"is_needs_attention_enabled":true,"play_notification_sound":true}"
System notifications work correctly:
notify-send "Test" "Notification works"
Successfully shows system notification
Operating system (OS)
Linux
Operating system and version
Ubuntu (Linux 6.17.0-19-generic)
Shell Version
bash 5.2.21(1)-release
Current Warp version
v0.2026.03.04.08.20.stable_03
Regression
No, this bug or issue has existed throughout my experience using Warp
Recent working Warp date
No response
Additional context
No response
Does this block you from using Warp daily?
No
Is this an issue only in Warp?
Yes, I confirmed that this only happens in Warp, not other terminals.
Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e
None