Weston client context menu (drop-down menu) contains “close”, “Move to workspace above” and “Move to workspace below” menu options. These menus allow user to close the clients session and move the clients above, below workspaces. Without context menus, user cannot move clients between workspaces. Steps to Reproduce: 1. Launch weston 2. Execute weston-terminal 3. Right click the terminal window tittle bar 4. Observe that no menu is popped up. Software Stack: wayland (HEAD) remotes/origin/HEAD-0-g6d0f298 drm (HEAD) heads/master-16-gd686160 mesa (HEAD) remotes/origin/10.2-0-gd82ca4e libva (HEAD) libva-1.3.1-0-g053f70f intel-driver (HEAD) 1.3.1-0-ga720bc8 cairo (HEAD) heads/1.12-0-g59e2a93 libinput (HEAD) heads/master-163-gbb10ec8 weston (HEAD) remotes/origin/master-0-g652c794
static void xdg_surface_show_window_menu(struct wl_client *client, struct wl_resource *surface_resource, struct wl_resource *seat_resource, uint32_t serial, int32_t x, int32_t y) { /* TODO */ } So, unimplemented after adding that to xdg-shell.
Workaround proposed: http://lists.freedesktop.org/archives/wayland-devel/2014-September/017191.html
This bug has been fixed in following Software Stack. wayland (HEAD) remotes/origin/HEAD-0-gedf4e7a drm (HEAD) heads/master-16-gd686160 mesa (HEAD) remotes/origin/10.2-0-ge475222 libva (HEAD) libva-1.3.1-0-g053f70f intel-driver (HEAD) 1.3.1-0-ga720bc8 cairo (HEAD) remotes/origin/1.12-0-g4b65497 libinput (HEAD) remotes/origin/HEAD-0-g224f1d8 weston (HEAD) remotes/origin/HEAD-0-gf1d2cc0
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.