Ubuntu behaves as if I have two clipboards
My Ctrl+V
produces a different result that RightClick+Paste
I can't reproduce this, it happens randomly, so I can't specify the circumstances just yet. I will as soon as I can make it happen all the time.
Please advise!
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.2 LTS
Release: 10.04
Codename: lucid
linux ubuntu clipboard
add a comment |
My Ctrl+V
produces a different result that RightClick+Paste
I can't reproduce this, it happens randomly, so I can't specify the circumstances just yet. I will as soon as I can make it happen all the time.
Please advise!
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.2 LTS
Release: 10.04
Codename: lucid
linux ubuntu clipboard
Copy something, highlight something else, then try both paste methods.
– Ignacio Vazquez-Abrams
Apr 19 '11 at 19:17
Just tried this and got the exact same issue. Must be an Ubuntu bug.
– paradd0x
Apr 19 '11 at 19:19
1
holy kernel, you're right. is this addressable?
– Mikhail
Apr 19 '11 at 19:19
add a comment |
My Ctrl+V
produces a different result that RightClick+Paste
I can't reproduce this, it happens randomly, so I can't specify the circumstances just yet. I will as soon as I can make it happen all the time.
Please advise!
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.2 LTS
Release: 10.04
Codename: lucid
linux ubuntu clipboard
My Ctrl+V
produces a different result that RightClick+Paste
I can't reproduce this, it happens randomly, so I can't specify the circumstances just yet. I will as soon as I can make it happen all the time.
Please advise!
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.2 LTS
Release: 10.04
Codename: lucid
linux ubuntu clipboard
linux ubuntu clipboard
asked Apr 19 '11 at 19:14
MikhailMikhail
66131022
66131022
Copy something, highlight something else, then try both paste methods.
– Ignacio Vazquez-Abrams
Apr 19 '11 at 19:17
Just tried this and got the exact same issue. Must be an Ubuntu bug.
– paradd0x
Apr 19 '11 at 19:19
1
holy kernel, you're right. is this addressable?
– Mikhail
Apr 19 '11 at 19:19
add a comment |
Copy something, highlight something else, then try both paste methods.
– Ignacio Vazquez-Abrams
Apr 19 '11 at 19:17
Just tried this and got the exact same issue. Must be an Ubuntu bug.
– paradd0x
Apr 19 '11 at 19:19
1
holy kernel, you're right. is this addressable?
– Mikhail
Apr 19 '11 at 19:19
Copy something, highlight something else, then try both paste methods.
– Ignacio Vazquez-Abrams
Apr 19 '11 at 19:17
Copy something, highlight something else, then try both paste methods.
– Ignacio Vazquez-Abrams
Apr 19 '11 at 19:17
Just tried this and got the exact same issue. Must be an Ubuntu bug.
– paradd0x
Apr 19 '11 at 19:19
Just tried this and got the exact same issue. Must be an Ubuntu bug.
– paradd0x
Apr 19 '11 at 19:19
1
1
holy kernel, you're right. is this addressable?
– Mikhail
Apr 19 '11 at 19:19
holy kernel, you're right. is this addressable?
– Mikhail
Apr 19 '11 at 19:19
add a comment |
1 Answer
1
active
oldest
votes
X actually has three clipboards. Highlighting text moves it into one clipboard (PRIMARY
), then performing a copy operation copies it to a second (CLIPBOARD
) (the third [SECONDARY
] is almost never used). The two paste methods are using different clipboards, which is causing confusion on your part.
I guess i just won't use the explicit Copy clipboard ;) thanks for clearing this up
– Mikhail
Apr 19 '11 at 19:24
See also jwz.org/doc/x-cut-and-paste.html
– grawity
Apr 20 '11 at 14:37
11
Is it possible to consolidate the two paste boards?? This is such a constant frustration for me.
– Mark E. Haase
Jun 4 '13 at 14:36
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f272925%2fubuntu-behaves-as-if-i-have-two-clipboards%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
X actually has three clipboards. Highlighting text moves it into one clipboard (PRIMARY
), then performing a copy operation copies it to a second (CLIPBOARD
) (the third [SECONDARY
] is almost never used). The two paste methods are using different clipboards, which is causing confusion on your part.
I guess i just won't use the explicit Copy clipboard ;) thanks for clearing this up
– Mikhail
Apr 19 '11 at 19:24
See also jwz.org/doc/x-cut-and-paste.html
– grawity
Apr 20 '11 at 14:37
11
Is it possible to consolidate the two paste boards?? This is such a constant frustration for me.
– Mark E. Haase
Jun 4 '13 at 14:36
add a comment |
X actually has three clipboards. Highlighting text moves it into one clipboard (PRIMARY
), then performing a copy operation copies it to a second (CLIPBOARD
) (the third [SECONDARY
] is almost never used). The two paste methods are using different clipboards, which is causing confusion on your part.
I guess i just won't use the explicit Copy clipboard ;) thanks for clearing this up
– Mikhail
Apr 19 '11 at 19:24
See also jwz.org/doc/x-cut-and-paste.html
– grawity
Apr 20 '11 at 14:37
11
Is it possible to consolidate the two paste boards?? This is such a constant frustration for me.
– Mark E. Haase
Jun 4 '13 at 14:36
add a comment |
X actually has three clipboards. Highlighting text moves it into one clipboard (PRIMARY
), then performing a copy operation copies it to a second (CLIPBOARD
) (the third [SECONDARY
] is almost never used). The two paste methods are using different clipboards, which is causing confusion on your part.
X actually has three clipboards. Highlighting text moves it into one clipboard (PRIMARY
), then performing a copy operation copies it to a second (CLIPBOARD
) (the third [SECONDARY
] is almost never used). The two paste methods are using different clipboards, which is causing confusion on your part.
answered Apr 19 '11 at 19:21
Ignacio Vazquez-AbramsIgnacio Vazquez-Abrams
96.1k6155211
96.1k6155211
I guess i just won't use the explicit Copy clipboard ;) thanks for clearing this up
– Mikhail
Apr 19 '11 at 19:24
See also jwz.org/doc/x-cut-and-paste.html
– grawity
Apr 20 '11 at 14:37
11
Is it possible to consolidate the two paste boards?? This is such a constant frustration for me.
– Mark E. Haase
Jun 4 '13 at 14:36
add a comment |
I guess i just won't use the explicit Copy clipboard ;) thanks for clearing this up
– Mikhail
Apr 19 '11 at 19:24
See also jwz.org/doc/x-cut-and-paste.html
– grawity
Apr 20 '11 at 14:37
11
Is it possible to consolidate the two paste boards?? This is such a constant frustration for me.
– Mark E. Haase
Jun 4 '13 at 14:36
I guess i just won't use the explicit Copy clipboard ;) thanks for clearing this up
– Mikhail
Apr 19 '11 at 19:24
I guess i just won't use the explicit Copy clipboard ;) thanks for clearing this up
– Mikhail
Apr 19 '11 at 19:24
See also jwz.org/doc/x-cut-and-paste.html
– grawity
Apr 20 '11 at 14:37
See also jwz.org/doc/x-cut-and-paste.html
– grawity
Apr 20 '11 at 14:37
11
11
Is it possible to consolidate the two paste boards?? This is such a constant frustration for me.
– Mark E. Haase
Jun 4 '13 at 14:36
Is it possible to consolidate the two paste boards?? This is such a constant frustration for me.
– Mark E. Haase
Jun 4 '13 at 14:36
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f272925%2fubuntu-behaves-as-if-i-have-two-clipboards%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Copy something, highlight something else, then try both paste methods.
– Ignacio Vazquez-Abrams
Apr 19 '11 at 19:17
Just tried this and got the exact same issue. Must be an Ubuntu bug.
– paradd0x
Apr 19 '11 at 19:19
1
holy kernel, you're right. is this addressable?
– Mikhail
Apr 19 '11 at 19:19