summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2021-01-20 12:08:41 -0500
committerRay Strode <halfline@gmail.com>2021-02-22 21:15:48 +0000
commit1dd13918be2764d4da3e1d59cccd1c12336254dc (patch)
tree112deb0b4c295db90a7d12236a189d7935e9d495 /data
parentc81730c6ff340e03ce917f9c54f5a856f7988899 (diff)
downloadgdm-1dd13918be2764d4da3e1d59cccd1c12336254dc.tar.gz
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.
Diffstat (limited to 'data')
-rw-r--r--data/Init.in2
1 files changed, 1 insertions, 1 deletions
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