OK a little bit progress:
tring to replikate the anddemo live editing demo:
I mounted the soc in a folder on my local pc via:
curlftpfs -o allow_other machinekit:machi...@mksocfpga-nano-soc.holotronic.lan /tmp/my_ftp/
then started machinekit client up in a terminal started live editing (from local ui) pressed open,
navigated to the ftp folder and opend the anddemo.qml file:
mib@kdeneon-ws:~/Developer/the-snowwhite_git/machinekit-docs$ /home/mib/bin/MachinekitClient_Development-201904191256-master-ab3a606-x64.appimage
qml: Starting to load the main application.
qrc:///main.qml:51:5: QML ConnectionWindow: Binding loop detected for property "state"
qml: Main application loaded.
qml: Finishing the splash screen progress bar.
qml: Hiding the splash screen.
qml: Deleting the splash screen.
qml: app source changed: qrc:///MachinekitClient.LiveCoding/LiveCoding.qml active: true
Every thing fine so far.
Then I pressed edit (nothing happens in the gui)
Following messages play out in the mk-client konsole:
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by kde-open5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5KIOWidgets.so.5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5KIOCore.so.5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5I18n.so.5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5CoreAddons.so.5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5JobWidgets.so.5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5Service.so.5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5Completion.so.5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5IconThemes.so.5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5ConfigWidgets.so.5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5WindowSystem.so.5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5WidgetsAddons.so.5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5ConfigGui.so.5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5ConfigCore.so.5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5Crash.so.5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5DBusAddons.so.5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5AuthCore.so.5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libQt5X11Extras.so.5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5Archive.so.5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5ItemViews.so.5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5Codecs.so.5)
kde-open5: /tmp/.mount_arDwp7/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/x86_64-linux-gnu/libKF5GuiAddons.so.5)
Since the Soc is running Debian Stretch I suspect this is a qt version mismach between mk-client and the Debian stretch on the soc:
the /tmp/.mount_arDwp7/ folder is where the MK-Client appimage is mounted.