← Back to team overview

desktop-packages team mailing list archive

[Bug 901763] Re: manpage & --help refer to non-existant --no-root option

 

Assuming my analysis is correct, here's a fix.

** Patch added: "remove_no_root_reference.patch"
   https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/901763/+attachment/2624764/+files/remove_no_root_reference.patch

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/901763

Title:
  manpage & --help refer to non-existant --no-root option

Status in “lightdm” package in Ubuntu:
  New

Bug description:
  The manpage for lightdm refers to an option, --no-root, which I
  believe was replaced with --test-mode.  Check out the entry for
  --passwd-file below:

  mfisch@caprica:~$ man lightdm
  ...
         --test-mode
                Run  as  unprivileged  user,  skipping  things that require root
                access

         --passwd-file=FILE
                Use the given password file  for  authentication  (for  testing,
                requires --no-root)

  mfisch@caprica:~$ lightdm --no-root
  Unknown option --no-root
  Run 'lightdm --help' to see a full list of available command line options.

  mfisch@caprica:~/lightdm/lightdm-1.0.6$ lightdm --help
  ...
    --test-mode                         Run as unprivileged user, skipping things that require root access
    --passwd-file=FILE                  Use the given password file for authentication (for testing, requires --no-root)


  
  lightdm:
    Installed: 1.0.6-0ubuntu1.2
    Candidate: 1.0.6-0ubuntu1.2
    Version table:
   *** 1.0.6-0ubuntu1.2 0
          500 http://us.archive.ubuntu.com/ubuntu/ oneiric-updates/main amd64 Packages
          100 /var/lib/dpkg/status
       1.0.6-0ubuntu1.1 0
          500 http://security.ubuntu.com/ubuntu/ oneiric-security/main amd64 Packages
       1.0.1-0ubuntu6 0
          500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages

  mfisch@caprica:~$ lsb_release -rd
  Description:	Ubuntu 11.10
  Release:	11.10

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


References