nixpkgs/nixos/modules/services
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
..
amqp nixos manuals: bring back package references 2016-02-03 14:47:14 +01:00
audio Remove static uid/gid 2017-03-18 13:54:39 +01:00
backup sitecopy: remove 2017-03-30 12:06:09 +02:00
cluster Merge pull request #24921 from peterhoeg/f/k8s 2017-04-15 10:43:25 +02:00
computing nixos/treewide: remove boolean examples for options 2017-03-17 23:36:19 +01:00
continuous-integration nixos: hydra: sync with upstream hydra module 2017-04-28 14:51:25 +02:00
databases treewide: use boolToString function 2017-04-11 18:18:53 +02:00
desktops psd service: assert that at least one user must be configured 2016-12-10 20:35:44 +01:00
development hoogle service: fixups 2016-04-22 03:58:08 +02:00
editors Merge pull request #22508 from matthewbauer/remove-emacs24macport 2017-03-18 22:19:20 +01:00
games factorio: remove autosave-interval from command-line options 2017-01-25 21:39:37 +01:00
hardware Merge pull request #21227 from lheckemann/vgaswitcheroo 2017-04-28 12:47:00 +01:00
logging treewide: use boolToString function 2017-04-11 18:18:53 +02:00
mail Merge pull request #21866 from pjones/pjones/rmilter 2017-03-20 20:50:56 +01:00
misc Merge pull request #25128 from jb55/fix/plex-startup 2017-04-28 12:48:55 +01:00
monitoring graphite service: no recursive chown when starting (#24442) 2017-04-27 17:33:42 +02:00
network-filesystems treewide: use boolToString function 2017-04-11 18:18:53 +02:00
networking Merge branch 'master' into aria2.service 2017-04-27 17:50:13 +03:00
printing cups: split the $lib output 2017-03-12 18:36:30 +01:00
scheduling fcron: install systab 2017-04-23 11:44:04 +02:00
search nixos/modules: use defaultText where applicable 2016-11-21 16:35:15 +01:00
security treewide: use boolToString function 2017-04-11 18:18:53 +02:00
system earlyoom service: init 2017-03-24 23:16:16 +01:00
torrent treewide: use boolToString function 2017-04-11 18:18:53 +02:00
ttys kmscon service: disable systemd-vconsole-setup 2017-03-01 13:47:34 +03:00
web-apps treewide: use boolToString function 2017-04-11 18:18:53 +02:00
web-servers nixos/lighttpd: set $HOME for gitweb sub-service 2017-04-11 22:54:31 +02:00
x11 display-managers: Fix the xsession parameters 2017-04-28 22:00:14 +02:00