2019-08-14 14:25:52 +02:00
|
|
|
[
|
|
|
|
{ type: install
|
|
|
|
message: <<EOM
|
2007-07-19 18:09:00 +02:00
|
|
|
Thanks to Nikos Ntarmos, it is now possible to start slim from /etc/ttys.
|
|
|
|
Please see %%PREFIX%%/etc/rc.d/slim for instructions on how to do that.
|
|
|
|
|
2019-10-02 07:04:14 +02:00
|
|
|
Alternatively, just put the following entry in /etc/rc.conf:
|
2014-03-26 22:18:57 +01:00
|
|
|
|
|
|
|
slim_enable=yes
|
|
|
|
|
2021-04-22 19:03:41 +02:00
|
|
|
slim requires a dbus session bus to connect to. Add the following entry in
|
|
|
|
/etc/rc.conf:
|
|
|
|
|
|
|
|
dbus_enable="YES"
|
|
|
|
|
2014-09-20 21:07:37 +02:00
|
|
|
*** Option "sessions" is no longer supported. ***
|
|
|
|
|
|
|
|
Now you need to put session files in the directory specified by option
|
|
|
|
"sessiondir". They should be xdg-style .desktop files.
|
2019-10-02 07:04:14 +02:00
|
|
|
|
|
|
|
WARNING: the default behaviour in parsing .xinitrc file has changed!
|
|
|
|
You can now set a default xsession as described here:
|
|
|
|
https://github.com/iwamatsu/slim/pull/1
|
|
|
|
You can turn back to random xsession selection by compiling
|
|
|
|
this port without the option XDEFAULT.
|
|
|
|
|
2019-08-14 14:25:52 +02:00
|
|
|
EOM
|
|
|
|
}
|
|
|
|
]
|