KTechLab on OSX
WADE MAXFIELD
wade.maxfield at 4gwireline.com
Mon Oct 15 17:06:22 BST 2018
New bug:
Asking for help in circuits:
" Could not launch the KDE Help Center:
KDEInit could not launch ‘khelpcenter’”
under fink on mac, is khelpcenter.app under /sw/Applications/KDE4 which I inserted into the PATH.
probably need to open this way (under fink)
open -a /sw/Applications/KDE4/khelpcenter.app --args help:blahblah.docbook
I searched the source and did not find khelpcenter in any source file under ktechlab..
> On Oct 15, 2018, at 10:04 AM, WADE MAXFIELD <wade.maxfield at 4gwireline.com> wrote:
>
> OSX Success.
>
> OK. Finally! Have successful launch and open. Summary below, follow the instructions carefully folks!
>
> Here is how I got ktechlab to launch on MacOSX Sierra, October 2018. If you are reading this much later your mileage may vary.
>
>
> 1.) Install fink (finkproject.org <http://finkproject.org/>) (requires SUDO or SU)
> 2.) Install kde bundle (fink install bundle-kde4-mac)
> 3.) ALSO
> kdelibs4-mac-dev
> automoc-mac
> soprano-mac-dev
>
> NOTE: This *may* be fixed in ktechlab update sometime in the future
> 4.) modify 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"))
>
>
> 5.) Then include in your .bash_profile
> PATH=$PATH:/sw/opt/kde4/mac/bin
>
> 6.) Runn build-simple.sh.
>
> NOTE: This *may* be fixed in ktechlab update sometime in the future
> 7.) build-simple.sh copies into /Applications/KDE4. (This might fail if you are not an administrator on your mac) (it probably should copy into ~/Applications (user home directory, applications.) Copy that app into inst-simple directory after the build.
>
> 8.) Copy /Applications/KDE4/ktechlab.app to inst-simple/bin
>
> 9.) Modify run-simple.sh to launch the app the macintosh way:
>
> open -a "$SCRIPTDIR/inst-simple/bin/ktechlab.app”
>
> 10.) modify your login items in System Preferences to add /sw/Applications/kdeinit4.app as a automatic start login item. (Or alternatively, always remember to click on it before launching ktechlab.
>
> 11.) you can then change into ktechlab and execute “sh run-simple.sh” from a command prompt and it will work.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/ktechlab-devel/attachments/20181015/c76abd3c/attachment.html>
More information about the Ktechlab-devel
mailing list