After installing NextSpace on a fresh CentOS 8 virtual machine and rebooting, I get a blank screen. I checked journalctl, and the relevant logs seem to be:
Oct 03 10:20:53 localhost.localdomain systemd[1]: Starting NEXTSPACE Login Panel...
Oct 03 10:20:53 localhost.localdomain systemd[1]: Started NEXTSPACE Login Panel.
Oct 03 10:20:53 localhost.localdomain Login[1366]: Loading two versions of NSIconWindow. The class that will be used is undefined
Oct 03 10:20:53 localhost.localdomain Login[1366]: 2021-10-03 17:20:53.950 Login[1366:1366] File NSDictionary.m: 672. In -[NSDictionary initWithContentsOfFile:] Contents of file '/usr/NextSpace/Preferences/Login' does not contain a dictionary
Oct 03 10:20:53 localhost.localdomain Login[1366]: 2021-10-03 17:20:53.953 Login[1366:1366] ================> Xorg is coming up <================
Oct 03 10:20:53 localhost.localdomain Login[1366]: /usr/NextSpace/Apps/Login.app/Login: Uncaught exception NSInvalidArgumentException, reason: NSTask - no launch path set
Oct 03 10:20:53 localhost.localdomain systemd[1]: loginwindow.service: Main process exited, code=dumped, status=6/ABRT
Oct 03 10:20:53 localhost.localdomain systemd[1]: loginwindow.service: Failed with result 'core-dump'.
Oct 03 10:20:53 localhost.localdomain systemd[1]: loginwindow.service: Triggering OnFailure= dependencies.
After installing NextSpace on a fresh CentOS 8 virtual machine and rebooting, I get a blank screen. I checked journalctl, and the relevant logs seem to be:
(Full log here. Contains two sets of startups because I figured it could be a transient bug.)