From 979e9f8ad7732e4f084f02b62d4508b2eb6f28a3 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 12 May 2013 02:43:29 +1000 Subject: Fix - Did not register secondlife:// handler with KDE - http://redmine.kokuaviewer.org/issues/1068 --- .../linux_tools/register_secondlifeprotocol.sh | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'linden/indra/newview/linux_tools') diff --git a/linden/indra/newview/linux_tools/register_secondlifeprotocol.sh b/linden/indra/newview/linux_tools/register_secondlifeprotocol.sh index 338fc26..3f2378a 100755 --- a/linden/indra/newview/linux_tools/register_secondlifeprotocol.sh +++ b/linden/indra/newview/linux_tools/register_secondlifeprotocol.sh @@ -22,13 +22,12 @@ else fi # Register handler for KDE-aware apps -if [ -z "$KDEHOME" ]; then - KDEHOME=~/.kde -fi -LLKDEPROTDIR=${KDEHOME}/share/services -if [ -d "$LLKDEPROTDIR" ]; then - LLKDEPROTFILE=${LLKDEPROTDIR}/secondlife.protocol - cat > ${LLKDEPROTFILE} < ${LLKDEPROTOFILE} <