Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:pcbsd/pcbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Moore committed Aug 22, 2013
2 parents 7d207f5 + 55ef78f commit f6bee85
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src-sh/pc-extractoverlay/ports-overlay/usr/local/bin/xdg-open
Expand Up @@ -338,17 +338,7 @@ first_word()

open_kde()
{
if kde-open -v 2>/dev/null 1>&2; then
kde-open "$1"
else
if [ x"$KDE_SESSION_VERSION" = x"4" ]; then
kfmclient openURL "$1"
else
kfmclient exec "$1"
kfmclient_fix_exit_code $?
fi
fi

kioclient exec "$1"
if [ $? -eq 0 ]; then
exit_success
else
Expand Down

0 comments on commit f6bee85

Please sign in to comment.