Hi there
how do you linux people check the installed libraries when launching a xojo app ?
did someone make a small method to do that,
and that is willing to share ?
I installed yesterday a fresh linux mint 20 on a virtual machine, then copy xojo in it
xojo launchs fine, seems to work, but will my compiled apps work too ?
I saw this in the system requirements :
So I’m inexperienced at Linux but installed it to see how Xojo ran on it. I have a fresh install of Mint, and ldd doesn’t show anything is not found, but the help file only looks online. I figure it’s a missing libwebkitgtk-3.0-0 but I can’t for the life of me figure out how to install it. The line in the docs “sudo apt-get install libgtk-3-0:i386 libwebkitgtk-3.0-0:i386” results in it saying it couldn’t locate the package. And “sudo apt-get install libwebkitgtk-3.0-0” says there’s no installation candidate. Help a Win/Mac guy out?
Yeah, those were what made me install it to horse around in the first place. And between those posts and the feedback case, I understand it’s probably a missing libwebkitgtk, right? But I can’t figure out how to install it. I was hoping someone here had a suggestion.
In Mint when I went to Xojo and clicked Download, it gave me the tgz so I unzipped it and tried running it, and the local docs didn’t come up. Just the online docs come up in Firefox. After your post I thought “aha, I guess Mint uses Debian packages so I’ll just install that and I’ll be good with the dependencies!” So I did, and the online docs still don’t work. No internet = no docs.
I just tried on Ubuntu (20.04, 64 bit) as well. Downloaded the deb, installed it (had to use the command line, it wasn’t supported in the software installer), and find that it also only uses Firefox for the help. So, like with Mint, if I have no internet I can’t get to the docs. I’m a Linux novice but have a lot of experience with Windows and Mac and wow is this unintuitive. Every time I try using Linux I’m reminded of why it hasn’t taken over the world yet. LOL
libwebkitgtk-3 has been deprecated for a while now. We prefer libwebkit2gtk for our HTMLViewer since 2018r2, but will fallback to libwebkitgtk-3 on older distros that may not have libwebkit2gtk installed.
Okay, thanks. I just tried installing that and still neither Mint nor Ubuntu will show local docs. I guess I’m still missing something, and am glad I don’t develop on Linux.
You’re not missing anything, this is a bug on our end. It looks like we haven’t updated our logic and are still looking up libwebkitgtk-3 to see if we can load the local documentation.
Okay, in feedback case 61796 both Robin and Greg said they aren’t seeing the problem so I thought it was me. Thanks for confirming I’m not bonkers.
@Geoff_Perlman see there is no internal help because of this logical error. Small hint even with installed webkit2 it is not coming up. Please don’t blame me and don’t blackmail me. Quod read demonstrandum
then why does the local docs work on all of your test machines (greg, robin, see the feedback)
and all of us end users can’t make it works on our test linux ?