Sergii Stoian
Sergii Stoian
> Starting with writing down what Ubuntu server does: Ubuntu Server's X11 just crashes… It doesn't crash - it won't start due to your OS setup. Try run Xorg without...
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](https://github.com/trunkmaster/nextspace/tree/master/Packaging/Sources) located...
> 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): > > ``` >...
> 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? Sorry, I don't have...
@MagnetarRocket do you have any progress on building from sources?
Running `9_build_Applications.sh` doesn't start anything - it only configures system. Did you mean running `systemctl start loginwindow`? Looking at our past conversation and UTM I think you need to install...
At current state of source code `loginwindow.service` located at `/usr/NextSpace/lib/systemd`. You don't need to copy `loginwindow.service` manually - it's copied by install routine of Login.app. To sum up: you may...
Try to remove pipewire related packages and repeat NextSpace install. For example with this command: ``` $ sudo dnf erase pipewire-pulseaudio\* ```
@theokeist do you have any success?
@theokeist I've updated NextSpace-0.95_Fedora-39.tgz on release page - now package conflicts with pipewire should gone. Please redownload .tgz and try to install again.