[KDE/Mac] org.kde.KLauncher service not found [help]
René J.V. Bertin
rjvbertin at gmail.com
Wed Oct 7 17:47:41 UTC 2015
Hi,
I've had some time to implement and test my idea of a wrapper/proxy for kdeinit4.app . First impression is that this indeed resolves the missing klauncher issue I ran into :
%> cat /opt/local/bin/kdeinit4
#!/bin/sh
if [ "${TERM}" != "" ] ;then
# launched attached to a terminal session; do not use LaunchServices:
exec /Applications/MacPorts/KDE4/kdeinit4.app/Contents/MacOS/kdeinit4 "$@"
else
exec open -W -a /Applications/MacPorts/KDE4/kdeinit4.app --args "$@"
fi
R.
More information about the kde-mac
mailing list