Skip to content

Update ELKS paths in nxstart, partial fix for closebox#108

Merged
ghaerr merged 1 commit intomasterfrom
nxstart
Feb 16, 2025
Merged

Update ELKS paths in nxstart, partial fix for closebox#108
ghaerr merged 1 commit intomasterfrom
nxstart

Conversation

@ghaerr
Copy link
Copy Markdown
Owner

@ghaerr ghaerr commented Feb 16, 2025

Nano-X binaries are now copied to ELKS /bin, rather than /root.

Since nxstart is not in /bin, to start Nano-X use:

# nxstart

without having to run ./nxstart as before.

Partially fixes the appearance of a shell hang on exit from nxstart, as reported by @toncho11 in ghaerr/elks#2228 (comment). This turns out to be an issue with the shell having problems reading the terminal that was reset to RAW mode by nano-X. Typing ^C after exit will bring the prompt back.

This PR partially fixes the appeared hang on exit from nxstart - which will now work but only when nxstart is the last window to be closed in Nano-X. A long term fix will come later.

@toncho11
Copy link
Copy Markdown
Contributor

I see. This is not /bin but /root/bin ?

@ghaerr
Copy link
Copy Markdown
Owner Author

ghaerr commented Feb 16, 2025

This is not /bin but /root/bin ?

No - everything was moved out of /root to clean it up, and only binaries copied into /bin for now. See ghaerr/elks#2157 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants