freebsd-ports/x11/slim/files/pkg-message.in
Fernando Apesteguía 24138d3c76 x11/slim: Add dbus runtime dependency
It needs a DBus session bus to connect to.
Add instructions in pkg-message.in

PR:	254766
Reported by:	fernape@FreeBSD.org
Approved by:	jsm@FreeBSD.org (maintainer, timeout > 2 weeks)
2021-04-22 19:13:39 +02:00

29 lines
855 B
Text

[
{ type: install
message: <<EOM
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.
Alternatively, just put the following entry in /etc/rc.conf:
slim_enable=yes
slim requires a dbus session bus to connect to. Add the following entry in
/etc/rc.conf:
dbus_enable="YES"
*** 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.
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.
EOM
}
]