Lines 3-19
Link Here
|
3 |
Thanks to Nikos Ntarmos, it is now possible to start slim from /etc/ttys. |
3 |
Thanks to Nikos Ntarmos, it is now possible to start slim from /etc/ttys. |
4 |
Please see %%PREFIX%%/etc/rc.d/slim for instructions on how to do that. |
4 |
Please see %%PREFIX%%/etc/rc.d/slim for instructions on how to do that. |
5 |
|
5 |
|
6 |
Alternatively, just put |
6 |
Alternatively, just put the following entry in /etc/rc.conf: |
7 |
|
7 |
|
8 |
slim_enable=yes |
8 |
slim_enable=yes |
9 |
|
9 |
|
10 |
into /etc/rc.conf |
|
|
11 |
|
12 |
*** Option "sessions" is no longer supported. *** |
10 |
*** Option "sessions" is no longer supported. *** |
13 |
|
|
|
14 |
Now you need to put session files in the directory specified by option |
11 |
Now you need to put session files in the directory specified by option |
15 |
"sessiondir". They should be xdg-style .desktop files. |
12 |
"sessiondir". They should be xdg-style .desktop files. |
16 |
The "Name" entry in the session file would be used as session name. |
|
|
17 |
The "Exec" entry would replace %session in login_cmd. |
18 |
|
13 |
|
|
|
14 |
WARNING: the default behaviour in parsing .xinitrc file has changed! |
15 |
You can now set a default xsession as described here: |
16 |
https://github.com/iwamatsu/slim/pull/1 |
17 |
You can turn back to random xsession selection by compiling |
18 |
this port without the option XDEFAULT. |
19 |
|
19 |
************************************************************************* |
20 |
************************************************************************* |