Advertisement
Guest User

Untitled

a guest
Jul 24th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.44 KB | None | 0 0
  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"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement