How to disable Clipboard in Ubuntu 16.04 LTS? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How do you know when to use SHIFT+INSERT vs CTRL-V vs right-click-paste to paste?Gnome Terminal primary selection and Ctrl+C / Ctrl+V clipboard sync neededDisabling Clipboard completely in Ubuntu - Openbox environmentSynergy clipboard (copy/paste) not working with glipper?VIm : copy all file to paste it in web browserKubuntu 15.04 Clipboard is behaving strangelyHow can I copy the path to the currently opened file in gedit to the clipboard?text highlighting (select to copy) stopped working in the terminalMiddle mouse key pastes last selected textUsing paste function from a clipboard manager while renaming a file inline using a file manager
Homework question about an engine pulling a train
Am I ethically obligated to go into work on an off day if the reason is sudden?
Why are PDP-7-style microprogrammed instructions out of vogue?
What do I do when my TA workload is more than expected?
What is the padding with red substance inside of steak packaging?
What aspect of planet Earth must be changed to prevent the industrial revolution?
Can the DM override racial traits?
Windows 10: How to Lock (not sleep) laptop on lid close?
Are spiders unable to hurt humans, especially very small spiders?
Do working physicists consider Newtonian mechanics to be "falsified"?
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
Working through the single responsibility principle (SRP) in Python when calls are expensive
"is" operation returns false even though two objects have same id
Is this wall load bearing? Blueprints and photos attached
One-dimensional Japanese puzzle
Huge performance difference of the command find with and without using %M option to show permissions
Why can't devices on different VLANs, but on the same subnet, communicate?
Can withdrawing asylum be illegal?
What's the point in a preamp?
Variable with quotation marks "$()"
How to handle characters who are more educated than the author?
My body leaves; my core can stay
Do ℕ, mathbbN, BbbN, symbbN effectively differ, and is there a "canonical" specification of the naturals?
What was the last x86 CPU that did not have the x87 floating-point unit built in?
How to disable Clipboard in Ubuntu 16.04 LTS?
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How do you know when to use SHIFT+INSERT vs CTRL-V vs right-click-paste to paste?Gnome Terminal primary selection and Ctrl+C / Ctrl+V clipboard sync neededDisabling Clipboard completely in Ubuntu - Openbox environmentSynergy clipboard (copy/paste) not working with glipper?VIm : copy all file to paste it in web browserKubuntu 15.04 Clipboard is behaving strangelyHow can I copy the path to the currently opened file in gedit to the clipboard?text highlighting (select to copy) stopped working in the terminalMiddle mouse key pastes last selected textUsing paste function from a clipboard manager while renaming a file inline using a file manager
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Is there a way to disable the clipboard completely?
The goal is to block the usage of right Click Copy / Paste along with Ctrl+c / Ctrl+v in a restricted desktop environment.
Searched for a quite a bit and couldn't find any definitive answer. Thanks in advance for any pointers or help.
gnome gtk clipboard clipboard-manager
New contributor
add a comment |
Is there a way to disable the clipboard completely?
The goal is to block the usage of right Click Copy / Paste along with Ctrl+c / Ctrl+v in a restricted desktop environment.
Searched for a quite a bit and couldn't find any definitive answer. Thanks in advance for any pointers or help.
gnome gtk clipboard clipboard-manager
New contributor
Probably you will need to edit source code of core graphical system libraries (GTK, QT) and recompile the system.
– vanadium
2 days ago
Thanks for the suggestion. Honestly, I am not expert enough to edit the core libraries. I was hoping for simpler solutions like gcof / dconf editing. If there is no way to get this done, thinking of something (script or package) that can intercept clipboard events and empty the clipboard instantly.
– srinu9
2 days ago
If you do not want to disable the clipboard, but just prevent the hotkeys for copy/paste to stop working, then that will be easier. However, then you are not blocking access through the menus or other means.
– vanadium
2 days ago
Is this for your own computer or are you deploying it to someone else's computer?
– theGtknerd
23 hours ago
This is for deploying locked down devices across an organization. Not my own computer.
– srinu9
22 hours ago
add a comment |
Is there a way to disable the clipboard completely?
The goal is to block the usage of right Click Copy / Paste along with Ctrl+c / Ctrl+v in a restricted desktop environment.
Searched for a quite a bit and couldn't find any definitive answer. Thanks in advance for any pointers or help.
gnome gtk clipboard clipboard-manager
New contributor
Is there a way to disable the clipboard completely?
The goal is to block the usage of right Click Copy / Paste along with Ctrl+c / Ctrl+v in a restricted desktop environment.
Searched for a quite a bit and couldn't find any definitive answer. Thanks in advance for any pointers or help.
gnome gtk clipboard clipboard-manager
gnome gtk clipboard clipboard-manager
New contributor
New contributor
edited 2 days ago
srinu9
New contributor
asked 2 days ago
srinu9srinu9
1
1
New contributor
New contributor
Probably you will need to edit source code of core graphical system libraries (GTK, QT) and recompile the system.
– vanadium
2 days ago
Thanks for the suggestion. Honestly, I am not expert enough to edit the core libraries. I was hoping for simpler solutions like gcof / dconf editing. If there is no way to get this done, thinking of something (script or package) that can intercept clipboard events and empty the clipboard instantly.
– srinu9
2 days ago
If you do not want to disable the clipboard, but just prevent the hotkeys for copy/paste to stop working, then that will be easier. However, then you are not blocking access through the menus or other means.
– vanadium
2 days ago
Is this for your own computer or are you deploying it to someone else's computer?
– theGtknerd
23 hours ago
This is for deploying locked down devices across an organization. Not my own computer.
– srinu9
22 hours ago
add a comment |
Probably you will need to edit source code of core graphical system libraries (GTK, QT) and recompile the system.
– vanadium
2 days ago
Thanks for the suggestion. Honestly, I am not expert enough to edit the core libraries. I was hoping for simpler solutions like gcof / dconf editing. If there is no way to get this done, thinking of something (script or package) that can intercept clipboard events and empty the clipboard instantly.
– srinu9
2 days ago
If you do not want to disable the clipboard, but just prevent the hotkeys for copy/paste to stop working, then that will be easier. However, then you are not blocking access through the menus or other means.
– vanadium
2 days ago
Is this for your own computer or are you deploying it to someone else's computer?
– theGtknerd
23 hours ago
This is for deploying locked down devices across an organization. Not my own computer.
– srinu9
22 hours ago
Probably you will need to edit source code of core graphical system libraries (GTK, QT) and recompile the system.
– vanadium
2 days ago
Probably you will need to edit source code of core graphical system libraries (GTK, QT) and recompile the system.
– vanadium
2 days ago
Thanks for the suggestion. Honestly, I am not expert enough to edit the core libraries. I was hoping for simpler solutions like gcof / dconf editing. If there is no way to get this done, thinking of something (script or package) that can intercept clipboard events and empty the clipboard instantly.
– srinu9
2 days ago
Thanks for the suggestion. Honestly, I am not expert enough to edit the core libraries. I was hoping for simpler solutions like gcof / dconf editing. If there is no way to get this done, thinking of something (script or package) that can intercept clipboard events and empty the clipboard instantly.
– srinu9
2 days ago
If you do not want to disable the clipboard, but just prevent the hotkeys for copy/paste to stop working, then that will be easier. However, then you are not blocking access through the menus or other means.
– vanadium
2 days ago
If you do not want to disable the clipboard, but just prevent the hotkeys for copy/paste to stop working, then that will be easier. However, then you are not blocking access through the menus or other means.
– vanadium
2 days ago
Is this for your own computer or are you deploying it to someone else's computer?
– theGtknerd
23 hours ago
Is this for your own computer or are you deploying it to someone else's computer?
– theGtknerd
23 hours ago
This is for deploying locked down devices across an organization. Not my own computer.
– srinu9
22 hours ago
This is for deploying locked down devices across an organization. Not my own computer.
– srinu9
22 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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
);
);
srinu9 is a new contributor. Be nice, and check out our Code of Conduct.
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%2faskubuntu.com%2fquestions%2f1132620%2fhow-to-disable-clipboard-in-ubuntu-16-04-lts%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
srinu9 is a new contributor. Be nice, and check out our Code of Conduct.
srinu9 is a new contributor. Be nice, and check out our Code of Conduct.
srinu9 is a new contributor. Be nice, and check out our Code of Conduct.
srinu9 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1132620%2fhow-to-disable-clipboard-in-ubuntu-16-04-lts%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
Probably you will need to edit source code of core graphical system libraries (GTK, QT) and recompile the system.
– vanadium
2 days ago
Thanks for the suggestion. Honestly, I am not expert enough to edit the core libraries. I was hoping for simpler solutions like gcof / dconf editing. If there is no way to get this done, thinking of something (script or package) that can intercept clipboard events and empty the clipboard instantly.
– srinu9
2 days ago
If you do not want to disable the clipboard, but just prevent the hotkeys for copy/paste to stop working, then that will be easier. However, then you are not blocking access through the menus or other means.
– vanadium
2 days ago
Is this for your own computer or are you deploying it to someone else's computer?
– theGtknerd
23 hours ago
This is for deploying locked down devices across an organization. Not my own computer.
– srinu9
22 hours ago