diff --git a/indra/newview/linux_tools/register_secondlifeprotocol.sh b/indra/newview/linux_tools/register_secondlifeprotocol.sh
index 06dd1278174dd865d00c5774a45fed6aff3cb229..e094dd28dd504ca478466c8ec34ba49a1b6a0759 100755
--- a/indra/newview/linux_tools/register_secondlifeprotocol.sh
+++ b/indra/newview/linux_tools/register_secondlifeprotocol.sh
@@ -76,9 +76,4 @@ 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
+notify-send -t 5000 -i info "Second Life URL Handler" "SLURL association created"