OrcaStudio/scripts/flatpak/entrypoint

12 lines
449 B
Text
Raw Permalink Normal View History

2026-06-19 19:27:43 +02:00
#!/usr/bin/env sh
# Work-around https://gitlab.gnome.org/GNOME/gnome-build-meta/-/issues/754
grep -q org.freedesktop.Platform.GL.nvidia /.flatpak-info && export WEBKIT_DISABLE_DMABUF_RENDERER=1
# Work-around https://github.com/bambulab/BambuStudio/issues/3440
# Use LC_NUMERIC instead of LC_ALL to prevent decimal separator issues
# while preserving the user's language/locale for translations.
export LC_NUMERIC=C
2026-07-26 09:37:23 +02:00
exec /app/bin/orca-studio "$@"