diff -r 9f3234600cd2 gui-x11/x11.c --- a/gui-x11/x11.c Sat Aug 29 15:34:29 2020 -0400 +++ b/gui-x11/x11.c Wed Sep 23 21:36:00 2020 -0700 @@ -1205,8 +1205,8 @@ /* nothing */ }else if(strcasecmp(name, "text/plain") == 0 || strcasecmp(name, "text/plain;charset=UTF-8") == 0){ goto text; - }else - iprint("cannot handle selection request for '%s' (%d)\n", name, (int)xe->target); + }//else + // iprint("cannot handle selection request for '%s' (%d)\n", name, (int)xe->target); } r.xselection.property = None; }