When I try to use a program on the container that uses the GtkWebKit2 I get this error:
(WebKitWebProcess:14579): Gdk-ERROR **: 20:05:32.533: The program ‘WebKitWebProcess’ received an X Window System error.
This probably reflects a bug in the program.
The error was ‘BadValue (integer parameter out of range for operation)’.
(Details: serial 217 error_code 2 request_code 151 (GLX) minor_code 34)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
So, in order to reproduce, create a container, install devhelp, and the docs you want, toolbox run -c container devhelp
The application open without problems, but when you select any topic, the message appears. Devhelp remains working though.
This only happens with NVIDIA proprietary drivers. Can someone help me?
I am using Xorg for sure because I am using NVIDIA proprietary drivers, when I’m using nouveau drivers with wayland, it works fine, however, I get problem with external monitor when my computer hybernate, the external monitor doesn’t come up again, so the workaround is change the frequency and cancel. Since this is very annoying and I wasn’t able to find anything to fix it, I prefer to use the proprietary driver.
In a simple C code you can also see the problem, if you run this code, it will shows a window saying the browser can’t recognize any video format, but when you right click and select copy debug info, it fails with the same problem as well.
BadValue (integer parameter out of range for operation) may happen when the application tries to access a shm from the host (e.g. podman run --ipc host). It seems like https://github.com/debarshiray/toolbox/pull/171 should fix the issue, but it’s only in master for now, >0.0.10.
Any ideas? I really wanted to have this working on Silverblue, I’m almost switching to normal Fedora. Also, Devhelp doesn’t work from the container because of the same problem…