<html>
<head>
<base href="https://bugzilla.gnome.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Mismatched application id with xdg-shell"
href="https://bugzilla.gnome.org/show_bug.cgi?id=769641">769641</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Mismatched application id with xdg-shell
</td>
</tr>
<tr>
<th>Classification</th>
<td>Platform
</td>
</tr>
<tr>
<th>Product</th>
<td>gtk+
</td>
</tr>
<tr>
<th>Version</th>
<td>3.20.x
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>major
</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal
</td>
</tr>
<tr>
<th>Component</th>
<td>Backend: Wayland
</td>
</tr>
<tr>
<th>Assignee</th>
<td>gtk-bugs@gtk.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>pierluigi.fiorini@gmail.com
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>gtk-bugs@gtk.org
</td>
</tr>
<tr>
<th>CC</th>
<td>rob@robster.org.uk, wayland-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>GNOME version</th>
<td>---
</td>
</tr></table>
<p>
<div>
<pre>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] -> <a href="mailto:xdg_shell@16.get_xdg_surface">xdg_shell@16.get_xdg_surface</a>(new id xdg_surface@27,
wl_surface@15)
[1895038,123] -> <a href="mailto:xdg_surface@27.set_parent">xdg_surface@27.set_parent</a>(nil)
[1895038,127] -> <a href="mailto:xdg_surface@27.set_title">xdg_surface@27.set_title</a>("Calendar")
[1895038,130] -> <a href="mailto:xdg_surface@27.set_window_geometry">xdg_surface@27.set_window_geometry</a>(26, 23, 996, 713)
[1895038,139] -> <a href="mailto:xdg_surface@27.set_maximized">xdg_surface@27.set_maximized</a>()
[1895038,142] -> <a href="mailto:xdg_surface@27.set_app_id">xdg_surface@27.set_app_id</a>("gnome-calendar")
This makes mapping Gtk+ applications on task managers really hard.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>