summary refs log tree commit diff
path: root/pkgs/applications/display-managers
Commit message (Collapse)AuthorAge
* treewide: NIX_*_FLAGS -> stringRobin Gloster2019-12-31
|
* lightdm: add patch to fix wayland sessionsworldofpeace2019-12-15
| | | | This was a nixos specific issue.
* lightdm_gtk_greeter: 2.0.6 -> 2.0.7R. RyanTM2019-12-01
|
* yelp-tools: move to top-levelJan Tojnar2019-11-20
|
* nixos/slim: removeworldofpeace2019-11-11
| | | | | | | | The SLIM project is abandoned and their last release was in 2013. Because of this it poses a security risk to systems, no one is working on it or picked up maintenance. It also lacks compatibility with systemd and logind sessions. For users, there liikely isn't anything like slim that's as lightweight in terms of dependencies.
* lightdm: cleanup uneeded filesworldofpeace2019-10-13
|
* lightdm: hardcode path to plymouthworldofpeace2019-10-13
|
* Merge branch 'staging-next' into stagingJan Tojnar2019-09-18
|\
| * lightdm-mini-greeter: put xgreeters in passthruworldofpeace2019-09-18
| |
| * lightdm-mini-greeter: use wrapGAppsHookworldofpeace2019-09-18
| |
| * nixos/lightdm-gtk-greeter: don't wrap in moduleworldofpeace2019-09-18
| |
| * nixos/enso-os: don't wrap in moduleworldofpeace2019-09-18
| |
* | sddm: Move D-Bus conf file to share/dbus-1/system.dworldofpeace2019-09-16
| | | | | | | | | | 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.
* | lightdm: Move D-Bus conf file to share/dbus-1/system.dworldofpeace2019-09-16
|/ | | | | 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.
* Merge branch 'master' into staging-nextVladimír Čunát2019-09-04
|\
| * treewide: don't use single quotes with placeholderworldofpeace2019-09-03
| |
* | treewide: Remove unnecessary `--disable-static` (#66759)Niklas Hambüchen2019-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * freetype: Remove unnecessary `--disable-static`. The true-by-default `dontDisableStatic` already takes care of it. Fixes freetype not being overridable to have static libs. * treewide: Remove unnecessary `--disable-static`. The true-by-default `dontDisableStatic` already takes care of it. Fixes these packages not being overridable to have static libs.
* | treewide: remove redundant recvolth2019-08-28
|/
* treewide: name -> pnamevolth2019-08-17
|
* sddm: add missing dependency for breeze themenyanloutre2019-08-16
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-22
|
* lightdm: 1.28.0 -> 1.30.0Will Dietz2019-05-18
|
* sddm: 0.18.0 -> 0.18.1Will Dietz2019-03-31
|
* lightdm: drop run-dir.patchworldofpeace2019-03-19
| | | | That patched the bundled configuration which is useless to NixOS.
* lightdm: disable writing dmrc files to homeworldofpeace2019-03-13
| | | | | | Can cause issues where lightdm prefers the last saved session in .dmrc even if it doesn't exist anymore, preventing people from logging in to a session.
* lightdm_gtk_greeter: fix configureFlags to not be one long stringWill Dietz2019-03-12
| | | | | | | | | | | | | For whatever reason, setting `configureFlagsArray` causes the configure invocation to escape spaces between parameters: configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/4bn8dsr743dp0g5j020jf8why5hkld3p-lightdm-gtk-greeter-2.0.6 --localstatedir=/var\ --sysconfdir=/etc\ --disable-indicator-services-command\ --enable-at-spi-command=/nix/store/li9bsxl8qja8qw0pa70xd572gw5hqsdm-at-spi2-core-2.30.1/libexec/at-spi-bus-launcher\ \ --launch-immediately This actually doesn't break the build (!) but it does break lightdm pretty badly for me and it's not hard to imagine why :). Instead, use configureFlags as normal but just append the command in `preConfigure` directly, so we can preserve the space.
* lightdm_gtk_greeter: disable indicator servicesworldofpeace2019-03-12
| | | | | | Needs upstart [0] and that's long gone now. [0]: https://git.launchpad.net/lightdm-gtk-greeter/tree/configure.ac?id=f6ce16f2107de712a0edd8f5fb6853ea6ab8a399#n154
* lightdm_gtk_greeter: correct at-spi-commandworldofpeace2019-03-12
| | | | | Without manually setting the command with the flag, it's hardcoded to some FHS path.
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* gobject-introspection: rename packageJan Tojnar2018-12-02
| | | | camelCase package name was a huge inconsistency in GNOME package set.
* ly: init at 0.2.1Katharina Fey2018-11-08
|
* lightdm-mini-greeter: 0.3.3 -> 0.3.4 (#49655)Lysergia2018-11-03
| | | New upstream release.
* lightdm-mini-greeter: 0.3.2 -> 0.3.3 (#49619)Lysergia2018-11-02
| | | New upstream release.
* sddm: 0.17.0 -> 0.18.0Andreas Rammhold2018-10-26
| | | | | | | | | | | | | | | | | | | | 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
* Merge pull request #44920 from eadwu/init/lightdm-enso-os-greeterMatthew Bauer2018-10-08
|\ | | | | lightdm-enso-os-greeter: init at 0.2.1
| * lightdm-enso-os-greeter: init at 0.2.1Edmund Wu2018-08-14
| |
* | lightdm_gtk_greeter: 2.0.5 -> 2.0.6 (#47021)R. RyanTM2018-09-28
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/lightdm-gtk-greeter/versions
* | lightdm: ensure run-directory is /run/lightdm (#46907)worldofpeace2018-09-19
| |
* | lightdm: split outputsworldofpeace2018-08-30
| |
* | lightdm: add descriptionworldofpeace2018-08-30
| |
* | lightdm: 1.26.0 -> 1.28.0R. RyanTM2018-08-30
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from lightdm
* | Merge pull request #43633 from jfrankenau/fix-icon-cacheJan Tojnar2018-08-16
|\ \ | |/ |/| pulseeffects, lightdm-gtk-greeter, gxmessage, viking: depend on hicolor-icon-theme
| * lightdm-gtk-greeter: depend on hicolor-icon-themeJohannes Frankenau2018-07-16
| | | | | | | | This avoids conflicts on `share/icons/hicolor/icon-theme.cache`.
* | sddm: add licensePascal Wittmann2018-08-04
| | | | | | | | see issue #43716
* | slim: add licensePascal Wittmann2018-08-04
| | | | | | | | see issue #43716
* | lightdm: 1.24.0 -> 1.26.0worldofpeace2018-07-27
| | | | | | | | * now uses fetchFromGitHub too
* | pkgs/*: remove unreferenced function argumentsvolth2018-07-21
| |
* | treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
|/ | | | | | | | | | | | | | | | | | 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
* Merge pull request #39153 from mnacamura/lightdm-mini-greeterMatthew Justin Bauer2018-06-18
|\ | | | | lightdm-mini-greeter: init at 0.3.2