about summary refs log tree commit diff
path: root/pkgs/applications/display-managers/sddm/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-02-28sddm: add Wayland to the wrapper if enabledK9001-1/+4
2024-02-28sddm: 0.20.0-unstable -> 0.21.0K9001-1/+1
2024-02-28sddm: separate wrapping from buildingK9001-75/+27
2024-01-05sddm: 0.20.0 -> 0.20.0-unstable-2023-12-29, add Qt6 supportK9001-27/+12
2023-10-03sddm: backport a bunch of Wayland fixesK9001-1/+20
2023-07-07sddm: 0.19.0 -> 0.20.0K9001-34/+25
2023-03-24sddm: fix fails to start while starting X serverAroun1-0/+6
2021-11-06Merge master into staging-nextgithub-actions[bot]1-0/+1
2021-11-01sddm: respect services.xserver.displayManager.defaultSessionoxalica1-0/+1
2021-10-31sddm: fix build with Qt 5.15.3Thomas Tuegel1-0/+6
2021-03-19sddm: source /etc/profile on wayland with zsh default shelloxalica1-1/+7
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2020-11-04sddm: 0.18.1 -> 0.19.0Martin Weinelt1-2/+2
https://github.com/sddm/sddm/releases/tag/v0.19.0 Fixes: CVE-2020-28049
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-16sddm: Move D-Bus conf file to share/dbus-1/system.dworldofpeace1-0/+1
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-08-16sddm: add missing dependency for breeze themenyanloutre1-2/+2
2019-03-31sddm: 0.18.0 -> 0.18.1Will Dietz1-6/+6
2018-10-26sddm: 0.17.0 -> 0.18.0Andreas Rammhold1-3/+2
Bumps to the latest stable version while fixing CVE-2018-14345 [1]. Changelog [2]: - Support theme supplied avatars - Compile against Qt 5.11 - Fix platform detection for HighDPI - On close, switch VT to a running session if applicable - Better ConsoleKit support - Fix authentication when non-default hidden option ReuseSession=true is used (CVE-2018-14345) - Hide sessions with NoDisplay=true - Honor PAM's ambient supplemental groups - Cleanup socket destruction - Don't quit on SIGHUP - Updated translations [1] https://nvd.nist.gov/vuln/detail/CVE-2018-14345 [2] https://github.com/sddm/sddm/releases/tag/v0.18.0
2018-08-04sddm: add licensePascal Wittmann1-0/+1
see issue #43716
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-2/+2
2018-06-12sddm: Fixes build with Qt 5.11Bastian Köcher1-6/+5
2018-03-31sddm: add missing include for gettimeofday, fix w/muslWill Dietz1-0/+4
2017-12-09sddm: 0.16.0 -> 0.17.0Peter Hoeg1-3/+2
2017-10-19sddm: remove HiDPI patchThomas Tuegel1-3/+2
Disabling HiDPI support seemed to resolve a segfault at SDDM startup, but that was a red herring. The problem actually resulted from a QML cache invalidation bug. It should be safe to enable HiDPI support again.
2017-10-19sddm: 0.15.0 -> 0.16.0adisbladis1-2/+2
2017-10-16sddm: theme background images use a relative path which breaks sddm-kcmPeter Hoeg1-2/+6
2017-09-10sddm: 0.14.0 -> 0.15.0Ioannis Koutras1-10/+3
2017-08-21sddm: no propagatedBuildInputsThomas Tuegel1-6/+2
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-06-18sddm: take themes from system environmentThomas Tuegel1-104/+55
2017-06-18qt5: use distinct `lib/qt-5.x` prefix for each minor versionThomas Tuegel1-1/+1
Using a distinct prefix for plugins and QML libraries allows multiple Qt 5 minor versions to coexist in the same environment.
2017-04-28sddm: include dependency on Qt5::Test moduleThomas Tuegel1-0/+6
2017-03-24sddm: fix wrapperThomas Tuegel1-3/+21
When I reduced the closure size, I broke the built-in theme. When I reverted that fix, the built-in theme worked but the Plasma theme was broken. Now the wrapper is fixed so that both themes work.
2017-03-23Revert "sddm: propagate qtbase input"Thomas Tuegel1-21/+3
This reverts commit 3de6ccd5b21e391c4fa324c94dd150e331a8474e.
2017-03-22sddm: propagate qtbase inputThomas Tuegel1-3/+21
2016-11-24treewide: quote URLs in my packagesNikolay Amiantov1-1/+1
2016-09-16sddm: 0.13.0 -> 0.14.0Ioannis Koutras1-8/+7
2016-06-09sddm: run phase hooksThomas Tuegel1-1/+8
2016-01-31sddm: remove bash-ismThomas Tuegel1-1/+1
2016-01-31sddm: link theme runtime outputsThomas Tuegel1-1/+1
2016-01-13sddm: fix focus of the password fieldNikolay Amiantov1-1/+5
2016-01-13sddm: add QtQuick dependency to the wrapperNikolay Amiantov1-1/+3
2015-12-12sddm: don't install empty scriptsThomas Tuegel1-0/+5
2015-12-11sddm: add ttuegel as maintainerThomas Tuegel1-1/+1
2015-12-11sddm: wrap to include themesThomas Tuegel1-40/+66
2015-11-23sddm: fix config file corruptionThomas Tuegel1-1/+4
Fixes #11224.
2015-11-05sddm: 0.12.0 -> 0.13.0Nikolay Amiantov1-2/+2
2015-10-30separate makeQtWrapper from qtbase setup-hookThomas Tuegel1-2/+2