Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
6fde9c8f
Commit
6fde9c8f
authored
15 years ago
by
Tofu Linden
Browse files
Options
Downloads
Patches
Plain Diff
DEV-39784 SNOW-218: KDE 4 applications don't recognize secondlife:// urls
patch by thickbrick sleaford, reviewed by me (tofu linden)
parent
ed4ee718
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/contributions.txt
+1
-0
1 addition, 0 deletions
doc/contributions.txt
indra/newview/linux_tools/register_secondlifeprotocol.sh
+12
-10
12 additions, 10 deletions
indra/newview/linux_tools/register_secondlifeprotocol.sh
with
13 additions
and
10 deletions
doc/contributions.txt
+
1
−
0
View file @
6fde9c8f
...
@@ -600,6 +600,7 @@ Tharax Ferraris
...
@@ -600,6 +600,7 @@ Tharax Ferraris
Thickbrick Sleaford
Thickbrick Sleaford
VWR-7109
VWR-7109
VWR-9287
VWR-9287
VWR-13483
VWR-13947
VWR-13947
Thraxis Epsilon
Thraxis Epsilon
SVC-371
SVC-371
...
...
This diff is collapsed.
Click to expand it.
indra/newview/linux_tools/register_secondlifeprotocol.sh
+
12
−
10
View file @
6fde9c8f
...
@@ -22,13 +22,12 @@ else
...
@@ -22,13 +22,12 @@ else
fi
fi
# Register handler for KDE-aware apps
# Register handler for KDE-aware apps
if
[
-z
"
$KDEHOME
"
]
;
then
for
LLKDECONFIG
in
kde-config kde4-config
;
do
KDEHOME
=
~/.kde
if
[
`
which
$LLKDECONFIG
`
]
;
then
fi
LLKDEPROTODIR
=
`
$LLKDECONFIG
--path
services |
cut
-d
':'
-f
1
`
LLKDEPROTDIR
=
${
KDEHOME
}
/share/services
if
[
-d
"
$LLKDEPROTODIR
"
]
;
then
if
[
-d
"
$LLKDEPROTDIR
"
]
;
then
LLKDEPROTOFILE
=
${
LLKDEPROTODIR
}
/secondlife.protocol
LLKDEPROTFILE
=
${
LLKDEPROTDIR
}
/secondlife.protocol
cat
>
${
LLKDEPROTOFILE
}
<<
EOF
|| echo Warning: Did not register secondlife:// handler with KDE: Could not write
${
LLKDEPROTOFILE
}
cat
>
${
LLKDEPROTFILE
}
<<
EOF
|| echo Warning: Did not register secondlife:// handler with KDE: Could not write
${
LLKDEPROTFILE
}
[Protocol]
[Protocol]
exec=
${
HANDLER
}
'%u'
exec=
${
HANDLER
}
'%u'
protocol=secondlife
protocol=secondlife
...
@@ -41,6 +40,9 @@ writing=false
...
@@ -41,6 +40,9 @@ writing=false
makedir=false
makedir=false
deleting=false
deleting=false
EOF
EOF
else
else
echo
Warning: Did not register secondlife:// handler with KDE: Directory
$LLKDEPROTDIR
does not exist.
echo
Warning: Did not register secondlife:// handler with KDE: Directory
$LLKDEPROTODIR
does not exist.
fi
fi
fi
done
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment