-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A documented way to start without login-manager? #440
Comments
|
It doesn't crash - it won't start due to your OS setup. Try run Xorg without options and check output.
Probably you've some Xorg drivers installed. Check /var/log/Xorg.0.log for hints. |
The debian one is the stock ARM image from https://mac.getutm.app/gallery/debian-12 and the nextstep image was the recent 0.95 release. Also, trying to start
I've decided to try and make a .desktop file for nextspace myself, but having Also decided to reinstall the Ubuntu VM with the recent LTS release. |
Now problem becomes more clear - you're trying to run x86_64 binary code on ARM. You may try to build NextSpace from source, follow the steps described in README located in nextspace/Packaging/Sources. |
Might also want to try and check the releases install script on Aarch64. Create new Arch dependent issue with release binaries and close this one? On a unrelated note i created dock logo icons for Rasbian and Oracle Linux/Solaris. I can send those over if you want the two icons. |
Building from source just only gave one error (I'd stringed tougher all the build scripts into one line, which i advise not to do so):
Apt has the needed file, but unsure of dependency clashes as it wants to use the vanilla GNUStep-common package too. |
NextSpace is self-contained - no dependencies on official GNUstep packages. GNUstep official packages have different directory hierarchy - remove them and run NextSpace build scripts one by one. |
Sorry, I don't have ARM-based laptop. My workhorse is x86_64 based. I have occassional access to Air M2, but I can't rely on it.
I may add those icons, but I have no ability to develop/test project on variety of OS/hardware. Do you want to be a volonteer? |
As the title says it, is there a documented way to start without
Login
? I am running NextSpace from a virtualized Ubuntu sever 23 install running on a mac with the UTM virtual machine; and so far on that arch, login seems to just hang up.The text was updated successfully, but these errors were encountered: