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

推荐订阅源

V
Visual Studio Blog
U
Unit 42
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The GitHub Blog
The GitHub Blog
Microsoft Azure Blog
Microsoft Azure Blog
有赞技术团队
有赞技术团队
Stack Overflow Blog
Stack Overflow Blog
爱范儿
爱范儿
博客园 - 司徒正美
Vercel News
Vercel News
I
InfoQ
GbyAI
GbyAI
C
Check Point Blog
B
Blog RSS Feed
Martin Fowler
Martin Fowler
B
Blog
MyScale Blog
MyScale Blog
腾讯CDC
博客园 - Franky
Blog — PlanetScale
Blog — PlanetScale
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Hugging Face - Blog
Hugging Face - Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 三生石上(FineUI控件)

KDE

kde 默认就有的的 feature "fancyZone", 具体名称叫什么? 求助, manjaro kde 唤醒登陆后卡死 KDE 节点这是没人发言了吗 KDE Plasma 5 用了一会儿 KDE,感觉眼睛特别累。 大家是怎么设置KWallet的? KDE
分享一个能在 KDE 标题栏显示 global menu 的工具
moonheart · 2022-06-06 · via KDE

https://github.com/Zren/material-decoration

KDE 要显示 global menu, 之前一直是加一个 menu panel 到顶部,今天突然想到,能不能像 windows 的 vscode/idea 那样,把菜单显示到标题栏呢?一搜还真有,效果:

存在的问题:

  1. 无法通过快捷键触发菜单
  2. Alt 键不会突出助记字母

https://invent.kde.org/plasma/breeze/-/merge_requests/126

这个是有个 PR 想要要合进主线,但似乎团队想要用别的方式去实现:

KWin should include a full support of dbus menu protocol, then KDecoration should expose a new API needed for the menu and only after that decorations should get a support for the menu using this API.