Bug 82972 - Missing weston client context-menus
Summary: Missing weston client context-menus
Status: VERIFIED FIXED
Alias: None
Product: Wayland
Classification: Unclassified
Component: weston (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Wayland bug list
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-22 21:14 UTC by Anu Reddy
Modified: 2014-09-12 20:29 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Anu Reddy 2014-08-22 21:14:00 UTC
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
Comment 1 Pekka Paalanen 2014-09-10 11:39:48 UTC
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.
Comment 2 Pekka Paalanen 2014-09-10 12:19:46 UTC
Workaround proposed:
http://lists.freedesktop.org/archives/wayland-devel/2014-September/017191.html
Comment 3 Anu Reddy 2014-09-12 20:29:19 UTC
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.