1. --- xsession    2012-04-10 16:19:44.000000000 +0300
  2. +++ /etc/lightdm/xsession   2012-07-24 16:25:30.000000000 +0300
  3. @@ -44,7 +44,7 @@
  4.  # Run all system xinitrc shell scripts.
  5.  xinitdir="/etc/X11/xinit/xinitrc.d"
  6.  if [ -d "$xinitdir" ]; then
  7. -    for script in $xinitdir/*; do
  8. +    for script in $xinitdir/* "$HOME/.xinitrc"; do
  9.          echo "Loading xinit script $script"
  10.          if [ -x "$script" -a ! -d "$script" ]; then
  11.              . "$script"