[gdm: 1/2] data: Invoke xrdb with -nocpp
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm: 1/2] data: Invoke xrdb with -nocpp
- Date: Mon, 22 Feb 2021 21:20:44 +0000 (UTC)
commit 1dd13918be2764d4da3e1d59cccd1c12336254dc
Author: Adam Jackson <ajax redhat com>
Date: Wed Jan 20 12:08:41 2021 -0500
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 ec6fd3955..86cc2d86d 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]