There was an error while loading. Please reload this page.
1 parent 5f285bb commit 292c8ddCopy full SHA for 292c8dd
1 file changed
build_files/base/18-workarounds.sh
@@ -39,4 +39,10 @@ if [[ -f /usr/share/applications/io.github.kolunmi.Bazaar.desktop ]] && jq -e '.
39
sed -i 's|^Exec=bazaar window --auto-service$|Exec=env GSK_RENDERER=opengl bazaar window --auto-service|' /usr/share/applications/io.github.kolunmi.Bazaar.desktop
40
fi
41
42
+# NVIDIA GTK4 bug
43
+# https://github.com/ublue-os/aurora/issues/841
44
+if jq -e '.["image-flavor"] | test("nvidia")' /usr/share/ublue-os/image-info.json >/dev/null; then
45
+ echo "GSK_RENDERER=ngl" >/usr/lib/environment.d/gsk.conf
46
+fi
47
+
48
echo "::endgroup::"
0 commit comments