services: slim: Remove unused 'bash' configuration field.
* gnu/services/xorg.scm (<slim-configuration>)[bash]: Remove. (slim-service): Adjust accordingly.
This commit is contained in:
parent
d344f5a528
commit
94b9abd942
1 changed files with 2 additions and 4 deletions
|
|
@ -364,8 +364,6 @@ which should be passed to this script as the first argument. If not, the
|
||||||
(default xauth))
|
(default xauth))
|
||||||
(shepherd slim-configuration-shepherd
|
(shepherd slim-configuration-shepherd
|
||||||
(default shepherd))
|
(default shepherd))
|
||||||
(bash slim-configuration-bash
|
|
||||||
(default bash))
|
|
||||||
(auto-login-session slim-configuration-auto-login-session)
|
(auto-login-session slim-configuration-auto-login-session)
|
||||||
(startx slim-configuration-startx))
|
(startx slim-configuration-startx))
|
||||||
|
|
||||||
|
|
@ -449,7 +447,7 @@ reboot_cmd " shepherd "/sbin/reboot\n"
|
||||||
(default-user "")
|
(default-user "")
|
||||||
(theme %default-slim-theme)
|
(theme %default-slim-theme)
|
||||||
(theme-name %default-slim-theme-name)
|
(theme-name %default-slim-theme-name)
|
||||||
(xauth xauth) (shepherd shepherd) (bash bash)
|
(xauth xauth) (shepherd shepherd)
|
||||||
(auto-login-session (file-append windowmaker
|
(auto-login-session (file-append windowmaker
|
||||||
"/bin/wmaker"))
|
"/bin/wmaker"))
|
||||||
(startx (xorg-start-command)))
|
(startx (xorg-start-command)))
|
||||||
|
|
@ -484,7 +482,7 @@ theme."
|
||||||
(allow-empty-passwords? allow-empty-passwords?)
|
(allow-empty-passwords? allow-empty-passwords?)
|
||||||
(auto-login? auto-login?) (default-user default-user)
|
(auto-login? auto-login?) (default-user default-user)
|
||||||
(theme theme) (theme-name theme-name)
|
(theme theme) (theme-name theme-name)
|
||||||
(xauth xauth) (shepherd shepherd) (bash bash)
|
(xauth xauth) (shepherd shepherd)
|
||||||
(auto-login-session auto-login-session)
|
(auto-login-session auto-login-session)
|
||||||
(startx startx))))
|
(startx startx))))
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue