[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/xorg][debian-unstable] Fix support for /etc/X11/Xsession.options.d directory



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / xorg

Commits:

1 changed file:

Changes:

  • debian/local/Xsession
    ... ... @@ -65,7 +65,7 @@ OPTIONS="$(
    65 65
         cat "$OPTIONFILE"
    
    66 66
       fi
    
    67 67
       if [ -d /etc/X11/Xsession.options.d ]; then
    
    68
    -    run-parts --list --regex '\.conf$' /etc/X11/Xsession.options.d
    
    68
    +    run-parts --list --regex '\.conf$' /etc/X11/Xsession.options.d | xargs -d '\n' cat
    
    69 69
       fi
    
    70 70
     )"
    
    71 71
     
    


  • Reply to: