As I can see in the code, org.x.sticky is the application id provided to the gtk app.
But if I look into window details while running app in a wayland session, app_id is sticky.py instead. This is causing taskbar to have no icon for app as most wayland taskbar use app_id to look for the app icon in the icon theme.
on looking further, seems like app_id is always same as the name of python file, If I change the file name, app_id is also changes as such
can you please look into it
As I can see in the code,
org.x.stickyis the application id provided to the gtk app.But if I look into window details while running app in a wayland session, app_id is
sticky.pyinstead. This is causing taskbar to have no icon for app as most wayland taskbar use app_id to look for the app icon in the icon theme.on looking further, seems like app_id is always same as the name of python file, If I change the file name, app_id is also changes as such
can you please look into it