0a80dadf9d
Fixes CVE-2025-10934. https://gitlab.gnome.org/GNOME/gimp/-/issues/14814 https://gitlab.gnome.org/GNOME/gimp/-/issues?release_tag=GIMP_3_0_6&scope=all&state=closed
12 lines
328 B
Diff
12 lines
328 B
Diff
--- a/tools/run_test_env.sh
|
|
+++ b/tools/run_test_env.sh
|
|
@@ -33,7 +33,7 @@ if [ -n "${UI_TEST}" ]; then
|
|
OPT="--auto-servernum"
|
|
fi
|
|
xvfb-run $OPT --server-args="-screen 0 1280x1024x24" \
|
|
- dbus-run-session -- "$@"
|
|
+ dbus-run-session --config-file="@session_conf@" -- "$@"
|
|
|
|
else
|
|
# Run the executable directly,
|