From 6103d278fffdf59c15316c20639a023c6510a538 Mon Sep 17 00:00:00 2001 From: JennaHuntsman <jenna.salem.sf@gmail.com> Date: Mon, 26 Dec 2022 15:57:08 -0500 Subject: [PATCH] Fix some gnome-specific naughtiness. --- indra/newview/linux_tools/register_secondlifeprotocol.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/indra/newview/linux_tools/register_secondlifeprotocol.sh b/indra/newview/linux_tools/register_secondlifeprotocol.sh index 06dd1278174..e094dd28dd5 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" -- GitLab