Skip to main content
Topic: Changed mit magic cookie behavior – x11vnc now needs explicit auth info (Read 879 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: Changed mit magic cookie behavior – x11vnc now needs explicit auth info

Reply #15
Basically, 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
That's actually a good idea! :-)