From 2715a97e05278397693738edfc464204066eb21feb2c31428e24b3c7d013a9c8 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 11 Nov 2016 10:02:59 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=212 --- emacs.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs.sh b/emacs.sh index 90664b8..5517cd7 100644 --- a/emacs.sh +++ b/emacs.sh @@ -26,7 +26,9 @@ if test "$EMACS_TOOLKIT" = gtk; then # Currently (2013/05/24) the parser of the GNOME libs # are broken that is it is not independent from locale LC_NUMERIC=POSIX - export LC_NUMERIC + XLIB_SKIP_ARGB_VISUALS=1 + GDK_RGBA=0 + export LC_NUMERIC XLIB_SKIP_ARGB_VISUALS GDK_RGBA fi arg0=$0 argv=("$@")