aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh
diff options
context:
space:
mode:
authorArmin Weatherwax2010-03-03 19:44:59 +0100
committerArmin Weatherwax2010-03-04 22:43:04 +0100
commite417a8dad62c484ffbc961727ca43870e3510529 (patch)
tree7790f80d09322d655a5bc87dc150606e93e00778 /linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh
parentRobin Cornelius: SNOW-485 Fix deadlock in LLTextureFetchWorker. (diff)
downloadmeta-impy-e417a8dad62c484ffbc961727ca43870e3510529.zip
meta-impy-e417a8dad62c484ffbc961727ca43870e3510529.tar.gz
meta-impy-e417a8dad62c484ffbc961727ca43870e3510529.tar.bz2
meta-impy-e417a8dad62c484ffbc961727ca43870e3510529.tar.xz
Linux: de-obfuscate dbus handling; better handle_secondlifeprotocol.sh.
Diffstat (limited to '')
-rwxr-xr-xlinden/indra/newview/linux_tools/handle_secondlifeprotocol.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh b/linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh
index 3613070..422d4dd 100755
--- a/linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh
+++ b/linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh
@@ -13,5 +13,7 @@ fi
13RUN_PATH=`dirname "$0" || echo .` 13RUN_PATH=`dirname "$0" || echo .`
14cd "${RUN_PATH}" 14cd "${RUN_PATH}"
15 15
16exec ./imprudence -url \'"${URL}"\' 16#yeah, why just send a dbus message if we can spawn a whole new instance of the viewer just for sending the message?
17 17#exec ./imprudence -url \'"${URL}"\'
18#</sarcasm>
19exec dbus-send --type=method_call --dest=com.secondlife.ViewerAppAPIService /com/secondlife/ViewerAppAPI com.secondlife.ViewerAppAPI.GoSLURL string:"$1"