Skip to content

lighdm: Rebuild to read bash init scripts #1205

Merged
merged 1 commit into from
Aug 21, 2019
Merged

lighdm: Rebuild to read bash init scripts #1205

merged 1 commit into from
Aug 21, 2019

Commits on Aug 21, 2019

  1. lighdm: Rebuild to read bash init scripts

    Change shebang of /usr/bin/lightdm-session from /bin/sh to
    `/bin/bash --login`, so that the bash startup logic reads the
    same init files as a login shell in a terminal window would do.
    This is what users expect, so that, for example, applications
    started from the desktop launcher have the same environment
    and umask as applications started from a terminal window.
    
    The scripts executed by the login shell include /etc/profile, so we
    no longer need to call it explicitly.
    donald committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    ee684e9 View commit details
    Browse the repository at this point in the history