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

Cannot copy to clipboard #2851

Open
CodingLama opened this issue Jun 23, 2023 · 3 comments
Open

Cannot copy to clipboard #2851

CodingLama opened this issue Jun 23, 2023 · 3 comments

Comments

@CodingLama
Copy link

Description of the problem or steps to reproduce

I am having two Micros opened and I would like to copy a segment between them. So I select string in the first one with a mouse (click on the left button and drag). Then I click on the right button and a pop-up window with options opens. Unfortunately, Copy option is grayed out so I cannot copy it to the clipboard.

I do have xclip as recommended in readme.dm.

Specifications

Commit hash:
When I type in "micro -version" I get only version: 2.0.9
OS: Ubuntu 22.04.2 LTS
Terminal: MATE Terminal 1.26.0

@jabbalaci
Copy link

As a workaround, after selection press Ctrl-c to copy to the clipboard. I prefer xsel over xclip.

@CodingLama
Copy link
Author

press Ctrl-c to copy to the clipboard

It doesn't work either.

@jabbalaci
Copy link

Do you have xsel installed? Try this in the terminal:

$ echo hello | xsel -b

Now open gedit and press Ctrl-v to paste "hello". Does it work?

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

2 participants