[Wayland-bugs] [Bug 773686] Software when launched shows in dash with wrong icon, name and menu
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jan 19 18:27:44 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=773686
Daniel Stone <daniel at fooishbar.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |daniel at fooishbar.org
--- Comment #14 from Daniel Stone <daniel at fooishbar.org> ---
(In reply to Carlos Garnacho from comment #11)
> This is how windows are meant to be hidden as per the wayland
> protocol, there's no need to destroy the xdg_surface and other
> interfaces.
Erm ...
if (surface->buffer_ref.buffer == NULL && priv->first_buffer_attached)
{
/* XDG surfaces can't commit NULL buffers */
wl_resource_post_error (surface->resource,
WL_DISPLAY_ERROR_INVALID_OBJECT,
"Cannot commit a NULL buffer to an xdg_surface");
return;
}
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20170119/0c876729/attachment-0001.html>
More information about the wayland-bugs
mailing list