New comment by Anachron on void-packages repository https://github.com/void-linux/void-packages/pull/20538#issuecomment-612470089 Comment: @LinArcX I've reapplied this PR as patch on my gitsrc, recompiled `pantheon-session` and created a new live-ISO which sadly always crashes now. So now I disable my lightdm auto-launch and try to figure out why that is. Meanwhile I've created a meta package for all default elementary apps which makes it easier for me to package & install pantheon. ```bash # Template file for 'pantheon-apps-default' pkgname=pantheon-apps-default version=1.0.0 revision=1 build_style=meta depends="io.elementary.terminal io.elementary.calculator io.elementary.files io.elementary.icons io.elementary.calendar io.elementary.code io.elementary.music io.elementary.videos io.elementary.photos io.elementary.print pantheon-screenshot" short_desc="Default Pantheon applications" maintainer="Anachron " license="LGPL-2.1-or-later" homepage="https://github.com/elementary" ```