flathub / chat.simplex.simplex

https://flathub.org/apps/details/chat.simplex.simplex
0 stars 0 forks source link

Application does not terminate #2

Closed 239 closed 1 month ago

239 commented 1 month ago

Instances keep running after closing the application: flatpak ps

Instance   PID   Application          Runtime
178348822  6108  org.mozilla.firefox  org.freedesktop.Platform
1972543518 11507 chat.simplex.simplex org.freedesktop.Platform
3130099956 11917 chat.simplex.simplex org.freedesktop.Platform
2858080772 12271 chat.simplex.simplex org.freedesktop.Platform
shumvgolove commented 1 month ago

Hmm, good catch. I'll investigate.

shumvgolove commented 1 month ago

It seems that inside sandbox spawns another process called gsettings monitor org.gnome.desktop.interface gtk-theme that monitors and applies gtk-theme dynamically from host changes. The weird thing is: it persists when simplex process exits.

I'll create a workaround that kills gsettings, should resolve the issue.