From e8cddfe096e51ec3ae8758eaab990778f72fa5dd Mon Sep 17 00:00:00 2001
From: JennaHuntsman <jenna.salem.sf@gmail.com>
Date: Sun, 26 Jun 2022 09:39:52 -0400
Subject: [PATCH] Update
 indra/newview/linux_tools/register_secondlifeprotocol.sh

---
 indra/newview/linux_tools/register_secondlifeprotocol.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/indra/newview/linux_tools/register_secondlifeprotocol.sh b/indra/newview/linux_tools/register_secondlifeprotocol.sh
index e1e3e9395ec..ea107ec0b12 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
-- 
GitLab