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

推荐订阅源

大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
博客园 - 叶小钗
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
Last Week in AI
Last Week in AI
罗磊的独立博客
量子位
Jina AI
Jina AI
T
Tailwind CSS Blog
Apple Machine Learning Research
Apple Machine Learning Research
IT之家
IT之家
美团技术团队
雷峰网
雷峰网
爱范儿
爱范儿
S
SegmentFault 最新的问题
小众软件
小众软件
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

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.