Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: sddm | Distribution: openSUSE Tumbleweed |
Version: 0.21.0 | Vendor: openSUSE |
Release: 4.1 | Build date: Wed Sep 11 00:04:46 2024 |
Group: System/GUI/KDE | Build host: reproducible |
Size: 3946149 | Source RPM: sddm-0.21.0-4.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/sddm/sddm | |
Summary: QML-based display manager (Qt5) |
SDDM is a display manager for X11 and Wayland. It uses technologies like QtQuick, which gives the designer the ability to create animated user interfaces.
GPL-2.0-or-later
* Tue Sep 10 2024 Fabian Vogt <fabian@ritter-vogt.de> - Move default value for [Autologin] Session 0001-Read-the-DISPLAYMANAGER_AUTOLOGIN-value-from-sysconf.patch to 00-general.conf * Fri Aug 30 2024 Fabian Vogt <fabian@ritter-vogt.de> - Add patches to make autologin with wayland more reliable (boo#1221507): * 0001-Remove-unused-Display-m_relogin-variable.patch * 0002-Set-Display-m_started-early.patch * 0003-Load-autologin-configuration-in-Display-Display.patch * 0004-Reset-daemonApp-first-in-the-Display-constructor.patch * 0005-If-autologin-is-used-avoid-starting-a-display-server.patch - Rebase 0001-Read-the-DISPLAYMANAGER_AUTOLOGIN-value-from-sysconf.patch * Fri May 10 2024 Fabian Vogt <fabian@ritter-vogt.de> - Drop the empty branding-upstream subpackages (boo#1224063) * Tue Apr 16 2024 Fabian Vogt <fabian@ritter-vogt.de> - Add various fixes from upstream PRs: * 0001-Fix-terminal-clearing.patch * 0001-Redesign-login-shell-use-in-session-scripts.patch * 0001-Use-xrdb-to-set-Xcursor.theme.patch * Mon Feb 26 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 0.21.0: + sddm-greeter can now be built for both Qt5 and Qt6 + Themes can now declare their Qt version compatibility to control which greeter gets used + New CMake option INSTALL_PAM_CONFIGURATION (defaults to ON) + Bulgarian translation added * DBus policy files are now installed in /usr rather than /etc * Do not show keyboard layouts on wayland as switching is not implemented * Switch the default commandline for Weston to use the kiosk shell (available in 9.0+) - Fix building with Qt 6.7 - Handle autologin failure by falling back to the greeter (#1775) - Fix session names containing ',' (#1745) - Don't let tmpfiles delete x11 auth files for very long running sessions - Many improvements for the **experimental** wayland support - Drop patches, now upstream: * 0001-Session-Parse-.desktop-files-manually-again.patch * 0001-greeter-Look-at-WAYLAND_DISPLAY-for-platform-detecti.patch * 0002-Ignore-InputMethod-qtvirtualkeyboard-on-wayland.patch * 0001-Drop-unnecessary-ECM-dependency-and-dead-uninstall-t.patch * 0002-Make-sddm-greeter-for-Qt-5-and-Qt-6-coinstallable.patch * 0003-Let-themes-specify-the-used-version-of-Qt.patch - Remove leftover sddm.obsinfo file * Wed Jan 31 2024 Christophe Marin <christophe@krop.fr> - Switch to the latest GCC version available in Leap for packages that can't build with the default compiler * Wed Sep 20 2023 Fabian Vogt <fabian@ritter-vogt.de> - Remove unnecessary Requires(post*) * Tue Sep 19 2023 Fabian Vogt <fabian@ritter-vogt.de> - Config file changes: * No longer own sddm.conf. The migration for this conflicts with the other migration code, so: * Drop code for migrating from Current=maui (Leap <= 42.2) and the monolithic /etc/sddm.conf (Leap <= 42.3) * Thu Sep 14 2023 Fabian Vogt <fabian@ritter-vogt.de> - Add patch and drop unnecessary BuildRequirements of extra-cmake-modules and kf5-filesystem: * 0001-Drop-unnecessary-ECM-dependency-and-dead-uninstall-t.patch - Split the greeter into a subpackage and use _multibuild to build both daemon and greeter for Qt 5 and Qt 6. Add patches to allow for greeter coinstallation: * 0002-Make-sddm-greeter-for-Qt-5-and-Qt-6-coinstallable.patch * 0003-Let-themes-specify-the-used-version-of-Qt.patch - Refresh 0001-Read-the-DISPLAYMANAGER_AUTOLOGIN-value-from-sysconf.patch - Don't set CMAKE_BUILD_TYPE=Release - Make branding packages noarch - Add %check * Fri Jun 30 2023 Fabian Vogt <fabian@ritter-vogt.de> - Add patches to allow dropping InputMethod= from 11-kwin_wayland.conf (boo#1212880): * 0001-greeter-Look-at-WAYLAND_DISPLAY-for-platform-detecti.patch * 0002-Ignore-InputMethod-qtvirtualkeyboard-on-wayland.patch * Mon Jun 26 2023 Fabian Vogt <fabian@ritter-vogt.de> - Add patch to fix parsing some session .desktop files: * 0001-Session-Parse-.desktop-files-manually-again.patch * Sat Jun 24 2023 Fabian Vogt <fabian@ritter-vogt.de> - Update to 0.20.0: + Initial Qt6 support (Will break themes which rely on Qt 5) + **Experimental** support for running the greeter with Wayland + Enable HiDPI scaling by default + Support for running X11 display server without root privileges + Greeter: Support setting environment variables + Allow additional env vars to be defined in session files (#1370) + Make accountsservice data directory overridable via CMake + Add support for X11 cursor size configuration + Search XDG Base Directories for session files + Display information and errors from PAM in the greeter (#1486) * Remove the Passwd backend, make PAM mandatory * Bump minimum CMake version to 3.4 * Introduce SDDM_INITIAL_VT as the TTY to reach out to * Set XCURSOR_SIZE in XorgDisplayServer::start * Make it possible to start ConsoleKit D-Bus service during SDDM startup * pam: Do not use tally2 if faillock is present * Bump to Qt 5.15, port away from deprecated APIs * remove `-logfile` arg that causes server to fail - Set RUNTIME_DIR to /run/sddm when using systemd to follow FHS 3.0 - Use avatars in FacesDir first and if not found search other locations - Switch to using libxau with `FamilyWild` (#1230) - New interface to access config values from themes (#1097) - Session names are translated now (#1645) - Many more bugfixes - Important change: SDDM now uses the first free VT, it no longer prefers tty7 (the InitialVT option in 00-general.conf has no effect anymore) - Remove patches, now upstream: * 0001-Use-PAM-s-username.patch * 0001-Add-fish-etc-profile-and-HOME-.profile-sourcing-1331.patch * 0004-Retry-starting-the-display-server.patch * 0001-disable-automatic-portal-launching.patch * 0001-Remove-suffix-for-Wayland-session.patch * 0001-Redesign-Xauth-handling.patch * 0002-Use-QTemporaryFile-with-xauth_XXXXXX-ih-XAuth.patch * 0001-Process-all-available-auth-messages-in-a-loop.patch * 0001-Avoid-starting-a-new-session-on-exit.patch - Remove files, now upstream: * sddm-tmpfiles.conf * system-user-sddm.conf - Rebased patches: * 0001-Redesign-Xauth-handling.patch * 0001-Write-the-daemon-s-PID-to-a-file-on-startup.patch * 0001-Set-XAUTHLOCALHOSTNAME-in-sessions.patch * 0001-Read-the-DISPLAYMANAGER_AUTOLOGIN-value-from-sysconf.patch * sddm-service-handle-plymouth.patch * 0003-Leave-duplicate-symlinks-out-of-the-SessionModel.patch - Drop patches, not applicable anymore: * 0001-Systemd-service-unit-Use-tty7-by-default.patch - Add 11-kwin_wayland.conf to use kwin_wayland as wayland compositor * Wed Apr 19 2023 Fabian Vogt <fabian@ritter-vogt.de> - Add patch to fix delays on shutdown (boo#1210391): * 0001-Avoid-starting-a-new-session-on-exit.patch * Tue Apr 04 2023 Fabian Vogt <fvogt@suse.com> - Replace proper_pam.diff with installation of source files: * sddm.pam, sddm-autologin.pam, sddm-greeter.pam - PAM services: * Make use of substack for common-* * Include postlogin-* * Run pam_keyinit before common-session * Deny password in sddm-greeter - /run/sddm is owned by root:root - Add patch to fix possible deadlock: * 0001-Process-all-available-auth-messages-in-a-loop.patch - Add missing dependencies on update-alternatives * Tue Apr 04 2023 Stefan Schubert <schubi@suse.com> - Migration of PAM settings to /usr/lib/pam.d. * Mon Feb 20 2023 Giacomo Comes <gcomes.obs@gmail.com> - Honor /etc/nologin like login, sshd, xdm and gdm do * added: auth requisite pam_nologin.so to proper_pam.diff * see: man 5 nologin * Mon Dec 12 2022 Callum Farmer <gmbr3@opensuse.org> - Move dbus-1 system.d conf file to /usr (bsc#1206348) * Tue Oct 25 2022 Fabian Vogt <fabian@ritter-vogt.de> - Add patch to avoid launching xdg-desktop-portal by accident: * 0001-disable-automatic-portal-launching.patch * Fri Mar 18 2022 Andrew Hibberson <alerts2@hib.by> - Add patch to retry starting the display server (boo#1196228) * 0004-Retry-starting-the-display-server.patch * Mon Feb 21 2022 Fabian Vogt <fabian@ritter-vogt.de> - Handle the case of %_distconfdir not being /usr/etc (boo#1196228, currently only possible due to a misconfiguration in SLE, bsc#1195679) * Sat Jul 17 2021 Fabian Vogt <fabian@ritter-vogt.de> - Update patch to include security fix from upstream PR: * 0001-Redesign-Xauth-handling.patch * Wed Jun 02 2021 Callum Farmer <gmbr3@opensuse.org> - Change to systemd-sysusers - Remove old SUSE RPM constructs * Tue Mar 09 2021 Fabian Vogt <fabian@ritter-vogt.de> - Add patch to reintroduce /etc/profile reading if fish is shell: * 0001-Add-fish-etc-profile-and-HOME-.profile-sourcing-1331.patch
/etc/alternatives/default-displaymanager /etc/sddm.conf.d /run/sddm /usr/bin/sddm /usr/lib/X11/displaymanagers /usr/lib/X11/displaymanagers/default-displaymanager /usr/lib/X11/displaymanagers/sddm /usr/lib/pam.d/sddm /usr/lib/pam.d/sddm-autologin /usr/lib/pam.d/sddm-greeter /usr/lib/sddm /usr/lib/sddm/sddm.conf.d /usr/lib/sddm/sddm.conf.d/00-general.conf /usr/lib/systemd/system/sddm.service /usr/lib/sysusers.d/sddm.conf /usr/lib/tmpfiles.d/sddm.conf /usr/libexec/sddm /usr/libexec/sddm/sddm-helper /usr/libexec/sddm/sddm-helper-start-wayland /usr/libexec/sddm/sddm-helper-start-x11user /usr/sbin/rcsddm /usr/share/dbus-1/system.d/sddm_org.freedesktop.DisplayManager.conf /usr/share/doc/packages/sddm /usr/share/doc/packages/sddm/README.md /usr/share/licenses/sddm /usr/share/licenses/sddm/LICENSE /usr/share/licenses/sddm/LICENSE.CC-BY-3.0 /usr/share/man/man1/sddm-greeter.1.gz /usr/share/man/man1/sddm.1.gz /usr/share/man/man5/sddm-state.conf.5.gz /usr/share/man/man5/sddm.conf.5.gz /usr/share/sddm /usr/share/sddm/faces /usr/share/sddm/faces/.face.icon /usr/share/sddm/faces/root.face.icon /usr/share/sddm/flags /usr/share/sddm/flags/ae.png /usr/share/sddm/flags/am.png /usr/share/sddm/flags/ar.png /usr/share/sddm/flags/at.png /usr/share/sddm/flags/az.png /usr/share/sddm/flags/bd.png /usr/share/sddm/flags/be.png /usr/share/sddm/flags/bg.png /usr/share/sddm/flags/bh.png /usr/share/sddm/flags/br.png /usr/share/sddm/flags/by.png /usr/share/sddm/flags/ca.png /usr/share/sddm/flags/ch.png /usr/share/sddm/flags/cu.png /usr/share/sddm/flags/cz.png /usr/share/sddm/flags/de.png /usr/share/sddm/flags/dj.png /usr/share/sddm/flags/dk.png /usr/share/sddm/flags/dz.png /usr/share/sddm/flags/ee.png /usr/share/sddm/flags/eg.png /usr/share/sddm/flags/es.png /usr/share/sddm/flags/eu.png /usr/share/sddm/flags/fi.png /usr/share/sddm/flags/fr.png /usr/share/sddm/flags/gb.png /usr/share/sddm/flags/ge.png /usr/share/sddm/flags/gr.png /usr/share/sddm/flags/hr.png /usr/share/sddm/flags/hu.png /usr/share/sddm/flags/il.png /usr/share/sddm/flags/in.png /usr/share/sddm/flags/iq.png /usr/share/sddm/flags/is.png /usr/share/sddm/flags/it.png /usr/share/sddm/flags/jo.png /usr/share/sddm/flags/jp.png /usr/share/sddm/flags/km.png /usr/share/sddm/flags/kr.png /usr/share/sddm/flags/kw.png /usr/share/sddm/flags/la.png /usr/share/sddm/flags/lb.png /usr/share/sddm/flags/lt.png /usr/share/sddm/flags/lv.png /usr/share/sddm/flags/ly.png /usr/share/sddm/flags/ma.png /usr/share/sddm/flags/mk.png /usr/share/sddm/flags/mn.png /usr/share/sddm/flags/mx.png /usr/share/sddm/flags/nl.png /usr/share/sddm/flags/no.png /usr/share/sddm/flags/om.png /usr/share/sddm/flags/pl.png /usr/share/sddm/flags/ps.png /usr/share/sddm/flags/pt.png /usr/share/sddm/flags/qa.png /usr/share/sddm/flags/qc.png /usr/share/sddm/flags/ro.png /usr/share/sddm/flags/ru.png /usr/share/sddm/flags/sa.png /usr/share/sddm/flags/sd.png /usr/share/sddm/flags/se.png /usr/share/sddm/flags/si.png /usr/share/sddm/flags/sk.png /usr/share/sddm/flags/so.png /usr/share/sddm/flags/sr.png /usr/share/sddm/flags/sy.png /usr/share/sddm/flags/th.png /usr/share/sddm/flags/tn.png /usr/share/sddm/flags/tr.png /usr/share/sddm/flags/ua.png /usr/share/sddm/flags/uk.png /usr/share/sddm/flags/un.png /usr/share/sddm/flags/us.png /usr/share/sddm/flags/uy.png /usr/share/sddm/flags/vn.png /usr/share/sddm/flags/ye.png /usr/share/sddm/flags/yu.png /usr/share/sddm/flags/zz.png /usr/share/sddm/scripts /usr/share/sddm/scripts/Xsession /usr/share/sddm/scripts/Xsetup /usr/share/sddm/scripts/Xstop /usr/share/sddm/scripts/wayland-session /usr/share/sddm/themes /usr/share/sddm/themes/elarun /usr/share/sddm/themes/elarun/Main.qml /usr/share/sddm/themes/elarun/README /usr/share/sddm/themes/elarun/angle-down.png /usr/share/sddm/themes/elarun/elarun.jpg /usr/share/sddm/themes/elarun/images /usr/share/sddm/themes/elarun/images/background.png /usr/share/sddm/themes/elarun/images/lock.png /usr/share/sddm/themes/elarun/images/login_active.png /usr/share/sddm/themes/elarun/images/login_normal.png /usr/share/sddm/themes/elarun/images/rectangle.png /usr/share/sddm/themes/elarun/images/rectangle_overlay.png /usr/share/sddm/themes/elarun/images/session_normal.png /usr/share/sddm/themes/elarun/images/system_hibernate.png /usr/share/sddm/themes/elarun/images/system_reboot.png /usr/share/sddm/themes/elarun/images/system_shutdown.png /usr/share/sddm/themes/elarun/images/system_suspend.png /usr/share/sddm/themes/elarun/images/system_switch_user.png /usr/share/sddm/themes/elarun/images/user_icon.png /usr/share/sddm/themes/elarun/metadata.desktop /usr/share/sddm/themes/elarun/theme.conf /usr/share/sddm/themes/maldives /usr/share/sddm/themes/maldives/LICENSE /usr/share/sddm/themes/maldives/Main.qml /usr/share/sddm/themes/maldives/README /usr/share/sddm/themes/maldives/angle-down.png /usr/share/sddm/themes/maldives/background.jpg /usr/share/sddm/themes/maldives/maldives.jpg /usr/share/sddm/themes/maldives/metadata.desktop /usr/share/sddm/themes/maldives/rectangle.png /usr/share/sddm/themes/maldives/theme.conf /usr/share/sddm/themes/maya /usr/share/sddm/themes/maya/LICENSE /usr/share/sddm/themes/maya/Main.qml /usr/share/sddm/themes/maya/README /usr/share/sddm/themes/maya/components /usr/share/sddm/themes/maya/components/SpButton.qml /usr/share/sddm/themes/maya/components/SpClock.qml /usr/share/sddm/themes/maya/fonts /usr/share/sddm/themes/maya/fonts/OpenSans_CondLight.ttf /usr/share/sddm/themes/maya/images /usr/share/sddm/themes/maya/images/ic_arrow_drop_down_white_24px.svg /usr/share/sddm/themes/maya/images/ic_power_settings_new_white_24px.svg /usr/share/sddm/themes/maya/images/ic_refresh_white_24px.svg /usr/share/sddm/themes/maya/images/ic_warning_white_24px.svg /usr/share/sddm/themes/maya/metadata.desktop /usr/share/sddm/themes/maya/screenshots /usr/share/sddm/themes/maya/screenshots/hi_IN.png /usr/share/sddm/themes/maya/theme.conf /var/lib/sddm
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Nov 13 00:41:02 2024