Has the “xkill” command been replaced or removed entirely in Ubuntu 18.04?
I am curious if the Alt + F2 xkill command has been replaced by something similar, or if it has been removed entirely.
I know we can use other methods to stop processes, I'm just curious.
18.04 xkill
|
show 4 more comments
I am curious if the Alt + F2 xkill command has been replaced by something similar, or if it has been removed entirely.
I know we can use other methods to stop processes, I'm just curious.
18.04 xkill
It is working fine in my main installation. What do you get when you run xkill in terminal?
– Kulfy
Jan 15 at 18:37
@Kulfy My cursor doesn't change. Nothing seems to happen.
– LuminousNutria
Jan 15 at 18:38
I mean not in Alt+F2 dialog but in terminal (which is usually launched using Ctrl+Alt+T)
– Kulfy
Jan 15 at 18:39
It works fine then. I didn't know it would work from the terminal.
– LuminousNutria
Jan 15 at 18:39
It would work fine in terminal. So here I see the problem that you are not able to use xkill from Alt+F2. Right? Can you run other commands? Like what happen if you runnautilusin Alt+F2 dialog?
– Kulfy
Jan 15 at 18:43
|
show 4 more comments
I am curious if the Alt + F2 xkill command has been replaced by something similar, or if it has been removed entirely.
I know we can use other methods to stop processes, I'm just curious.
18.04 xkill
I am curious if the Alt + F2 xkill command has been replaced by something similar, or if it has been removed entirely.
I know we can use other methods to stop processes, I'm just curious.
18.04 xkill
18.04 xkill
edited Jan 15 at 18:38
Kulfy
4,42651542
4,42651542
asked Jan 15 at 18:33
LuminousNutriaLuminousNutria
15611
15611
It is working fine in my main installation. What do you get when you run xkill in terminal?
– Kulfy
Jan 15 at 18:37
@Kulfy My cursor doesn't change. Nothing seems to happen.
– LuminousNutria
Jan 15 at 18:38
I mean not in Alt+F2 dialog but in terminal (which is usually launched using Ctrl+Alt+T)
– Kulfy
Jan 15 at 18:39
It works fine then. I didn't know it would work from the terminal.
– LuminousNutria
Jan 15 at 18:39
It would work fine in terminal. So here I see the problem that you are not able to use xkill from Alt+F2. Right? Can you run other commands? Like what happen if you runnautilusin Alt+F2 dialog?
– Kulfy
Jan 15 at 18:43
|
show 4 more comments
It is working fine in my main installation. What do you get when you run xkill in terminal?
– Kulfy
Jan 15 at 18:37
@Kulfy My cursor doesn't change. Nothing seems to happen.
– LuminousNutria
Jan 15 at 18:38
I mean not in Alt+F2 dialog but in terminal (which is usually launched using Ctrl+Alt+T)
– Kulfy
Jan 15 at 18:39
It works fine then. I didn't know it would work from the terminal.
– LuminousNutria
Jan 15 at 18:39
It would work fine in terminal. So here I see the problem that you are not able to use xkill from Alt+F2. Right? Can you run other commands? Like what happen if you runnautilusin Alt+F2 dialog?
– Kulfy
Jan 15 at 18:43
It is working fine in my main installation. What do you get when you run xkill in terminal?
– Kulfy
Jan 15 at 18:37
It is working fine in my main installation. What do you get when you run xkill in terminal?
– Kulfy
Jan 15 at 18:37
@Kulfy My cursor doesn't change. Nothing seems to happen.
– LuminousNutria
Jan 15 at 18:38
@Kulfy My cursor doesn't change. Nothing seems to happen.
– LuminousNutria
Jan 15 at 18:38
I mean not in Alt+F2 dialog but in terminal (which is usually launched using Ctrl+Alt+T)
– Kulfy
Jan 15 at 18:39
I mean not in Alt+F2 dialog but in terminal (which is usually launched using Ctrl+Alt+T)
– Kulfy
Jan 15 at 18:39
It works fine then. I didn't know it would work from the terminal.
– LuminousNutria
Jan 15 at 18:39
It works fine then. I didn't know it would work from the terminal.
– LuminousNutria
Jan 15 at 18:39
It would work fine in terminal. So here I see the problem that you are not able to use xkill from Alt+F2. Right? Can you run other commands? Like what happen if you run
nautilus in Alt+F2 dialog?– Kulfy
Jan 15 at 18:43
It would work fine in terminal. So here I see the problem that you are not able to use xkill from Alt+F2. Right? Can you run other commands? Like what happen if you run
nautilus in Alt+F2 dialog?– Kulfy
Jan 15 at 18:43
|
show 4 more comments
1 Answer
1
active
oldest
votes
This looks like a bug under x11 in 18.04. I've tried this in at least 3 systems before landing to this conclusion. xkill if run in a "Run Command" dialog which appears after using Alt+F2 seems to occasionally don't actually execute the command and return "the cursor" instead of X (cross sign). I haven't found a bug report yet and still searching for it.
As of now you can switch to "Wayland" and xkill seems to work normally under Wayland. To switch to wayland, click on gear icon and select "Ubuntu on Wayland".

