• Re: Almost nothing in .xsession-errors

    From yaros@21:1/5 to All on Fri Nov 4 14:06:37 2022
    Dnia piątek, 4 listopada 2022 13:53:54 CET Erwan David pisze:
    Hello,

    I am running testing with plasma 5.26

    Today I got a crash of plasma, and I tried to look in .xsession-errors : there is almost nothing

    For each session, only

    Xsession: X session started for edavid at Fri Nov 4 12:31:19 CET 2022 dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus dbus-update-activation-environment: setting DISPLAY=:0 dbus-update-activation-environment: setting XAUTHORITY=/home/edavid/.Xauthority
    localuser:edavid being added to access control list dbus-update-activation-environment: setting QT_ACCESSIBILITY=1

    Is it the new normal ? Or should I configure something to get more
    versose informations in .xsession-errors ?

    Thanks



    In fact, this log now looks very modest...

    Xsession: X session started for yaros at pią, 4 lis 2022, 07:45:04 CET dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
    dbus-update-activation-environment: setting DISPLAY=:0 dbus-update-activation-environment: setting XAUTHORITY=/home/yaros/.Xauthority localuser:yaros being added to access control list dbus-update-activation-environment: setting GTK_MODULES=gail:atk-bridge dbus-update-activation-environment: setting QT_ACCESSIBILITY=1 dbus-update-activation-environment: setting SHELL=/bin/bash dbus-update-activation-environment: setting QT_ACCESSIBILITY=1 dbus-update-activation-environment: setting XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1
    dbus-update-activation-environment: setting DESKTOP_SESSION=plasma dbus-update-activation-environment: setting GTK_MODULES=gail:atk-bridge dbus-update-activation-environment: setting PWD=/home/yaros dbus-update-activation-environment: setting XDG_SESSION_DESKTOP=KDE dbus-update-activation-environment: setting LOGNAME=yaros dbus-update-activation-environment: setting XDG_SESSION_TYPE=x11 dbus-update-activation-environment: setting GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
    dbus-update-activation-environment: setting XAUTHORITY=/home/yaros/.Xauthority dbus-update-activation-environment: setting HOME=/home/yaros dbus-update-activation-environment: setting LANG=pl_PL.UTF-8 dbus-update-activation-environment: setting XDG_CURRENT_DESKTOP=KDE dbus-update-activation-environment: setting XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
    dbus-update-activation-environment: setting XDG_SESSION_CLASS=user dbus-update-activation-environment: setting USER=yaros dbus-update-activation-environment: setting PAM_KWALLET5_LOGIN=/run/user/1000/kwallet5.socket
    dbus-update-activation-environment: setting DISPLAY=:0 dbus-update-activation-environment: setting SHLVL=0 dbus-update-activation-environment: setting XDG_RUNTIME_DIR=/run/user/1000 dbus-update-activation-environment: setting XDG_DATA_DIRS=/home/yaros/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop
    dbus-update-activation-environment: setting PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin
    dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
    dbus-update-activation-environment: setting _=/usr/bin/dbus-update-activation-environment


    -----BEGIN PGP SIGNATURE-----

    iQEzBAABCgAdFiEEnpurjNSchpACvdZYcgPF31/bQL4FAmNlDl0ACgkQcgPF31/b QL7qGQf/UkX2QU4SSuarwTMs0dz/aW1WmiWAAso/92xzFV28rOk/fS/6T6hT1RHH pFMFnprIUDZMXHEpFjZ7ges57uP0ul4bWdHp+CdPOpgG9Yg6234qCt7ycDcUJLR8 w5hivvKWMVvZSrpvMbdaDPD8jh/+WbDnlgYAvYM3H8OO39buqTUBTIrE50xqPMhA pIdtz2EOBOx2OtwROYqncdYQlBOsf5Fcwune4FXCjT9rYTCs7q8CdJ5XoZu+Ov27 +CXP+hZwBMNXgIMWx+j3qV27vn+7ev+gclF0Px1ND0S0qc+bA1muKlvw4F/J+JVy TNpzvZxjBjidZbeRWGC6X7Q0eVmBrQ==
    =EDYr
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Erwan David@21:1/5 to All on Fri Nov 4 14:10:01 2022
    Hello,

    I am running testing with plasma 5.26

    Today I got a crash of plasma, and I tried to look in .xsession-errors :
    there is almost nothing

    For each session, only

    Xsession: X session started for edavid at Fri Nov 4 12:31:19 CET 2022 dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus dbus-update-activation-environment: setting DISPLAY=:0 dbus-update-activation-environment: setting
    XAUTHORITY=/home/edavid/.Xauthority
    localuser:edavid being added to access control list dbus-update-activation-environment: setting QT_ACCESSIBILITY=1

    Is it the new normal ? Or should I configure something to get more
    versose informations in .xsession-errors ?

    Thanks

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hefee@21:1/5 to All on Mon Nov 7 02:40:05 2022
    Hey,

    I am running testing with plasma 5.26

    Today I got a crash of plasma, and I tried to look in .xsession-errors : there is almost nothing

    You use systemd and the logs are in journald ;) Just use to see the logs:

    journalctl --user

    Keep also in mind, that Qt applications often disables logs by default. You need to enable logs explicitly, but when you enable it you get a lot of log messages. Use kdebugsettings to configure this or by hand by hacking
    ~/.config/QtProject/qtlogging.ini.

    I normally have qt.*=false as additional line, as the most errors are not deep in the Qt stack.

    But here the config to log everything:
    ~/.config/QtProject/qtlogging.ini:
    [Rules]
    *=true

    Regards,

    hefee
    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCgAdFiEEOewRoCAWtykmSRoG462wCFBgVjYFAmNoYfUACgkQ462wCFBg VjYv1RAAk0z+uusKj12o89ixfB2D18OfkzcipFe7frCkP92RJ9jkLre7bRz7hpkg rg/t+Rb7qNRIg8o3xdYjolTUa9H5pb2Id4VsoY5oitLVkJqVv/kaWJ9j93ET8suj hTopOlG7yxXs73GnNb205DSU84xjAAwpK3G0TD14wD0R14XbSkD6HiHa23NWguIM rDzSr8MEcQl4+aDx+cecQh6NtIPui4BFtfMLLykbTxTek2D6WniTG9EMB4rNBXPX ngI0ijSijPwDw300cRaJiZB4W7ABups6hii0tnrLoAVLvFHEZ0g1j52ysscywzpr yUymT9yTlxnQordginBVWD8EpNee1W6tK3lgjmE82vWn1bylRejQeVIZM5zDSlsC RtD9u8TIjXlzzw/hCoOqlIh/BwGejhdGdAtFJ68bVbxn0CZWuabyUGB6DSK2iWOo gPN1Ez6lnHSFKZ6bmqV2xb+vTvzOQToU5XIGXJFUpZG2PVye/qZdW8IDUZEDmXnq 2Pslh5pT10HpzPl2NKtFvGk0EXIpVuro1kpS72MsLeTOk0TOTGb6LnE2jYEjbLyI TapMolsAO6MJXe+N2SuP4+Vtwx89JXn296Hxdda0aB3Or2+Nu3v59NLB1rCSVjRj NRMdB+lJOmYVmYh5B6g528ujqYZQeaj6X2sDicLW03iZBfh1bDc=
    =MewD
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)