From 9feb4db88e53a9397b4cf829a75270832cca9b94f65517a92940c8ede3e4d54d Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 26 May 2021 13:33:24 +0000 Subject: [PATCH] boo#1186341 OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=305 --- emacs.changes | 5 +++++ emacs.sh | 19 +++++++++++-------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/emacs.changes b/emacs.changes index 32d8fa1..8e3795e 100644 --- a/emacs.changes +++ b/emacs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 26 13:31:49 UTC 2021 - Dr. Werner Fink + +- Disable workaround with XLIB_SKIP_ARGB_VISUALS set (boo#1186341) + ------------------------------------------------------------------- Fri Mar 26 09:35:15 UTC 2021 - Dr. Werner Fink diff --git a/emacs.sh b/emacs.sh index 529465b..5a64793 100644 --- a/emacs.sh +++ b/emacs.sh @@ -22,14 +22,17 @@ # fi # : ${EMACS_TOOLKIT:=gtk} -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 - XLIB_SKIP_ARGB_VISUALS=1 - GDK_RGBA=0 - export LC_NUMERIC XLIB_SKIP_ARGB_VISUALS GDK_RGBA -fi +# +# Disable this for now an see if and where we need it again +# +#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 +# XLIB_SKIP_ARGB_VISUALS=1 +# GDK_RGBA=0 +# export LC_NUMERIC XLIB_SKIP_ARGB_VISUALS GDK_RGBA +#fi arg0=$0 argv=("$@") if test -x ${arg0}-${EMACS_TOOLKIT}