1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/x11/sddm/pkg-message
Adriaan de Groot 87b48b8d60 x11/sddm: make "user session" more resilient
It's possible to install SDDM with very little other X11 baggage,
like xterm. In such a minimal install situation, SDDM will still
come up and offer "User Session" -- and that session will fail,
because there's nothing to run.

Depend on xmessage, and then fall back to xinit's default script
and if **that** isn't there, show the user a message instead of
just sitting there with a black screen and an X cursor.

PR:		256648
Reported by:	Graham Perrin
2021-07-18 00:21:59 +02:00

21 lines
580 B
Plaintext

[
{ type: upgrade
maximum_version: 0.18.1_4
message: <<EOM
SDDM user's home directory have been moved to /var/lib/sddm. It is advised to run
following commands as root:
# pw usermod -n sddm -d /var/lib/sddm
# pwd_mkdb /etc/master.passwd
# mv /usr/local/etc/sddm/home/state.conf /var/lib/sddm/state.conf
# rm -rf /usr/local/etc/sddm/home
EOM
}
{ type: install
message: <<EOM
SDDM lists a "user session" which requires an .xinitrc in the user's
home directory, or as a fallback, xterm. It is advised to write an
.xinitrc if you want to use the "user session" feature.
EOM
}
]