問題タブ [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.
wayland - ウィンドウ/サーフェスの x、y 位置を制御するために wayland/weston を拡張する方法
で x、y 位置を制御しようとしてweston/desktop-shell/shell.c
いweston_view_set_initial_position(...)
ます。
私が計画したことは、グローバルな x/y 位置を追加することによって、サーフェスの幅/高さを渡すデータ構造を単純に拡張することです。
qt/qml アプリケーションを使用しています。トップレベルの API はqwindow.setX()
.
アイデアは次のとおりです: Wayland でウィンドウの x、y 座標を設定するにはどうすればよいですか?
@mpr
噛むには多すぎると述べました。
それがどれほど大きいか、または潜在的な問題を説明できる人がいれば、私は感謝します.
qt - QtCompositor が EGL 表示の初期化に失敗したのはなぜですか?
QWaylandCompositor サンプル コード「qwindow-compositor」を Kaby Lake システムと Sky Lake システムで実行しようとしています。しかし、それは
QtCompositor: EGL 表示の初期化に失敗しました。ウィンドウの EglDisplay を取得できませんでした。
これを解決するにはどうすればよいですか?