Ubuntu 14.10 chrome doesn't detect keyboard input
When I'm using multiple workspaces, especially when I'm writing code and have every one of my workspaces occupied by some process and switch between the workspace that contains google chrome and the other ones, chrome randomly stops accepting my keyboard input.
Everytime it happens the only way to have it detect my input again is to restart it, can anyone help me out?
keyboard google-chrome workspaces
add a comment |
When I'm using multiple workspaces, especially when I'm writing code and have every one of my workspaces occupied by some process and switch between the workspace that contains google chrome and the other ones, chrome randomly stops accepting my keyboard input.
Everytime it happens the only way to have it detect my input again is to restart it, can anyone help me out?
keyboard google-chrome workspaces
2
Seems like an iBus problem, this might help: askubuntu.com/questions/449361/… bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1307648 code.google.com/p/chromium/issues/detail?id=364826
– aprabaldi
Dec 17 '14 at 20:41
add a comment |
When I'm using multiple workspaces, especially when I'm writing code and have every one of my workspaces occupied by some process and switch between the workspace that contains google chrome and the other ones, chrome randomly stops accepting my keyboard input.
Everytime it happens the only way to have it detect my input again is to restart it, can anyone help me out?
keyboard google-chrome workspaces
When I'm using multiple workspaces, especially when I'm writing code and have every one of my workspaces occupied by some process and switch between the workspace that contains google chrome and the other ones, chrome randomly stops accepting my keyboard input.
Everytime it happens the only way to have it detect my input again is to restart it, can anyone help me out?
keyboard google-chrome workspaces
keyboard google-chrome workspaces
edited Nov 20 '17 at 9:34
muru
1
1
asked Dec 16 '14 at 20:04
ayoubayoub
5815
5815
2
Seems like an iBus problem, this might help: askubuntu.com/questions/449361/… bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1307648 code.google.com/p/chromium/issues/detail?id=364826
– aprabaldi
Dec 17 '14 at 20:41
add a comment |
2
Seems like an iBus problem, this might help: askubuntu.com/questions/449361/… bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1307648 code.google.com/p/chromium/issues/detail?id=364826
– aprabaldi
Dec 17 '14 at 20:41
2
2
Seems like an iBus problem, this might help: askubuntu.com/questions/449361/… bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1307648 code.google.com/p/chromium/issues/detail?id=364826
– aprabaldi
Dec 17 '14 at 20:41
Seems like an iBus problem, this might help: askubuntu.com/questions/449361/… bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1307648 code.google.com/p/chromium/issues/detail?id=364826
– aprabaldi
Dec 17 '14 at 20:41
add a comment |
3 Answers
3
active
oldest
votes
There is a conflict with ibus
Turning off ibus: in "Language Support" (found under Ubuntu's Preferences) switch "Keyboard input method system" from IBUS to none
1
I don't see this anywhere in Ubuntu or Google Chrome. Whose preferences should I be looking under?
– Ian Hunter
Jan 14 '15 at 0:58
@IanHunter hope the edits help
– Glennular
Jan 14 '15 at 3:31
1
This solution doesn't work for me :-(
– Zeb
Jan 14 '15 at 14:19
It seems to require a restart as well for me.
– vpzomtrrfrt
Sep 7 '15 at 20:29
I thought this would work for me but it didn't. Turns out I had to turn off (disable) the Intel Virtualization Technology in BIOS. After that this issue finally dissapeard on my system.
– FvD
Jan 24 '18 at 16:41
add a comment |
In Ubuntu 17.10 I accidentally enabled the "slow keys" which resulted in a non reactive Chrome and VirtualBox.
Disabling the "slow keys" did the trick on my configuration.
add a comment |
Short answer: kill all chrome active process with this command:
ps -eopid,cmd | grep -i chrome | tr -s " " | cut -d " " -f 2 | xargs kill
It happend with me today. I don't know the exatly problem but I detected that there where others chrome process alive even after I close it:
$ ps -eopid,cmd | grep chrome
3651 /opt/google/chrome/chrome http://www.tiobe.com/tiobe-index/
3662 /opt/google/chrome/chrome-sandbox /opt/google/chrome/chrome --type=zygote --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17,
3664 /opt/google/chrome/chrome --type=zygote --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17,
3666 /opt/google/chrome/chrome-sandbox /opt/google/chrome/nacl_helper
3668 /opt/google/chrome/nacl_helper
3670 /opt/google/chrome/chrome --type=zygote --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17,
3695 /opt/google/chrome/chrome --type=gpu-process --field-trial-handle=3127510087132043728,612135776437230997,131072 --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --gpu-preferences=KAAAAAAAAACAAACAAQAAAAAAAAAAAGAAAAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAA --service-request-channel-token=14003487884351161854
3725 /opt/google/chrome/chrome --type=-broker
3741 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=13853926457551779350 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=13853926457551779350 --renderer-client-id=7 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
3817 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=4234779571667657876 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --extension-process --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=4234779571667657876 --renderer-client-id=3 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
3845 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=14130276234297054033 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --extension-process --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=14130276234297054033 --renderer-client-id=4 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6106 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=1105491960801759215 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=1105491960801759215 --renderer-client-id=70 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6167 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=18228045149230041600 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=18228045149230041600 --renderer-client-id=69 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6180 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=7644340091502831181 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=7644340091502831181 --renderer-client-id=68 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6207 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=3756294107921279265 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=3756294107921279265 --renderer-client-id=73 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6228 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=9129535788251446015 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=9129535788251446015 --renderer-client-id=74 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6412 grep --color=auto chrome
After a killed all process it started to work again.
add a comment |
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
});
}
});
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%2f562205%2fubuntu-14-10-chrome-doesnt-detect-keyboard-input%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
There is a conflict with ibus
Turning off ibus: in "Language Support" (found under Ubuntu's Preferences) switch "Keyboard input method system" from IBUS to none
1
I don't see this anywhere in Ubuntu or Google Chrome. Whose preferences should I be looking under?
– Ian Hunter
Jan 14 '15 at 0:58
@IanHunter hope the edits help
– Glennular
Jan 14 '15 at 3:31
1
This solution doesn't work for me :-(
– Zeb
Jan 14 '15 at 14:19
It seems to require a restart as well for me.
– vpzomtrrfrt
Sep 7 '15 at 20:29
I thought this would work for me but it didn't. Turns out I had to turn off (disable) the Intel Virtualization Technology in BIOS. After that this issue finally dissapeard on my system.
– FvD
Jan 24 '18 at 16:41
add a comment |
There is a conflict with ibus
Turning off ibus: in "Language Support" (found under Ubuntu's Preferences) switch "Keyboard input method system" from IBUS to none
1
I don't see this anywhere in Ubuntu or Google Chrome. Whose preferences should I be looking under?
– Ian Hunter
Jan 14 '15 at 0:58
@IanHunter hope the edits help
– Glennular
Jan 14 '15 at 3:31
1
This solution doesn't work for me :-(
– Zeb
Jan 14 '15 at 14:19
It seems to require a restart as well for me.
– vpzomtrrfrt
Sep 7 '15 at 20:29
I thought this would work for me but it didn't. Turns out I had to turn off (disable) the Intel Virtualization Technology in BIOS. After that this issue finally dissapeard on my system.
– FvD
Jan 24 '18 at 16:41
add a comment |
There is a conflict with ibus
Turning off ibus: in "Language Support" (found under Ubuntu's Preferences) switch "Keyboard input method system" from IBUS to none
There is a conflict with ibus
Turning off ibus: in "Language Support" (found under Ubuntu's Preferences) switch "Keyboard input method system" from IBUS to none
edited Jan 14 '15 at 3:31
answered Dec 21 '14 at 16:05
GlennularGlennular
30625
30625
1
I don't see this anywhere in Ubuntu or Google Chrome. Whose preferences should I be looking under?
– Ian Hunter
Jan 14 '15 at 0:58
@IanHunter hope the edits help
– Glennular
Jan 14 '15 at 3:31
1
This solution doesn't work for me :-(
– Zeb
Jan 14 '15 at 14:19
It seems to require a restart as well for me.
– vpzomtrrfrt
Sep 7 '15 at 20:29
I thought this would work for me but it didn't. Turns out I had to turn off (disable) the Intel Virtualization Technology in BIOS. After that this issue finally dissapeard on my system.
– FvD
Jan 24 '18 at 16:41
add a comment |
1
I don't see this anywhere in Ubuntu or Google Chrome. Whose preferences should I be looking under?
– Ian Hunter
Jan 14 '15 at 0:58
@IanHunter hope the edits help
– Glennular
Jan 14 '15 at 3:31
1
This solution doesn't work for me :-(
– Zeb
Jan 14 '15 at 14:19
It seems to require a restart as well for me.
– vpzomtrrfrt
Sep 7 '15 at 20:29
I thought this would work for me but it didn't. Turns out I had to turn off (disable) the Intel Virtualization Technology in BIOS. After that this issue finally dissapeard on my system.
– FvD
Jan 24 '18 at 16:41
1
1
I don't see this anywhere in Ubuntu or Google Chrome. Whose preferences should I be looking under?
– Ian Hunter
Jan 14 '15 at 0:58
I don't see this anywhere in Ubuntu or Google Chrome. Whose preferences should I be looking under?
– Ian Hunter
Jan 14 '15 at 0:58
@IanHunter hope the edits help
– Glennular
Jan 14 '15 at 3:31
@IanHunter hope the edits help
– Glennular
Jan 14 '15 at 3:31
1
1
This solution doesn't work for me :-(
– Zeb
Jan 14 '15 at 14:19
This solution doesn't work for me :-(
– Zeb
Jan 14 '15 at 14:19
It seems to require a restart as well for me.
– vpzomtrrfrt
Sep 7 '15 at 20:29
It seems to require a restart as well for me.
– vpzomtrrfrt
Sep 7 '15 at 20:29
I thought this would work for me but it didn't. Turns out I had to turn off (disable) the Intel Virtualization Technology in BIOS. After that this issue finally dissapeard on my system.
– FvD
Jan 24 '18 at 16:41
I thought this would work for me but it didn't. Turns out I had to turn off (disable) the Intel Virtualization Technology in BIOS. After that this issue finally dissapeard on my system.
– FvD
Jan 24 '18 at 16:41
add a comment |
In Ubuntu 17.10 I accidentally enabled the "slow keys" which resulted in a non reactive Chrome and VirtualBox.
Disabling the "slow keys" did the trick on my configuration.
add a comment |
In Ubuntu 17.10 I accidentally enabled the "slow keys" which resulted in a non reactive Chrome and VirtualBox.
Disabling the "slow keys" did the trick on my configuration.
add a comment |
In Ubuntu 17.10 I accidentally enabled the "slow keys" which resulted in a non reactive Chrome and VirtualBox.
Disabling the "slow keys" did the trick on my configuration.
In Ubuntu 17.10 I accidentally enabled the "slow keys" which resulted in a non reactive Chrome and VirtualBox.
Disabling the "slow keys" did the trick on my configuration.
answered Nov 20 '17 at 9:32
ScalmerScalmer
1
1
add a comment |
add a comment |
Short answer: kill all chrome active process with this command:
ps -eopid,cmd | grep -i chrome | tr -s " " | cut -d " " -f 2 | xargs kill
It happend with me today. I don't know the exatly problem but I detected that there where others chrome process alive even after I close it:
$ ps -eopid,cmd | grep chrome
3651 /opt/google/chrome/chrome http://www.tiobe.com/tiobe-index/
3662 /opt/google/chrome/chrome-sandbox /opt/google/chrome/chrome --type=zygote --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17,
3664 /opt/google/chrome/chrome --type=zygote --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17,
3666 /opt/google/chrome/chrome-sandbox /opt/google/chrome/nacl_helper
3668 /opt/google/chrome/nacl_helper
3670 /opt/google/chrome/chrome --type=zygote --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17,
3695 /opt/google/chrome/chrome --type=gpu-process --field-trial-handle=3127510087132043728,612135776437230997,131072 --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --gpu-preferences=KAAAAAAAAACAAACAAQAAAAAAAAAAAGAAAAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAA --service-request-channel-token=14003487884351161854
3725 /opt/google/chrome/chrome --type=-broker
3741 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=13853926457551779350 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=13853926457551779350 --renderer-client-id=7 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
3817 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=4234779571667657876 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --extension-process --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=4234779571667657876 --renderer-client-id=3 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
3845 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=14130276234297054033 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --extension-process --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=14130276234297054033 --renderer-client-id=4 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6106 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=1105491960801759215 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=1105491960801759215 --renderer-client-id=70 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6167 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=18228045149230041600 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=18228045149230041600 --renderer-client-id=69 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6180 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=7644340091502831181 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=7644340091502831181 --renderer-client-id=68 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6207 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=3756294107921279265 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=3756294107921279265 --renderer-client-id=73 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6228 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=9129535788251446015 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=9129535788251446015 --renderer-client-id=74 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6412 grep --color=auto chrome
After a killed all process it started to work again.
add a comment |
Short answer: kill all chrome active process with this command:
ps -eopid,cmd | grep -i chrome | tr -s " " | cut -d " " -f 2 | xargs kill
It happend with me today. I don't know the exatly problem but I detected that there where others chrome process alive even after I close it:
$ ps -eopid,cmd | grep chrome
3651 /opt/google/chrome/chrome http://www.tiobe.com/tiobe-index/
3662 /opt/google/chrome/chrome-sandbox /opt/google/chrome/chrome --type=zygote --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17,
3664 /opt/google/chrome/chrome --type=zygote --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17,
3666 /opt/google/chrome/chrome-sandbox /opt/google/chrome/nacl_helper
3668 /opt/google/chrome/nacl_helper
3670 /opt/google/chrome/chrome --type=zygote --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17,
3695 /opt/google/chrome/chrome --type=gpu-process --field-trial-handle=3127510087132043728,612135776437230997,131072 --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --gpu-preferences=KAAAAAAAAACAAACAAQAAAAAAAAAAAGAAAAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAA --service-request-channel-token=14003487884351161854
3725 /opt/google/chrome/chrome --type=-broker
3741 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=13853926457551779350 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=13853926457551779350 --renderer-client-id=7 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
3817 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=4234779571667657876 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --extension-process --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=4234779571667657876 --renderer-client-id=3 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
3845 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=14130276234297054033 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --extension-process --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=14130276234297054033 --renderer-client-id=4 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6106 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=1105491960801759215 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=1105491960801759215 --renderer-client-id=70 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6167 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=18228045149230041600 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=18228045149230041600 --renderer-client-id=69 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6180 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=7644340091502831181 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=7644340091502831181 --renderer-client-id=68 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6207 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=3756294107921279265 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=3756294107921279265 --renderer-client-id=73 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6228 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=9129535788251446015 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=9129535788251446015 --renderer-client-id=74 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6412 grep --color=auto chrome
After a killed all process it started to work again.
add a comment |
Short answer: kill all chrome active process with this command:
ps -eopid,cmd | grep -i chrome | tr -s " " | cut -d " " -f 2 | xargs kill
It happend with me today. I don't know the exatly problem but I detected that there where others chrome process alive even after I close it:
$ ps -eopid,cmd | grep chrome
3651 /opt/google/chrome/chrome http://www.tiobe.com/tiobe-index/
3662 /opt/google/chrome/chrome-sandbox /opt/google/chrome/chrome --type=zygote --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17,
3664 /opt/google/chrome/chrome --type=zygote --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17,
3666 /opt/google/chrome/chrome-sandbox /opt/google/chrome/nacl_helper
3668 /opt/google/chrome/nacl_helper
3670 /opt/google/chrome/chrome --type=zygote --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17,
3695 /opt/google/chrome/chrome --type=gpu-process --field-trial-handle=3127510087132043728,612135776437230997,131072 --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --gpu-preferences=KAAAAAAAAACAAACAAQAAAAAAAAAAAGAAAAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAA --service-request-channel-token=14003487884351161854
3725 /opt/google/chrome/chrome --type=-broker
3741 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=13853926457551779350 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=13853926457551779350 --renderer-client-id=7 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
3817 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=4234779571667657876 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --extension-process --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=4234779571667657876 --renderer-client-id=3 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
3845 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=14130276234297054033 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --extension-process --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=14130276234297054033 --renderer-client-id=4 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6106 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=1105491960801759215 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=1105491960801759215 --renderer-client-id=70 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6167 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=18228045149230041600 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=18228045149230041600 --renderer-client-id=69 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6180 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=7644340091502831181 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=7644340091502831181 --renderer-client-id=68 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6207 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=3756294107921279265 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=3756294107921279265 --renderer-client-id=73 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6228 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=9129535788251446015 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=9129535788251446015 --renderer-client-id=74 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6412 grep --color=auto chrome
After a killed all process it started to work again.
Short answer: kill all chrome active process with this command:
ps -eopid,cmd | grep -i chrome | tr -s " " | cut -d " " -f 2 | xargs kill
It happend with me today. I don't know the exatly problem but I detected that there where others chrome process alive even after I close it:
$ ps -eopid,cmd | grep chrome
3651 /opt/google/chrome/chrome http://www.tiobe.com/tiobe-index/
3662 /opt/google/chrome/chrome-sandbox /opt/google/chrome/chrome --type=zygote --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17,
3664 /opt/google/chrome/chrome --type=zygote --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17,
3666 /opt/google/chrome/chrome-sandbox /opt/google/chrome/nacl_helper
3668 /opt/google/chrome/nacl_helper
3670 /opt/google/chrome/chrome --type=zygote --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17,
3695 /opt/google/chrome/chrome --type=gpu-process --field-trial-handle=3127510087132043728,612135776437230997,131072 --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --gpu-preferences=KAAAAAAAAACAAACAAQAAAAAAAAAAAGAAAAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAA --service-request-channel-token=14003487884351161854
3725 /opt/google/chrome/chrome --type=-broker
3741 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=13853926457551779350 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=13853926457551779350 --renderer-client-id=7 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
3817 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=4234779571667657876 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --extension-process --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=4234779571667657876 --renderer-client-id=3 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
3845 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=14130276234297054033 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --extension-process --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=14130276234297054033 --renderer-client-id=4 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6106 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=1105491960801759215 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=1105491960801759215 --renderer-client-id=70 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6167 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=18228045149230041600 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=18228045149230041600 --renderer-client-id=69 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6180 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=7644340091502831181 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=7644340091502831181 --renderer-client-id=68 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6207 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=3756294107921279265 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=3756294107921279265 --renderer-client-id=73 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6228 /opt/google/chrome/chrome --type=renderer --field-trial-handle=3127510087132043728,612135776437230997,131072 --service-pipe-token=9129535788251446015 --lang=pt-BR --enable-crash-reporter=e10f842f-2e3b-4773-9e66-7e0b7e03ff17, --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --num-raster-threads=4 --enable-main-frame-before-activation --service-request-channel-token=9129535788251446015 --renderer-client-id=74 --no-v8-untrusted-code-mitigations --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
6412 grep --color=auto chrome
After a killed all process it started to work again.
answered yesterday
Eduardo SantanaEduardo Santana
1011
1011
add a comment |
add a comment |
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%2f562205%2fubuntu-14-10-chrome-doesnt-detect-keyboard-input%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
2
Seems like an iBus problem, this might help: askubuntu.com/questions/449361/… bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1307648 code.google.com/p/chromium/issues/detail?id=364826
– aprabaldi
Dec 17 '14 at 20:41