Bitsteward / bitsteward

A GTK4 + Libadwaita client for Bitwarden
GNU General Public License v3.0
45 stars 1 forks source link

The BW server does not close itself #3

Closed mxmvncnt closed 1 year ago

mxmvncnt commented 1 year ago

The BW server does not close itself when there is a signal connection from the stackbar (to change the leaflet pages).

this line: self.stack_sidebar.connect("notify::visible-child", self.on_stack_switch) causes the issue. It seems the notify::visible-child part prevents the on_destroy function from executing, which means the bw subprocess does not get terminated

mxmvncnt commented 1 year ago

Solved by not using the BW Server