bombo82 / bombo82-overlay

My own collection of ebuilds
GNU General Public License v2.0
14 stars 8 forks source link

chmod +x jcef_helper to fix crash when opening .md/.html files #7

Closed slonopotamus closed 3 years ago

slonopotamus commented 3 years ago

When using jbr-jcef JRE, app attempts to run CEF helper process to render pages.

If jcef_helper doesn't have +x permissions, whole JRE crashes with "[FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye." error.

This commit fixes the crash by adding +x permission to jcef_helper process

See https://youtrack.jetbrains.com/issue/IDEA-248140

Blackburn29 commented 3 years ago

Can confirm this fixes the problem.

bombo82 commented 3 years ago

Hi @slonopotamus, forgive me for the delay.

Thank you so much for the fix! I confirm the resolution of the problem. I integrated it into the repository and created a new package revision to force the rebuild and apply the fix.