For more advanced meter data users. Learn from others and ask questions about how to read meters, how to use the EKM Push Data, and how to display the meter data in useful ways.
Could not load libWebKit
Could not load libGtkHTML
(EKM Dash:3231): Gtk-WARNING **: gtk_menu_attach_to_widget(): menu already attached to GtkImageMenuItem
Unhandled exception: HTMLViewerException
Segmentation fault (core dumped)
Please try installing WebKit and GtkHTML on your Lubuntu Linux machine. This is needed for Linux machines to be able to view the graphs. I do not know much about Lubuntu but would guess that these do not come pre-installed.
Many thanks for the reply my friend! I now understand why EKMDash doesn't work for LXDE, can I question why the developers only targeted that specific toolkit to embrace Linux? Personally I'm no developer but I love to asks questions
I shall test post results for other Lubuntu / LXDE Users!
Were you able to download WebKit and GtkHTML to your Lubuntu Linux machine? As far as I know the only piece of the EKM Dash that uses these tools is the graphing from High Charts. So I would guess the Webkit dependency is something that High Charts has built into it.
We ran your questions by our developers of the Dash software. Here is what they got back to us with:
If the user has a choice, it is best to use a 32-bit version of Linux because Xojo creates 32-bit executable files for Linux.
However, if they are using a 64-bit version of linux then they need to make sure they are installing the 32-bit library (in this case web kit).
Here is a command that should help:
sudo apt-get install libwebkitgtk-1.0.0:i386
They are working to make the Dash installation cleaner and user friendly for users in your situation. Let us know how it goes.