diff --git a/indra/newview/linux_tools/register_secondlifeprotocol.sh b/indra/newview/linux_tools/register_secondlifeprotocol.sh
index e1e3e9395ecead956212fc79f61086e6b08eabb1..ea107ec0b1263c00e714e8801f0af66b305c9835 100755
--- a/indra/newview/linux_tools/register_secondlifeprotocol.sh
+++ b/indra/newview/linux_tools/register_secondlifeprotocol.sh
@@ -75,3 +75,9 @@ else
 		fi
 	fi
 fi
+gdbus call --session \
+    --dest=org.freedesktop.Notifications \
+    --object-path=/org/freedesktop/Notifications \
+    --method=org.freedesktop.Notifications.Notify \
+    "" 0 "" 'SLURL Handler' 'SLURL association created.' \
+    '[]' '{"urgency": <1>}' 5000