@eevee Tbh, at the same time, I'm feeling weirded out at the sudden explosion of competing methods to package Linux software "windows style" by bundling all the damn libraries and stuff right with the app instead of adapting to what's provided by the system.
Does it work? I guess yes.
But it just feels so... weird and "wait, this must be against the rules, right?", especially as it's not as polished as Mac bundles either.
@Tvorsk @eevee this usually happens as a result of getting an endless stream of bug reports that boil down to things like "Debian ships a version of libstdc++ that is completely broken and has been for years" and waste an incredible amount of time that could be spent on literally anything else
static linking is the older solution for this issue, but it doesn't work for GUI applications, so here we are