summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/display-managers/lightdm
AgeCommit message (Collapse)Author
2020-12-07Remove myself from maintainers setsOllie Charles
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
2020-07-29treewide: use nix-update updateScript for packages I maintainworldofpeace
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster
2019-12-15lightdm: add patch to fix wayland sessionsworldofpeace
This was a nixos specific issue.
2019-12-01lightdm_gtk_greeter: 2.0.6 -> 2.0.7R. RyanTM
2019-11-20yelp-tools: move to top-levelJan Tojnar
2019-10-13lightdm: cleanup uneeded filesworldofpeace
2019-10-13lightdm: hardcode path to plymouthworldofpeace
2019-09-18Merge branch 'staging-next' into stagingJan Tojnar
2019-09-18lightdm-mini-greeter: use wrapGAppsHookworldofpeace
2019-09-18nixos/lightdm-gtk-greeter: don't wrap in moduleworldofpeace
2019-09-16lightdm: Move D-Bus conf file to share/dbus-1/system.dworldofpeace
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-09-04Merge branch 'master' into staging-nextVladimír Čunát
2019-09-03treewide: don't use single quotes with placeholderworldofpeace
2019-08-31treewide: Remove unnecessary `--disable-static` (#66759)Niklas Hambüchen
* 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.
2019-08-17treewide: name -> pnamevolth
2019-05-18lightdm: 1.28.0 -> 1.30.0Will Dietz
2019-03-19lightdm: drop run-dir.patchworldofpeace
That patched the bundled configuration which is useless to NixOS.
2019-03-13lightdm: disable writing dmrc files to homeworldofpeace
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.
2019-03-12lightdm_gtk_greeter: fix configureFlags to not be one long stringWill Dietz
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.
2019-03-12lightdm_gtk_greeter: disable indicator servicesworldofpeace
Needs upstart [0] and that's long gone now. [0]: https://git.launchpad.net/lightdm-gtk-greeter/tree/configure.ac?id=f6ce16f2107de712a0edd8f5fb6853ea6ab8a399#n154
2019-03-12lightdm_gtk_greeter: correct at-spi-commandworldofpeace
Without manually setting the command with the flag, it's hardcoded to some FHS path.
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim
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.
2018-12-02gobject-introspection: rename packageJan Tojnar
camelCase package name was a huge inconsistency in GNOME package set.
2018-09-28lightdm_gtk_greeter: 2.0.5 -> 2.0.6 (#47021)R. RyanTM
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
2018-09-19lightdm: ensure run-directory is /run/lightdm (#46907)worldofpeace
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-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-04-17treewide: move "extensions" drvs to dirMatthew Bauer
This cleans up the tree for pkgs/applications somewhat. Should not change any hashes.
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-10-29lightdm: 1.22.0 -> 1.24.0Tim Steinbach
2017-09-03lightdm: purge explicit usage of gcc6Vladimír Čunát
I forgot to include the initial fix into the parent commit :-/
2017-04-02lightdm: 1.18.1 -> 1.22.0 (#24545)ndowens
Remove patch
2017-03-11lightdm_qt: fix buildRobin Gloster
2016-10-14lightdm: 1.19.4 -> 1.19.5Tim Steinbach
2016-09-16ligthdm: 1.18.1 -> 1.19.4obadz
Required applying patch from https://bugs.gentoo.org/show_bug.cgi?id=588764 to lightdm_gtk_greeter
2016-04-19lightdm: 1.16.5 -> 1.18.1 (#14834)Alexander Ried
2015-11-14lightdm: 1.16.3 -> 1.16.5William A. Kennington III
2015-10-02lightdm: 1.16.2 -> 1.16.3William A. Kennington III
2015-09-27lightdm_qt: build with Qt 5.5Thomas Tuegel
2015-09-23Merge: xlibs and x11 attribute cleanupVladimír Čunát
Frequently using multiple *almost* identical attributes is bad.
2015-09-18lightdm: 1.14.2 -> 1.16.2William A. Kennington III
2015-09-15x11: replace its usage by xlibsWrapper directlyVladimír Čunát
Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.