Use the same Xvfb screen configuration as in the upstream GTK+ 4 Gitlab-CI tests
This will hopefully make GLX work (see also #874077)
This commit is contained in:
		
							
								
								
									
										3
									
								
								debian/tests/python3-gi
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								debian/tests/python3-gi
									
									
									
									
										vendored
									
									
								
							@ -1,6 +1,7 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
xvfb-run python3 <<EOF
 | 
			
		||||
xvfb-run -a -s "-screen 0 1024x768x24" \
 | 
			
		||||
python3 <<EOF
 | 
			
		||||
from gi.repository import GLib, Gtk
 | 
			
		||||
 | 
			
		||||
def do_quit(user_data):
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user