f940d37fa4
As mentioned in https://gitlab.com/postmarketOS/pmaports/-/merge_requests/4952, adding a script to work around GTK apps not rendering properly.
3 lines
71 B
Bash
3 lines
71 B
Bash
#!/bin/sh
|
|
# New GTK renderer does not work well
|
|
export GSK_RENDERER=gl
|