Package lightdm: Information

    Source package: lightdm
    Version: 1.30.0-alt14
    Build time:  Jul 9, 2021, 09:51 AM in the task #276489
    Report package bug
    License: GPLv3+
    Summary: Lightweight Display Manager
    Description: 
    LightDM is a lightweight, cross-desktop display manager. Its main features are
    a well-defined greeter API allowing multiple GUIs, support for all display
    manager use cases, with plugins where appropriate, low code complexity, and
    fast performance. Due to its cross-platform nature greeters can be written in
    several toolkits, including HTML/CSS/Javascript.

    List of rpms provided by this srpm:
    dm-tool (x86_64, ppc64le, i586, armh, aarch64)
    dm-tool-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    liblightdm-gobject (x86_64, ppc64le, i586, armh, aarch64)
    liblightdm-gobject-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    liblightdm-qt (x86_64, ppc64le, i586, armh, aarch64)
    liblightdm-qt-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    liblightdm-qt5 (x86_64, ppc64le, i586, armh, aarch64)
    liblightdm-qt5-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    lightdm (x86_64, ppc64le, i586, armh, aarch64)
    lightdm-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    lightdm-devel (x86_64, ppc64le, i586, armh, aarch64)
    lightdm-devel-doc (noarch)
    lightdm-gir (x86_64, ppc64le, i586, armh, aarch64)
    lightdm-gir-devel (noarch)

    Maintainer: Aleksei Nikiforov


      1. libdbus-glib-devel
      2. pkgconfig(Qt5Core)
      3. pkgconfig(Qt5DBus)
      4. pkgconfig(Qt5Gui)
      5. pkgconfig(QtCore)
      6. pkgconfig(QtDBus)
      7. pkgconfig(QtGui)
      8. pkgconfig(gio-2.0) >= 2.26
      9. pkgconfig(gio-unix-2.0)
      10. pkgconfig(glib-2.0) >= 2.30
      11. pkgconfig(gobject-2.0)
      12. gobject-introspection-devel
      13. libgcrypt-devel
      14. /usr/bin/moc-qt4
      15. /usr/bin/moc-qt5
      16. pkgconfig(libxklavier)
      17. pkgconfig(x11)
      18. pkgconfig(xcb)
      19. gtk-doc
      20. pkgconfig(xdmcp)
      21. libpam-devel
      22. vala-tools
      23. intltool
      24. itstool
      25. gcc-c++
      26. libaudit-devel
      27. yelp-tools
      28. libvala-devel

    Last changed


    July 1, 2021 Aleksei Nikiforov 1.30.0-alt14
    - Fixed tty locking: enabled it only for wayland sessions.
    June 29, 2021 Aleksei Nikiforov 1.30.0-alt13
    - Reworked wayland session support to use "wayland-session-wrapper"
      and "wayland-guest-wrapper" settings.
    - Implemented locking used tty to prevent systemd running getty
      when wayland session is starting on same tty.
    - Added option "use-free-vt" allowing to force lightdm select first free tty
      instead of just next tty even if it's used. This option is disabled by default.
    June 17, 2021 Aleksei Nikiforov 1.30.0-alt12
    - Disabled using session-wrapper and guest-wrapper settings
      for wayland sessions (Closes: 40207).