This works! Thanks!
– LuminousNutria
Jan 19 at 17:44
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%2f1110023%2fhas-the-xkill-command-been-replaced-or-removed-entirely-in-ubuntu-18-04%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
This looks like a bug under x11 in 18.04. I've tried this in at least 3 systems before landing to this conclusion. xkill if run in a "Run Command" dialog which appears after using Alt+F2 seems to occasionally don't actually execute the command and return "the cursor" instead of X (cross sign). I haven't found a bug report yet and still searching for it.
As of now you can switch to "Wayland" and xkill seems to work normally under Wayland. To switch to wayland, click on gear icon and select "Ubuntu on Wayland".

This works! Thanks!
– LuminousNutria
Jan 19 at 17:44
add a comment |
This looks like a bug under x11 in 18.04. I've tried this in at least 3 systems before landing to this conclusion. xkill if run in a "Run Command" dialog which appears after using Alt+F2 seems to occasionally don't actually execute the command and return "the cursor" instead of X (cross sign). I haven't found a bug report yet and still searching for it.
As of now you can switch to "Wayland" and xkill seems to work normally under Wayland. To switch to wayland, click on gear icon and select "Ubuntu on Wayland".

This works! Thanks!
– LuminousNutria
Jan 19 at 17:44
add a comment |
This looks like a bug under x11 in 18.04. I've tried this in at least 3 systems before landing to this conclusion. xkill if run in a "Run Command" dialog which appears after using Alt+F2 seems to occasionally don't actually execute the command and return "the cursor" instead of X (cross sign). I haven't found a bug report yet and still searching for it.
As of now you can switch to "Wayland" and xkill seems to work normally under Wayland. To switch to wayland, click on gear icon and select "Ubuntu on Wayland".

This looks like a bug under x11 in 18.04. I've tried this in at least 3 systems before landing to this conclusion. xkill if run in a "Run Command" dialog which appears after using Alt+F2 seems to occasionally don't actually execute the command and return "the cursor" instead of X (cross sign). I haven't found a bug report yet and still searching for it.
As of now you can switch to "Wayland" and xkill seems to work normally under Wayland. To switch to wayland, click on gear icon and select "Ubuntu on Wayland".

edited Jan 19 at 17:23
answered Jan 19 at 17:16
KulfyKulfy
4,42651542
4,42651542
This works! Thanks!
– LuminousNutria
Jan 19 at 17:44
add a comment |
This works! Thanks!
– LuminousNutria
Jan 19 at 17:44
This works! Thanks!
– LuminousNutria
Jan 19 at 17:44
This works! Thanks!
– LuminousNutria
Jan 19 at 17:44
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%2f1110023%2fhas-the-xkill-command-been-replaced-or-removed-entirely-in-ubuntu-18-04%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
It is working fine in my main installation. What do you get when you run xkill in terminal?
– Kulfy
Jan 15 at 18:37
@Kulfy My cursor doesn't change. Nothing seems to happen.
– LuminousNutria
Jan 15 at 18:38
I mean not in Alt+F2 dialog but in terminal (which is usually launched using Ctrl+Alt+T)
– Kulfy
Jan 15 at 18:39
It works fine then. I didn't know it would work from the terminal.
– LuminousNutria
Jan 15 at 18:39
It would work fine in terminal. So here I see the problem that you are not able to use xkill from Alt+F2. Right? Can you run other commands? Like what happen if you run
nautilusin Alt+F2 dialog?– Kulfy
Jan 15 at 18:43