29 Sep
2024
29 Sep
'24
03:12
On 9/28/24 8:34 PM, David C. Rankin wrote:
Apparently .xsession-errors (while still used widely) has been deprecated for more than a decade:
https://stackoverflow.com/questions/10222449/what-is-xsession-errors
Docs from the gnome side (link referenced in SO Answer):
https://help.gnome.org/admin/system-admin-guide/stable/session-debug.html.en
Ahah!, For openSUSE it is started in: /usr/etc/X11/xdm/Xsession # # Redirect errors to the standard user log files. # for errfile in "${HOME}/.xsession-errors" \ "${TMPDIR:-/tmp}/xerr-${USER}-${DISPLAY}" do ... So if however you start your desktop invokes /usr/etc/X11/xdm/Xsession, the redirect of errors to ${HOME}/.xsession-errors occurs. -- David C. Rankin, J.D.,P.E.