Replies: 5 comments 2 replies
-
我们当初也是调研过了, 只是没有意识到 macOS 中 x 和 X 大小写不分, 结果 混在一起了. 这个问题 应该只有 在 mac 环境会碰上. 我们后面会引入用户自定义 ___x_cmd 短名的功能, 但由于我们的项目比较庞大, 而且 x 的代码已经积累了三年. 因此这项工作( 不仅要修改调用, 还需要修改日志 ) 需要大量的测试时间, 需要 6-12个月. |
Beta Was this translation helpful? Give feedback.
-
请问在什么场景下, 直接 调用 Xorg 遇到了 问题 ? |
Beta Was this translation helpful? Give feedback.
-
![]() 我刚 在 macOS 装了 xorg-server 试了一下 其实, 官方的名称还是 保留为 X ( 大写 ) 之所以看到 小写的 x, 是因为 APFS 在一些场景中大小写不分( 听说好像是为了兼容以前的内核) . 但是有趣的是, 调用 x 和 调用 X 还是能分得清楚的. 所以如果你按照 xorg 的官方正名 Xquartz 和 X 调用, 应该是没有问题的. |
Beta Was this translation helpful? Give feedback.
-
你可以分别试一下:
|
Beta Was this translation helpful? Give feedback.
-
刚看看错了
/opt/homebrew/bin/x ⇒ ../Cellar/xorg-server/21.1.15/bin/X |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
/opt/homebrew/bin/x ⇒ ../Cellar/xorg-server/21.1.15/bin/X
是否考虑换个名字
Beta Was this translation helpful? Give feedback.
All reactions