Re: How do I check to see if my xorg display manager is running?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
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/users@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux