TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Why does copy and paste sometimes just not work?

1 点作者 Solstinox将近 5 年前
It’s the 21st century. We can enhance old photos, CSI style, but copy and paste still isn’t perfectly reliable.<p>It happens so infrequently and yet so often that I feel like I’m going insane. That <i></i>I<i></i> have done something wrong.<p>Is this just me? Does copy and paste sometimes not work for you? Why does this happen?

4 条评论

uberman将近 5 年前
I also infrequently, yet frustratingly often find that copy and paste between semi-remote windows just seem to stop working for a while.<p>As a specific example, I can be on my main system with a hardline connection to remote desktop a meter away from me and also on the main system have a window ssh-ed into a locally hosted docker image.<p>I sometimes, but not always find that copy from the remote desktop and paste to the ssh terminal just does not work with symtoms suggesting there are multiple buffers and paste is using the wrong one. I know the copy puts the correct value in the buffer as the &quot;fix&quot; I use is to paste into an editor running on my local system, then recopy the value and paste into the ssh terminal.
JPLeRouzic将近 5 年前
I am on Linux (Debian derivative) and this happens to me too often.<p>In order for copy&#x2F;paste to work, applications have to share information and metadata.<p>On Windows&#x2F;Win32 this is (was?) done by COM and related technologies.<p>On Linux it is D-Bus.<p>I think there are other interprocess mechanisms.<p>I suppose that if an application have different assumptions than another, about what a request through the interprocess bus does mean, copy&#x2F;pasting does not work.
rzzzwilson将近 5 年前
Can you give an example of where copy&#x2F;paste hasn&#x27;t worked for you?
ideals将近 5 年前
What browser, os, device, etc are you using?