为什么在没有 SUDO 的情况下运行 Java UI 会破坏 GUI 外观?
为什么使用 SUDO 运行应用程序会改变 GUI 外观?
IeButton 背景、按钮大小、JTree 外观的行为有所不同,具体取决于 GUI 是否使用 SUDO 启动。
非常感谢您的建议。 谢谢
Why running application with SUDO changes GUI appearance?
I.e.Button background, Button size, JTree appearance are behaving differently depending on how the GUI was started with SUDO or not.
Will appreciate your suggestions.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您没有提供太多细节。据推测 root 的路径和/或环境变量设置不同。我猜想
java -fullversion
和sudo java -fullversion
会给出不同的结果。You don't give much in the way of detail. Presumably root has paths and/or environment variables set up differently. I would guess that
java -fullversion
andsudo java -fullversion
will give different results.