New comment by ilya-fedin on void-packages repository https://github.com/void-linux/void-packages/issues/32053#issuecomment-884763788 Comment: (i saw reference from this issue in tdesktop repo) > [This](https://github.com/desktop-app/lib_base/blob/master/base/platform/linux/base_linux_gtk_integration.cpp#L449) assertion seems to be failing, checking via `dbus-monitor` it is indeed `true` on every attempt that result in crash. The thing is, process of the service should exit with the main process, so it should always be false. Assertion violation is valid, such situation should never happen... > It looks like they removed the message and unsetting the enviroments in [desktop-app/lib_base@f493a81#diff-5d8c1fecd0ee047b9263a26b184089db23769254a398648acc9a2078a58accbeL226-L227](https://github.com/desktop-app/lib_base/commit/f493a8174f993119de8d9a5170dc89641bfafbef#diff-5d8c1fecd0ee047b9263a26b184089db23769254a398648acc9a2078a58accbeL226-L227) Yeah, gtk usage was moved to separate processes, so this shouldn't be needed anymore.