summarylogtreecommitdiffstats
path: root/sndfilexprt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sndfilexprt.patch')
-rw-r--r--sndfilexprt.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/sndfilexprt.patch b/sndfilexprt.patch
new file mode 100644
index 000000000000..2746b6ed251a
--- /dev/null
+++ b/sndfilexprt.patch
@@ -0,0 +1,8 @@
+--- bin/run_radium_linux.sh.orig 2023-04-23 01:12:04.122074816 +0200
++++ bin/run_radium_linux.sh 2023-04-23 01:12:17.465407822 +0200
+@@ -26,4 +26,4 @@
+ unset QT_QPA_PLATFORM
+ unset QT_PLUGIN_PATH
+
+-QT_QPA_PLATFORM="xcb" LD_LIBRARY_PATH="$LD_LIBRARY_PATH" "$THIS_DIR"/radium_linux.bin "$@"
++LC_ALL=C QT_QPA_PLATFORM="xcb" LD_LIBRARY_PATH="$LD_LIBRARY_PATH" "$THIS_DIR"/radium_linux.bin "$@"