2025-11-20 09:16:16
Is anyone involved in 'Glycin' - the new GTK/image loader thing? It generally looks a good safe idea; but there are some weird cases where it seems OTT. As far as I can tell, gtk forks off a 'bwrap' namespace wrapper, then runs the image parsing in a glycin process; and that process gets cleaned up when you don't do any more image loads for a while. But that means that opening a new terminal ends up doing all that just (?) to read the icon which is a secure system fi…