From 1dd13918be2764d4da3e1d59cccd1c12336254dc Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 20 Jan 2021 12:08:41 -0500 Subject: data: Invoke xrdb with -nocpp Not sure why this was missed in 22590328. /etc/X11/Xresources (at least on Fedora) only sets the libXft hints and doesn't need cpp to do it. --- data/Init.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Init.in b/data/Init.in index ec6fd395..86cc2d86 100644 --- a/data/Init.in +++ b/data/Init.in @@ -26,7 +26,7 @@ sysresources=/etc/X11/Xresources # merge in defaults if [ -f "$sysresources" ]; then - xrdb -merge "$sysresources" + xrdb -nocpp -merge "$sysresources" fi sysmodmap=/etc/X11/Xmodmap -- cgit v1.2.1