Dr. Werner Fink 2021-05-26 13:33:24 +00:00 committed by Git OBS Bridge
parent 0c0755d7c0
commit 9feb4db88e
2 changed files with 16 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 26 13:31:49 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- Disable workaround with XLIB_SKIP_ARGB_VISUALS set (boo#1186341)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 26 09:35:15 UTC 2021 - Dr. Werner Fink <werner@suse.de> Fri Mar 26 09:35:15 UTC 2021 - Dr. Werner Fink <werner@suse.de>

View File

@ -22,14 +22,17 @@
# fi # fi
# #
: ${EMACS_TOOLKIT:=gtk} : ${EMACS_TOOLKIT:=gtk}
if test "$EMACS_TOOLKIT" = gtk; then #
# Currently (2013/05/24) the parser of the GNOME libs # Disable this for now an see if and where we need it again
# are broken that is it is not independent from locale #
LC_NUMERIC=POSIX #if test "$EMACS_TOOLKIT" = gtk; then
XLIB_SKIP_ARGB_VISUALS=1 # # Currently (2013/05/24) the parser of the GNOME libs
GDK_RGBA=0 # # are broken that is it is not independent from locale
export LC_NUMERIC XLIB_SKIP_ARGB_VISUALS GDK_RGBA # LC_NUMERIC=POSIX
fi # XLIB_SKIP_ARGB_VISUALS=1
# GDK_RGBA=0
# export LC_NUMERIC XLIB_SKIP_ARGB_VISUALS GDK_RGBA
#fi
arg0=$0 arg0=$0
argv=("$@") argv=("$@")
if test -x ${arg0}-${EMACS_TOOLKIT} if test -x ${arg0}-${EMACS_TOOLKIT}