[Wayland-bugs] [Bug 769641] New: Mismatched application id with xdg-shell

gtk+ (GNOME Bugzilla) bugzilla at gnome.org
Mon Aug 8 17:10:39 UTC 2016


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

            Bug ID: 769641
           Summary: Mismatched application id with xdg-shell
    Classification: Platform
           Product: gtk+
           Version: 3.20.x
                OS: Linux
            Status: NEW
          Severity: major
          Priority: Normal
         Component: Backend: Wayland
          Assignee: gtk-bugs at gtk.org
          Reporter: pierluigi.fiorini at gmail.com
        QA Contact: gtk-bugs at gtk.org
                CC: rob at robster.org.uk, wayland-bugs at lists.freedesktop.org
     GNOME version: ---

The executable name is used as application id instead of the actual application
id.

Let's take Calendar as an example, but the same can be verified with other
applications.

The desktop entry is org.gnome.Calendar.desktop but the executable name is
passed on as application id:

[1895038,114]  -> xdg_shell at 16.get_xdg_surface(new id xdg_surface at 27,
wl_surface at 15)
[1895038,123]  -> xdg_surface at 27.set_parent(nil)
[1895038,127]  -> xdg_surface at 27.set_title("Calendar")
[1895038,130]  -> xdg_surface at 27.set_window_geometry(26, 23, 996, 713)
[1895038,139]  -> xdg_surface at 27.set_maximized()
[1895038,142]  -> xdg_surface at 27.set_app_id("gnome-calendar")

This makes mapping Gtk+ applications on task managers really hard.

-- 
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/20160808/94812ac7/attachment-0001.html>


More information about the wayland-bugs mailing list