nixpkgs/nixos/modules/services/x11/display-managers
Michael Weiss 1273f414a7 display-managers: Fix the xsession parameters
The xsession script was called with inconsistent (depending on the
display managers) and wrong parameters. The main reason for this where
the spaces the parameter syntax. In order to fix this the old syntax:
$1 = '<desktop-manager> + <window-manager>'
Will be replaced with a new syntax:
$1 = "<desktop-manager>+<window-manager>"

This assumes that neither "<desktop-manager>" nor "<window-manager>"
contain the "+" character but this shouldn't be a problem.

This patch also fixes the quoting by using double quotes (") instead of
single quotes (') [0].

Last but not least this'll add some comments for the better
understanding of the script.

[0]: https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html
2017-04-28 22:00:14 +02:00
..
lightdm-greeters lightdm-greeters service: add extraConfig option (#24135) 2017-03-22 15:33:22 +01:00
auto.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
default.nix display-managers: Fix the xsession parameters 2017-04-28 22:00:14 +02:00
gdm.nix Revert "Revert "gdm module: only make xserver args overrideable"" 2017-03-27 17:20:56 +02:00
lightdm.nix display-managers: Fix the xsession parameters 2017-04-28 22:00:14 +02:00
sddm.nix display-managers: Fix the xsession parameters 2017-04-28 22:00:14 +02:00
slim.nix nixos/slim: Implement logging to journal 2017-04-23 19:25:23 +02:00
xpra.nix xpra module: add xpra, as xserver display-manager 2016-12-04 22:38:10 +01:00