You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This stands out since the applets using GApplication don't show up when the panel is started again.
Maybe the way the Wayland socket is being created could be done differently so that an EPIPE is generated? Or if subprocesses could be killed when the panel stops...
But then, stopping with ctrl+c doesn't generally seem to have this issue, so I don't know exactly in what cases this happens...
The text was updated successfully, but these errors were encountered:
This can prevent cosmic-panel applets closing. Presumably they didn't
receive an EOF from the socket since other applets got a copy of the
server-end fd.
As far as I can tell there's no reason to do this, for the server end of
the socket. It seems to work find with this code removed.
Fixespop-os/cosmic-panel#2.
This stands out since the applets using
GApplication
don't show up when the panel is started again.Maybe the way the Wayland socket is being created could be done differently so that an
EPIPE
is generated? Or if subprocesses could be killed when the panel stops...But then, stopping with ctrl+c doesn't generally seem to have this issue, so I don't know exactly in what cases this happens...
The text was updated successfully, but these errors were encountered: