Hi.
On Sat, 02 Nov 2024 16:58:25 -0700 ToddAndMargo via users wrote:
> During the troubleshooting I had a fc39 mate live usb fired
> up in a virtual machine. I used the following to hunt down
> all the xsessions, .ICE*, etc.. I could find no difference.
> # find / -iname \*xsess\*
As I said, it would be better to look at the log of lightdm, at the
/etc/X11/xinit/Xsession script if (as it is for me) used by lightdm
I said:
If your problem is the same, ie:
When I try to login, lightdm can't seem to start my window
manager. After entering my password it just reloads the lightdm
interface.
then, since:
- fvwm spawn: /etc/X11/xinit/Xsession SESSION
- you are not using gnome
you should look at your ~/.xsession-errors file for errors.
In your case SESSION should be mate-session or xfce4-session.
Example with cinnamon:
grep Running /var/log/lightdm/lightdm.log
[+1538232.75s] DEBUG: Session pid=3190450: Running command
/usr/sbin/slick-greeter
[+1538241.67s] DEBUG: Session pid=3190519: Running command
/etc/X11/xinit/Xsession cinnamon-session-cinnamon
/etc/X11/xinit/Xsession stars with:
# redirect errors to a file in user's home directory if we can
if [ -z "$GDMSESSION" ]; then
# GDM redirect output itself in a smarter fashion
errfile="$HOME/.xsession-errors"
if ( umask 077 && cp /dev/null "$errfile" 2> /dev/null ); then
chmod 600 "$errfile"
[ -x /sbin/restorecon ] && /sbin/restorecon $errfile
exec > "$errfile" 2>&1
else
errfile=$(mktemp -q /tmp/xses-$USER.XXXXXX)
if [ $? -eq 0 ]; then
exec > "$errfile" 2>&1
fi
fi
fi
--
francis
--
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it:
https://pagure.io/fedora-infrastructure/new_issue