Closed ZLLentz closed 4 years ago
What do you have on:
env | grep XDG
And
export -p | grep XDG
?
zlentz@psbuild-rhel7-01:~$ env | grep XDG
XDG_SESSION_ID=1520
XDG_RUNTIME_DIR=/run/user/14059
zlentz@psbuild-rhel7-01:~$ export -p | grep XDG
declare -x XDG_RUNTIME_DIR="/run/user/14059"
declare -x XDG_SESSION_ID="1520"
It's not clear that I still have this problem, my hutch-python session did not complain at all today...
Probably that got fixed at the OS level.
I'm curious how these variables get injected into the environment (ssh/PAM?) - but it does happen automatically, regardless of X forwarding settings or ssh-agent settings.
My best guess here is that your variables got unset somehow, rather than failed to be set initially.
I think I'm going to close this for now, re-open if it pops up again
Bug Report
This prints for me on any ipython session that sets up the qt backend for matplotlib, interfering with the first line of input. It is very annoying, and affects the hutch python sessions.
Expected Behavior
I don't even care if Qt is doing something weird, I don't have to know about it... we want this to not print, either by solving the issue or hiding the warning.