When I run notify-send in Debian 13 (GNOME 48), my notification shows an unwanted title like this:
notify-sendJust now
Here’s a screenshot for reference:
I used the basic command:
notify-send "test"
But GNOME automatically adds “zsh”. Even normal app notifications (not just notify-send) are showing zshJust now at the top.
How can I remove or replace that “zshJust now” line?
If this behavior is controlled by GNOME Shell itself, is there a way to disable or change it globally (for all notify-send messages)?
Update 1:
Just for reference, on Debian 12 with GNOME Shell 43.9, the notifications look like the screenshot bellow.


notify-send "test"in the terminal, it shows like this. when i usenotify-sendin a shell script it is shown like this. I can not remember seeing it otherwise.notify-send --app-name 'Ahmad's app' test?