i receive this error when run totem:
[root@localhost ntaherkhani]# totem
Error creating proxy: The connection is closed (g-io-error-quark, 18)
Error creating proxy: The connection is closed (g-io-error-quark, 18)
Error creating proxy: The connection is closed (g-io-error-quark, 18)
Error creating proxy: The connection is closed (g-io-error-quark, 18)
Error creating proxy: The connection is closed (g-io-error-quark, 18)
(totem:9048): Gdk-ERROR **: The program 'totem' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 393 error_code 8 request_code 153 (GLX) minor_code 31)
(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.)
Trace/breakpoint trap (core dumped)
and it work with CLUTTER_BACKEND=x11 totem command but not in root out of it!
i Think reason is nvidia problem because i removed nivida and it worked fine but when i install Nvidia Totem maps cheese google earth and ... dont work!
pls slove it thank you!
Are you getting any error if you run it from a terminal ?
You can also check the strace for details :
Reference: strace man page