Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-03-2003, 10:29 AM
|
#1
|
Member
Registered: Sep 2003
Location: Dayton, Ohio and Hoffman Estates, IL
Distribution: Slackware 9.1 (laptop) Mandrake 9.2 (desktop)
Posts: 58
Rep:
|
Gnome kill/destroy window keystroke?
I'm running rh9 with Gnome right now and I have a question about what to do when a program locks up (Gaim tends to do this the most when it automatically reconnects after a disconnect, but there are others that do it too). Does Gnome have an equivelant to a Windows ctrl+alt+del, end task. or the KDE ctrl+alt+esc, click window? One time when I left Gaim locked up for a long time a dialog popped up and said that the program was locked and asked if I want to kill it, is there a way to pop that up on command?
|
|
|
11-03-2003, 10:51 AM
|
#2
|
Member
Registered: Oct 2003
Distribution: Gentoo rules them all
Posts: 279
Rep:
|
not that i am aware of, there ins't a gui process manager in Linux, only 'ps' and 'top' commands in the terminal window.
|
|
|
11-03-2003, 01:56 PM
|
#3
|
Member
Registered: Feb 2003
Location: Baton Rouge, LA
Distribution: ubuntu
Posts: 137
Rep:
|
You want to use the terminal to do this for more than one reason. Type
ps ux
in the terminal to get a list of all running processes you own, look for the PID or process ID of the process you want to kill, and then type
kill -9 <PID>
the -9 will make it execute.
I would really reccommend runnning commands like this in the terminal, but if you want, you can set a keystroke that will automatically open a terminal and run the ps ux command, then all you have to do is type the kill command.
Michael
|
|
|
10-26-2007, 11:28 PM
|
#4
|
LQ Newbie
Registered: Oct 2007
Posts: 2
Rep:
|
Iknow it's 4 years later, but this just helped me out with Flash on AMD64. When closing a browser, libflash keeps running in the screen, so the flash video is still running on the screen, even though the browser is closed. Kind of neat actually. Yet, annoying because it can't be closed.
Anyway, thank you much.
|
|
|
10-20-2011, 01:44 PM
|
#5
|
LQ Newbie
Registered: Oct 2011
Posts: 1
Rep: 
|
how to kill in a gui in gnome
xkill
To add a shortcut to it:
Computer -> Control Center -> Keyboard Shortcuts (Personal Section)
|
|
|
10-20-2011, 02:14 PM
|
#6
|
Senior Member
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,793
|
If you've got gtkdialog or zenity or yad installed, you can even create a script that will popup a dialog box with a list of processes (from the ps command) text entry that will let you specify which process to kill.
|
|
|
All times are GMT -5. The time now is 11:22 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|