mirror of
https://github.com/videolan/vlc.git
synced 2025-01-21 07:08:35 +08:00
parent
6d4a41a6e7
commit
0f7abe2f0e
@ -70,6 +70,10 @@ int main( int i_argc, const char *ppsz_argv[] )
|
||||
/* Disable the ugly Gnome crash dialog so that we properly segfault */
|
||||
putenv( (char *)"GNOME_DISABLE_CRASH_DIALOG=1" );
|
||||
# endif
|
||||
|
||||
/* Make Xlib hide visuals with an alphachannel. Ensure that Qt4 will not
|
||||
* use the alpha channel for the embedded video window. */
|
||||
putenv( (char *)"XLIB_SKIP_ARGB_VISUALS=1" );
|
||||
#endif
|
||||
#ifdef HAVE_SETENV
|
||||
/* Clear the X.Org startup notification ID. Otherwise the UI might try to
|
||||
|
Loading…
Reference in New Issue
Block a user