Results 9 comments of Eric Edens

From what I recall, that's JavaFX telling you that a dependency is missing. For this initiative, we'll at least want to document which dependencies are required, but it would also...

Let's re-open this to see if it's practical to declare `fontconfig` as a dependency in the generic Linux RPM. It'd be good to collect some data: 1. What's the increase...

@csbodine, interestingly, this issue is arising because the generic Linux RPM is headless, in the sense that it doesn't declare RPM dependencies on packages that are typically associated with headful...

@andydkelly-ig : Are you deploying to an RPM-based system? If so, running `yum install fontconfig` will solve the issue. Alternatively, if you package your product as an RPM you can...

@tanayjha - Thanks for the Ubuntu 18.04 datapoint. No ETA yet, but we're busy brainstorming! Given that you ship on Ubuntu, it'd be good to get your feedback on #29....

So, I've thought about this issue for a while. Here are the potential solutions that I've thought of. Let me know if you have additional thoughts or ideas! **Potential solution...

@tanayjha : How about updating your installer to check for `fontconfig`? If it's not present, install it from the system's package manager.

@tanayjha, bundling fonts with Amazon Corretto is one solution that we've discussed. There are challenges to this approach, as you've described in your post. Given that we have various ideas...

Nice catch! Want to make a pull request? On Jan 10, 2018 5:00 PM, "cdalexndr" wrote: > Test case: > > Url url = Urls.parse( "http://test.com/path" ); > int hash...