KTechLab on OSX

Zoltan Padrah zoltan.padrah at gmail.com
Sun Oct 14 13:51:57 BST 2018


WADE MAXFIELD <wade.maxfield at 4gwireline.com> ezt írta (időpont: 2018. okt.
13., Szo, 23:43):

>
>   I have some level of success now, new error.
>
>  Here is how I got ktechlab to launch on MacOSX Sierra, October 2018.  If
> you are reading this much later your mileage may vary.
>
>
>   I had macports installed.  I had to remove it. dbus is broken on sierra,
> even with latest updates.
>    I installed homebrew.  It installed kde5 without kde4 stuff. I had to
> remove homebrew.
>
>   I installed fink.  (finkproject.org)
>
>   I installed the kde bundle (fink install bundle-kde4-mac)
>
>   I also had to install
> kdelibs4-mac-dev
> automoc-mac
> soprano-mac-dev
>
>   I then modified build-simple.sh and run-simple.sh at the “readlink” area:
>
> #SCRIPTDIR=$(dirname $(readlink -f “$0”))
> readlinkf(){ perl -MCwd -e 'print Cwd::abs_path shift' "$1";}
> SCRIPTDIR=$(dirname $(readlinkf "$0"))
>
>
> I then had to include in my .bash_profile
> PATH=$PATH:/sw/opt/kde4/mac/bin
>
>
> I then ran build-simple.sh.
>
> 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.
>
> I copied /Applications/KDE4/ktechlab.app to inst-simple/bin
>
> I then modified run-simple.sh to launch the app differently (this is a mac)
>
> open -a "$SCRIPTDIR/inst-simple/bin/ktechlab.app”
>
> I got a Window!!!
>
>
Great news!



>   New problem (now stumped):
>
> Click on Open:
>
> Get Error-KTechLab dialog
>
> “Could not start process. Cannot talk to klauncher.  The name
> org.kde.launcher was not provided by any .service file.”
>
>
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.
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.



>
> _______________________________________________
> Ktechlab-devel mailing list
> Ktechlab-devel at kde.org
> https://mail.kde.org/mailman/listinfo/ktechlab-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/ktechlab-devel/attachments/20181014/925c02fe/attachment.html>


More information about the Ktechlab-devel mailing list