4 lines
71 B
Bash
4 lines
71 B
Bash
|
#!/bin/sh
|
||
|
# New GTK renderer does not work well
|
||
|
export GSK_RENDERER=gl
|