diff options
author | Armin Weatherwax | 2010-03-03 19:44:59 +0100 |
---|---|---|
committer | Armin Weatherwax | 2010-03-04 22:43:04 +0100 |
commit | e417a8dad62c484ffbc961727ca43870e3510529 (patch) | |
tree | 7790f80d09322d655a5bc87dc150606e93e00778 /linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh | |
parent | Robin Cornelius: SNOW-485 Fix deadlock in LLTextureFetchWorker. (diff) | |
download | meta-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-x | linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh | 6 |
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 | |||
13 | RUN_PATH=`dirname "$0" || echo .` | 13 | RUN_PATH=`dirname "$0" || echo .` |
14 | cd "${RUN_PATH}" | 14 | cd "${RUN_PATH}" |
15 | 15 | ||
16 | exec ./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> | ||
19 | exec dbus-send --type=method_call --dest=com.secondlife.ViewerAppAPIService /com/secondlife/ViewerAppAPI com.secondlife.ViewerAppAPI.GoSLURL string:"$1" | ||