diff --git a/xinitrc-common b/xinitrc-common index dbec0ac..a115a44 100644 --- a/xinitrc-common +++ b/xinitrc-common @@ -27,7 +27,7 @@ sysmodmap=/etc/X11/Xmodmap sysxkbmap=/etc/X11/Xkbmap # merge in defaults -[ -r "$sysresources" ] && xrdb -merge "$sysresources" +[ -r "$sysresources" ] && xrdb -nocpp -merge "$sysresources" [ -r "$userresources" ] && xrdb -merge "$userresources" # merge in keymaps diff --git a/xorg-x11-xinit.spec b/xorg-x11-xinit.spec index 3ccefb5..bcba22b 100644 --- a/xorg-x11-xinit.spec +++ b/xorg-x11-xinit.spec @@ -3,7 +3,7 @@ Summary: X.Org X11 X Window System xinit startup scripts Name: xorg-x11-%{pkgname} Version: 1.0.9 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT Group: User Interface/X URL: http://www.x.org @@ -129,6 +129,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xsessions/xinit-compat.desktop %changelog +* Wed Mar 11 2009 Adam Jackson 1.0.9-6 +- xinitrc-common: Load /etc/X11/Xresources with -nocpp + * Wed Feb 25 2009 Adam Tkac 1.0.9-5 - run ck-xinit-session for all sessions where the xdg cookie isn't already set (#452156, patch from Patrice Dumas)