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

Terminal does not allow to paste multi-lined command blocks #21228

Open
Danik1601 opened this issue Nov 6, 2024 · 0 comments
Open

Terminal does not allow to paste multi-lined command blocks #21228

Danik1601 opened this issue Nov 6, 2024 · 0 comments
Labels

Comments

@Danik1601
Copy link

Explain what happens

Cockpit Terminal can not correctly paste commands that consist of multiple lines from clipboard, executing only the first line (or whatever it is doing).

Steps to reproduce:

  1. Copy a multi-lined command block like this:
mkdir $HOME/main-folder \
  $HOME/main-folder/folder-1 \
  $HOME/main-folder/folder-2 \
  $HOME/main-folder/folder-3 \
  $HOME/main-folder/folder-4 \
  $HOME/main-folder/folder-5
  1. Paste it into Cockpit Terminal

  2. See this happen (only the first line is executed):
    image

Version of Cockpit

327

Where is the problem in Cockpit?

Terminal

Server operating system

Fedora

Server operating system version

41

What browsers are you using?

Chrome

System log

No response

@Danik1601 Danik1601 added the bug label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant