Re: Finding a window's icon

2018-04-26 Thread Eike Hein
On 04/26/2018 07:49 AM, Nicholas Bishop wrote: > My question is, does that work in practice? Do most applications > actually set the application ID as suggested? KDE/Qt and Gnome/GTK apps generally do. We've had to poke a few apps in the broader ecosystem to fix things, but overall things are a

Finding a window's icon

2018-04-25 Thread Nicholas Bishop
Hi, As I understand it, windows under Wayland don't directly expose an icon. Instead xdg-shell provides an application ID [1] that can be used to identify the application. The application ID is suggested to be the basename of the appropriate .desktop file. >From that I'm guessing that a wayland s