gnome-terminal is everything normal?toggle-user-motdhas no shell output either, though that might be intended/etc/profile.d/user-motd.shublue-os/configrpm-ostree status?if test -d "$HOME"; then
if test ! -e "$HOME"/.config/no-show-user-motd; then
if test -x "/usr/libexec/ublue-motd"; then
/usr/libexec/ublue-motd
elif test -s "/etc/user-motd"; then
cat /etc/user-motd
fi
fi
fi