https://bugzilla.gnome.org/show_bug.cgi?id=746435

--- Comment #1 from Jonas Ã…dahl <[email protected]> ---
Created attachment 299790
  --> https://bugzilla.gnome.org/attachment.cgi?id=299790&action=edit
wayland: Use g_get_prgname as the xdg surface application id

The "app_id" of a xdg_surface should be the ID that can potentially be
used to get the DBUS name or the .desktop file, i.e. the reverse DNS if
available, otherwise often just the base name of the binary file.
Usually g_get_prgname will provide us with that name.

Still fallback to the gdk program class in case g_get_prgname returns
NULL, even though this string usually doesn't conform to the
expectations of xdg_surface.set_application_id.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to