Skip to content

Fix notify-send arguments for Linux desktop notifications#3192

Open
danijel1124 wants to merge 2 commits intoBearWare:masterfrom
danijel1124:fix/notify-send-linux-args
Open

Fix notify-send arguments for Linux desktop notifications#3192
danijel1124 wants to merge 2 commits intoBearWare:masterfrom
danijel1124:fix/notify-send-linux-args

Conversation

@danijel1124
Copy link
Copy Markdown

Summary

  • The previous notify-send invocation was not compatible with modern libnotify (>= 0.8)
  • Switches to the standard two-argument form: notify-send <summary> <body>

Test plan

  • Trigger a desktop notification on Linux (e.g. connect to server, user joins)
  • Verify notification appears correctly with libnotify >= 0.8

The previous invocation passed -t, -u, and a combined title+message
string which is not compatible with modern notify-send (libnotify >= 0.8).
Switch to the standard two-argument form: notify-send <summary> <body>.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants