multiple display support broken

Brian May <brian-q50s5p6zN2eXcgI2zpBr/[email protected]>
Newsgroups gmane.comp.window-managers.ratpoison.devel
Message-ID <[email protected]>
Not sure if this has made its way to ratpoison developers or not.

Latest X-Windows set DISPLAY to :0, not :0.0 and ratpoison will always use
:0, even if :0.1 is desired.

See: https://bugs.launchpad.net/ubuntu/+source/ratpoison/+bug/774624

Solution is easy, change the ratpoison code as documented in the bug report:

char * dot;
dot = strrchr(s->display_string, '.');
if (!dot) dot = s->display_string + strlen(s->display_string);
sprintf(dot, ".%i", screen_num);

-- 
Brian May <brian-q50s5p6zN2eXcgI2zpBr/[email protected]>

_______________________________________________
Ratpoison-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/ratpoison-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.