問題タブ [qtwayland]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
qt - Qtwayland eglfs の入力が root なしでは機能しない
qtwayland コンポジターを実行しようとしていますが、ルートとしてプログラムを実行しない限り、eglfs プラットフォームでマウスとキーボードが機能しません。
問題は、そのコンポジターで wayland セッションを開始する必要があり、root アクセスでそれを実行できないことです。通常の qt プログラムも試しましたが、それらの入力は-platform eglfs
.
どうすればその問題を解決できますか?
Qt バージョン 5.12.10 も使用しています。