[Bug 1264430] Re: Checking for text mode should be in plymouth and not in inidividual window managers

rminsk 1264430 at bugs.launchpad.net
Fri Dec 27 05:04:17 UTC 2013


kdm.conf also checks for single user mode (init level 1).  Should
plymouth also check for single user mode?

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to plymouth in Ubuntu.
https://bugs.launchpad.net/bugs/1264430

Title:
  Checking for text mode should be in plymouth and not in inidividual
  window managers

Status in “plymouth” package in Ubuntu:
  New

Bug description:
  gdm and lightdm in their upstart files have code similar to:

  for ARG in $(cat /proc/cmdline); do
    if [ "$ARG" = "text" ]; then
      plymouth quit || :
      stop
      exit 0
    fi
  done

  Bug #893764 request the same code be added to kdm.

  This seems like this check should be refactored out of the display
  managers and added to plymouth.  Plymouth upstart could check for text
  mode and emit some sort of start window manager if text mode is not on
  the kernel cmdline.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1264430/+subscriptions



More information about the foundations-bugs mailing list