Comment 9 for bug 218494

Revision history for this message
In , Halton Huo (halton-huo) wrote :

Created an attachment (id=21560)
patch for bug #19333

This patch is for option #1, ConsoleKit part.

ck-dynamic work likes old gdmdynamic in http://bugzilla.gnome.org/show_bug.cgi?id=536355#c5. Following options are supportted:

      -a, --add=display Add a new display
      -d, --delete=display Delete a display
      -l, --list List all attached displays
      -r, --release Release (run) all displays waiting in the DISPLAY_CONFIG state
      -v, --verbose Verbose mode
      -V, --version Version of this application

    -a, -d, -l, -V are supportted. -r and -v are no-op by now

Brian said ConsoleKit maintainer mccann think option #1 is better.