forked from pool/emacs
.
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=309
This commit is contained in:
parent
08b8e6b1c6
commit
d0bad7efce
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 11 10:24:47 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- Enable workaround with XLIB_SKIP_ARGB_VISUALS set (boo#1186341)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 31 05:49:58 UTC 2021 - Duncan Mac-Vicar P <duncan@mac-vicar.eu>
|
Mon May 31 05:49:58 UTC 2021 - Duncan Mac-Vicar P <duncan@mac-vicar.eu>
|
||||||
|
|
||||||
|
18
emacs.sh
18
emacs.sh
@ -23,16 +23,16 @@
|
|||||||
#
|
#
|
||||||
: ${EMACS_TOOLKIT:=gtk}
|
: ${EMACS_TOOLKIT:=gtk}
|
||||||
#
|
#
|
||||||
# Disable this for now an see if and where we need it again
|
# Enabled again
|
||||||
#
|
#
|
||||||
#if test "$EMACS_TOOLKIT" = gtk; then
|
if test "$EMACS_TOOLKIT" = gtk; then
|
||||||
# # Currently (2013/05/24) the parser of the GNOME libs
|
# Currently (2013/05/24) the parser of the GNOME libs
|
||||||
# # are broken that is it is not independent from locale
|
# are broken that is it is not independent from locale
|
||||||
# LC_NUMERIC=POSIX
|
LC_NUMERIC=POSIX
|
||||||
# XLIB_SKIP_ARGB_VISUALS=1
|
XLIB_SKIP_ARGB_VISUALS=1
|
||||||
# GDK_RGBA=0
|
GDK_RGBA=0
|
||||||
# export LC_NUMERIC XLIB_SKIP_ARGB_VISUALS GDK_RGBA
|
export LC_NUMERIC XLIB_SKIP_ARGB_VISUALS GDK_RGBA
|
||||||
#fi
|
fi
|
||||||
arg0=$0
|
arg0=$0
|
||||||
argv=("$@")
|
argv=("$@")
|
||||||
if test -x ${arg0}-${EMACS_TOOLKIT}
|
if test -x ${arg0}-${EMACS_TOOLKIT}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user