惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
博客园_首页
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
Hugging Face - Blog
Hugging Face - Blog
美团技术团队
小众软件
小众软件
T
Tailwind CSS Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
有赞技术团队
有赞技术团队
WordPress大学
WordPress大学
博客园 - 【当耐特】
Apple Machine Learning Research
Apple Machine Learning Research
罗磊的独立博客
V
V2EX
酷 壳 – CoolShell
酷 壳 – CoolShell
IT之家
IT之家
量子位
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Recent Announcements
Recent Announcements
M
MIT News - Artificial intelligence
阮一峰的网络日志
阮一峰的网络日志
The GitHub Blog
The GitHub Blog

LWN.net comments

tcmalloc's weird hack [LWN.net] Fixed? [LWN.net] mpd [LWN.net] Userspace AX.25 [LWN.net] RIP [LWN.net] My two cents... [LWN.net] pipx [LWN.net] Tragedy [LWN.net] A young man destined for glory [LWN.net] And 'less' won't let you search [LWN.net] A great loss [LWN.net] Sad and shocking news [LWN.net] Easy migration from Clementine [LWN.net] Sad coincidence [LWN.net] GNOME is actually usable thanks to Seth et al [LWN.net] Sad news :( [LWN.net] armhf supports preempt_rt [LWN.net] MusicBrainz accurracy [LWN.net] On open source maintainership [LWN.net] Let's stop here [LWN.net] Not a new thing [LWN.net] uv is indeed great pgmoneta Some comments on this on a Postgres blog feed [LWN.net] uv [LWN.net] going to Debian [LWN.net] Upgrading 64-bit-capable systems to 64-bit kernels? [LWN.net] Free Software foundations Maintainers can wait for code review but not for publish review? A reasonably extreme point of view [LWN.net]
Happy to see this emerge [LWN.net]
nim-nim · 2026-06-24 · via LWN.net comments

The problem is that input and localization were totally inadequate under X11, leading to the creation of an horrific amount of *partial* *incompatible* workarounds (ie one could fix some extremely specific use cases, at the expense of all others).

The Wayland authors (most of which used to maintain the old totally inadequate mess) tried to streamline the situation to recover maintainability, but sort of stopped half way, due to the pressure of shipping something, and probably under the influence of their allies Gnome-side (perfect is the enemy of good, just forbid all the use cases we do not care about, like HiDPI was forbidden till market pressure made everything is 96dpi untenable).

Input in Wayland is a lot better than in X11 but (for example) the streamlining did not go as far as dissociating input methods from locale (state of the art in Microsoft Office circa 1995, then generalised at the OS level), dissociating date formats from locale (which is why Linux is state of the art UTF-8 side but unable to adopt same-epoch ISO 8601 = rfc 3339) nor providing a clear architectural nexus for all the input behaviour fine tuning some were used to. To be clear X11 did not provide this nexus either is was all hacked and workarounded over time.

But Emojis and multimedia keys work fine in Wayland. The streamlining was sufficient to fix this use case.