Re: Changed mit magic cookie behavior – x11vnc now needs explicit auth info Reply #15 – 02 August 2023, 20:23:01 Quote from: l3u – on 02 August 2023, 09:46:14Basically, automatically creating a symlink to the real cookie on X startup seems to be a nice idea! I only fear this will interfere with future SDDM development decisions (who knows what they will do next) if it force-links to ~/.Xauthority …A simple test before force symlinking should safeguard from this contingency:Code: [Select][ -L ~/.Xauthority ] && ln -sf $XAUTHORITY ~/.Xauthority
Re: Changed mit magic cookie behavior – x11vnc now needs explicit auth info Reply #16 – 05 August 2023, 11:39:30 That's actually a good idea! :-)