--- gdm-2.8-gentoo-files-r2/Xsession 2005-07-23 22:45:46.000000000 +0200 +++ gdm-2.8-gentoo-files-r3/Xsession 2008-02-22 12:09:15.000000000 +0100 @@ -31,6 +31,8 @@ # First read /etc/profile and .profile test -f /etc/profile && . /etc/profile test -f "$HOME/.profile" && . "$HOME/.profile" +# Prevent XDG_DATA_DIRS breakage due bug #204310 +export XDG_DATA_DIRS=$XDG_DATA_DIRS:/usr/share/gdm # Second read /etc/xprofile and .xprofile for X specific setup test -f /etc/xprofile && . /etc/xprofile test -f "$HOME/.xprofile" && . "$HOME/.xprofile"