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

--no-remote not in the man page #119

Open
joshudson opened this issue Oct 28, 2023 · 0 comments · May be fixed by #120
Open

--no-remote not in the man page #119

joshudson opened this issue Oct 28, 2023 · 0 comments · May be fixed by #120

Comments

@joshudson
Copy link

I needed to launch another lxterminal in a different character encoding. So I did:

$ LANG=en_US.UTF-8 lxterminal &

Which did not work. I eventually tracked it down to I typed the command into lxterminal. The command works if I close all copies of lxterminal and start an xterm. But xterm is has really bad clipboard interaction.

From reading the source code I found the solution is

$ LANG=en_US.UTF-8 lxterminal --no-remote &

But --no-remote is not in the man page.

@joshudson joshudson linked a pull request Oct 28, 2023 that will close this issue
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 a pull request may close this issue.

1 participant