-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[v2] Trying to copy within Terminal is broken #985
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
Comments
Checking console, this error pops up:
|
i have then same question when use chromium on ubuntu18.04 |
Try running it on localhost and see if that works. The reason for this is because the browser prevents clipboard access on insecure remotes. |
ubuntu only? my mac's chromium works well. |
@maplebeats all versions of Chromium regardless of platform is affected. |
This is going to sound a little stupid, but Chrome only did this to me if the connection was untrusted. As soon as I got an SSL Cert from a trusted source, it started working like a charm. Both copy and paste, I just needed that site "Allow Access to Clipboard" setting to be tripped. This applies to both the linux chromium, running on CentOS and Chrome OS' browser. So, sorry to be the barer of bad news, but it looks like it's a Chrome Permissions issue, that applies to untrusted connections, not something the code server guys can do anything about. |
I did hear |
Not sure how they achieve it, but in Jupyter lab copying (from Terminal with ctrl+c) working without any issue, even on non trusted site |
I think this quite kills usability for many users. Working without clipboard is quite hard some times.. |
I think you should raise this to Chromium, this is beyond our control sadly, and we're not going to compromise code quality for features which might make it hard to maintain over time. |
Closing to consolidate into #1106. |
It doesn't work in any browser as far as I know. Maybe it would be better to make this work as it is elsewhere, than insist on solution purity... |
code-server
version:master
LKGR (1.38.1 Upstream)Description
Trying to copy from the terminal will break code-server. This used to work up until the current LKGR.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: