<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">WADE MAXFIELD <<a href="mailto:wade.maxfield@4gwireline.com">wade.maxfield@4gwireline.com</a>> ezt írta (időpont: 2018. okt. 13., Szo, 23:43):<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
  I have some level of success now, new error.<br>
<br>
 Here is how I got ktechlab to launch on MacOSX Sierra, October 2018.  If you are reading this much later your mileage may vary.<br>
<br>
<br>
  I had macports installed.  I had to remove it. dbus is broken on sierra, even with latest updates.<br>
   I installed homebrew.  It installed kde5 without kde4 stuff. I had to remove homebrew.<br>
<br>
  I installed fink.  (<a href="http://finkproject.org" rel="noreferrer" target="_blank">finkproject.org</a>)  <br>
<br>
  I installed the kde bundle (fink install bundle-kde4-mac)<br>
<br>
  I also had to install  <br>
kdelibs4-mac-dev<br>
automoc-mac<br>
soprano-mac-dev<br>
<br>
  I then modified build-simple.sh and run-simple.sh at the “readlink” area:<br>
<br>
#SCRIPTDIR=$(dirname $(readlink -f “$0”))<br>
readlinkf(){ perl -MCwd -e 'print Cwd::abs_path shift' "$1";}<br>
SCRIPTDIR=$(dirname $(readlinkf "$0"))  <br>
<br>
<br>
I then had to include in my .bash_profile <br>
PATH=$PATH:/sw/opt/kde4/mac/bin<br>
<br>
<br>
I then ran build-simple.sh.<br>
<br>
build-simple.sh copies into /Applications. (probably should copy also into inst-simple/bin)  That worked because I am an administrator.  It may fail on your mac if you are not.<br>
<br>
I copied /Applications/KDE4/ktechlab.app to inst-simple/bin<br>
<br>
I then modified run-simple.sh to launch the app differently (this is a mac)<br>
<br>
open -a "$SCRIPTDIR/inst-simple/bin/ktechlab.app”<br>
<br>
I got a Window!!!<br>
<br></blockquote><div><br></div><div>Great news!<br></div><div> </div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
  New problem (now stumped):<br>
<br>
Click on Open:<br>
<br>
Get Error-KTechLab dialog<br>
<br>
“Could not start process. Cannot talk to klauncher.  The name org.kde.launcher was not provided by any .service file.”<br>
<br></blockquote><div><br></div><div>I know this error, I have encountered it if I installed only kde libs, and not kdebase (or something like that). It means that the KDE libraries are installed, but not all run-time dependencies of ktechlab.</div><div>Typically I work around this situation by installing kate, which pulls with it all of the needed parts of KDE. If should be possible to install specifically the needed dependencies, just I have not bothered testing exactly which packets should be installed.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
_______________________________________________<br>
Ktechlab-devel mailing list<br>
<a href="mailto:Ktechlab-devel@kde.org" target="_blank">Ktechlab-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/ktechlab-devel" rel="noreferrer" target="_blank">https://mail.kde.org/mailman/listinfo/ktechlab-devel</a><br>
</blockquote></div></div>