Skip to content
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

Not all shells accept --login #16

Closed
direc85 opened this issue Dec 31, 2022 · 2 comments
Closed

Not all shells accept --login #16

direc85 opened this issue Dec 31, 2022 · 2 comments

Comments

@direc85
Copy link
Owner

direc85 commented Dec 31, 2022

duncan writes:

I use tcsh (compiled and installed manually).

The terminal appears to expect the existence of a --login argument, but it is not a given that a shell, even if it’s a login shell, would have this option. I assume that there are other shells which are missing this.

Indeed, tcsh accepts -l and not --login whereas fish and bash accept both, and busybox doesn’t accept either.

Figure out a solution.

@direc85
Copy link
Owner Author

direc85 commented Sep 30, 2023

I think the solution is the free-form "Startup shell" field where the user can enter any arguments needed. Closing as "figured out" :)

@direc85 direc85 closed this as completed Sep 30, 2023
@direc85
Copy link
Owner Author

direc85 commented Sep 30, 2023

On second look, the --login is assumed in the source code, so this need a fix.

@direc85 direc85 reopened this Sep 30, 2023
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

No branches or pull requests

1 participant