Package lightdm: Information

    Source package: lightdm
    Version: 1.30.0-alt14
    Build time:  Jul 12, 2021, 04:33 PM
    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 (mipsel)
    dm-tool-debuginfo (mipsel)
    liblightdm-gobject (mipsel)
    liblightdm-gobject-debuginfo (mipsel)
    liblightdm-qt (mipsel)
    liblightdm-qt-debuginfo (mipsel)
    liblightdm-qt5 (mipsel)
    liblightdm-qt5-debuginfo (mipsel)
    lightdm (mipsel)
    lightdm-debuginfo (mipsel)
    lightdm-devel (mipsel)
    lightdm-devel-doc (noarch)
    lightdm-gir (mipsel)
    lightdm-gir-devel (noarch)

    Maintainer: Aleksei Nikiforov


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

    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).