summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/display-managers
AgeCommit message (Collapse)Author
2018-08-30lightdm: split outputsworldofpeace
2018-08-30lightdm: add descriptionworldofpeace
2018-08-30lightdm: 1.26.0 -> 1.28.0R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from lightdm
2018-08-16Merge pull request #43633 from jfrankenau/fix-icon-cacheJan Tojnar
pulseeffects, lightdm-gtk-greeter, gxmessage, viking: depend on hicolor-icon-theme
2018-08-14lightdm-enso-os-greeter: init at 0.2.1Edmund Wu
2018-08-04sddm: add licensePascal Wittmann
see issue #43716
2018-08-04slim: add licensePascal Wittmann
see issue #43716
2018-07-27lightdm: 1.24.0 -> 1.26.0worldofpeace
* now uses fetchFromGitHub too
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2018-07-16lightdm-gtk-greeter: depend on hicolor-icon-themeJohannes Frankenau
This avoids conflicts on `share/icons/hicolor/icon-theme.cache`.
2018-06-18Merge pull request #39153 from mnacamura/lightdm-mini-greeterMatthew Justin Bauer
lightdm-mini-greeter: init at 0.3.2
2018-06-18lightdm-mini-greeter: init at 0.3.2Mitsuhiro Nakamura
2018-06-12sddm: Fixes build with Qt 5.11Bastian Köcher
2018-04-17treewide: move "extensions" drvs to dirMatthew Bauer
This cleans up the tree for pkgs/applications somewhat. Should not change any hashes.
2018-03-31sddm: add missing include for gettimeofday, fix w/muslWill Dietz
2018-03-27slim: musl patchWill Dietz
2018-03-25lightdm_gtk_greeter: 2.0.4 -> 2.0.5Ryan Mulligan
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS /tmp/tmp.Ened4Ypstm /home/ryantm/.cache/nixpkgs /home/ryantm/.cache/nixpkgs - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 2.0.5 with grep in /nix/store/w1whi2qkvm97pbk0mjigs7xhnd2vgczx-lightdm-gtk-greeter-2.0.5 - directory tree listing: https://gist.github.com/7fa4fc4e3d6e3d17e75f94d3a9798382
2018-02-27Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk
2018-02-27lightdm-gtk-greeter: 2.0.3 -> 2.0.4Piotr Bogdan
2018-02-26Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar
2018-02-24lightdm-gtk-greeter: fix build by ignoring a warningVladimír Čunát
2018-01-05treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel
2017-12-17lightdm-gtk-greeter: 2.0.1 -> 2.0.3Mateusz Kowalczyk
2017-12-09Merge pull request #32384 from rycee/lightdm/fix-rm-userdirJörg Thalheim
lightdm: fix removal of unused user data directories
2017-12-09sddm: 0.16.0 -> 0.17.0Peter Hoeg
2017-12-06lightdm: fix removal of unused user data directoriesRobert Helgesson
This fixes errors such as Could not delete unused user data directory /var/lib/lightdm-data/.cache: Failed to execute child process “/bin/rm” (No such file or directory) Could not delete unused user data directory /var/lib/lightdm-data/.Xauthority: Failed to execute child process “/bin/rm” (No such file or directory) Could not delete unused user data directory /var/lib/lightdm-data/lightdm: Failed to execute child process “/bin/rm” (No such file or directory)
2017-11-10Change many homepage urls from http to https #30636Pascal Wittmann
2017-10-29lightdm: 1.22.0 -> 1.24.0Tim Steinbach
2017-10-19sddm: remove HiDPI patchThomas Tuegel
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.0adisbladis
2017-10-16sddm: theme background images use a relative path which breaks sddm-kcmPeter Hoeg
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson
Only acts on one-line dependency lists.
2017-09-10sddm: 0.14.0 -> 0.15.0Ioannis Koutras
2017-09-03lightdm: purge explicit usage of gcc6Vladimír Čunát
I forgot to include the initial fix into the parent commit :-/
2017-08-21sddm: no propagatedBuildInputsThomas Tuegel
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* 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-18qt58: determine plugin and import paths from PATHThomas Tuegel
Plugin and QML import paths were previously determined by NIX_PROFILES. Using PATH instead allows Qt applications to work under nix-shell without further modification.
2017-06-18sddm: take themes from system environmentThomas Tuegel
2017-06-18qt5: use distinct `lib/qt-5.x` prefix for each minor versionThomas Tuegel
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 Tuegel
2017-04-23nixos/slim: Implement logging to journalaszlig
The main change here is a patch of SLiM to tread a log file of /dev/stderr specially in that it now uses std::cerr instead of a file for logging. This allows us to set the logfile to stderr in NixOS for the generated SLiM configuration file and we now get logging to the systemd journal. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-04-02lightdm: 1.18.1 -> 1.22.0 (#24545)ndowens
Remove patch
2017-03-24sddm: fix wrapperThomas Tuegel
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 Tuegel
This reverts commit 3de6ccd5b21e391c4fa324c94dd150e331a8474e.
2017-03-22sddm: propagate qtbase inputThomas Tuegel
2017-03-11lightdm_qt: fix buildRobin Gloster
2016-11-24treewide: quote URLs in my packagesNikolay Amiantov
2016-10-14lightdm: 1.19.4 -> 1.19.5Tim Steinbach