> Le 30/09/2020 à 22:06, Jamie Zawinski a écrit : > > The reason remote.c includes @hostname on the XA_SCREENSAVER_ID is to > > detect the case when "xscreensaver" and "xscreensaver-demo" are running on > > different hosts, because if they are different hosts, they are likely > > different file systems for the home directory. Your first patch disables > > this check.
The intention of my first patch is, given luser is "name@ddns_domain@host", that the detected username becomes "name@ddns_domain" and the detected hostname "host". Whereas today the username becomes "name" and the hostname "ddns_domain@host" which seems wrong. I don't see right now (this was a while back) how the patch disables any check. In the simple case of one "@" it is the same if we use strchr or strrchr. Tormod