Re: Is there a way to implement systray in wayland w/o dbus?
Reply #8 –
The problem is not about where to do it, but how
I don't like to be forced to use dbus for desktop to be functional. Although i currently start dwm inside dbus session, i can safely start it w/o dbus and all i lose would be some fancy integration which isn't critical for me. That's what i want from wayland, and looks like i'm not getting it.
However, briefly reading about wayland api, i found wl_data_source / wl_data_offer pair of functions. If those can be used to get information about incoming mesages/emails from respective apps, it would be fine for me. I suppose, GUI for clipboard manager can be implemented separately w/o using systray.