diff --git a/xinitrc-common b/xinitrc-common index 888c42a..000ab67 100644 --- a/xinitrc-common +++ b/xinitrc-common @@ -17,6 +17,8 @@ if [ -r /etc/profile.d/lang.sh ]; then . /etc/profile.d/lang.sh fi +[ -r $HOME/.profile ] && . $HOME/.profile + userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap userxkbmap=$HOME/.Xkbmap diff --git a/xorg-x11-xinit.spec b/xorg-x11-xinit.spec index f021154..4c9a171 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: 20%{?dist} +Release: 21%{?dist} License: MIT Group: User Interface/X URL: http://www.x.org @@ -123,6 +123,9 @@ install -p -m644 -D %{SOURCE18} $RPM_BUILD_ROOT%{_datadir}/xsessions/xinit-compa %{_datadir}/xsessions/xinit-compat.desktop %changelog +* Sat May 28 2011 Matěj Cepl - 1.0.9-21 +- xinitrc-common sources ~/.profile (Bug 551508) + * Tue Feb 08 2011 Fedora Release Engineering - 1.0.9-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild