Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试运行 qtwayland 合成器,除非我以 root 身份运行程序,否则鼠标和键盘在 eglfs 平台上不起作用。
问题是我需要使用该合成器启动一个 Wayland 会话,但我无法使用 root 访问权限运行它,我还尝试了普通的 qt 程序,但它们的输入不适用于-platform eglfs.
-platform eglfs
我该如何解决这个问题?
我也在使用 Qt 5.12.10 版。