summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/httpserver
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2017-04-23 05:00:08 +0200
committerMichael Weiss <dev.primeos@gmail.com>2017-04-28 22:00:14 +0200
commit1273f414a784af87363ac440af2ce948b6a656b1 (patch)
tree6f5074d50cb5fbd939dd78e8045deac2138bd468 /pkgs/development/python-modules/httpserver
parent5c25c33a05720f6bf947970f142b72e991e05366 (diff)
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
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
0 files changed, 0 insertions, 0 deletions