https://bugs.kde.org/show_bug.cgi?id=372116

--- Comment #33 from Shmerl <shtetl...@gmail.com> ---
Apparently some downstream distros are working around this by changing the
buffer size:

-#define MAX_TOKEN_LENGTH 256 // Max length of tokens (e.g. window title)
+#define MAX_TOKEN_LENGTH 65536 // Max length of tokens (e.g. window title)

That might cover all cases (like very large selections) but it's still better
than 256 characterless. Is there a problem to changing that default to
something like a few megabytes altogether?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to