You are not logged in.

#1 2007-11-16 03:22:04

theringmaster
Member
From: Air Force
Registered: 2007-07-16
Posts: 581
Website

I need force quit now

I hate when firefox freezes and never wants to leave. How can I setup force quit (like ubuntu has) so I don't have to suffer with freezing windows anymore.


Check me out on twitter!!! twitter.com/The_Ringmaster

Offline

#2 2007-11-16 04:16:17

FizDev
Member
From: Canada
Registered: 2007-06-29
Posts: 57

Re: I need force quit now

xkill? :S

Offline

#3 2007-11-16 04:40:10

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,487
Website

Re: I need force quit now

At prompt "killall firefox-bin"

Offline

#4 2007-11-16 05:02:02

theringmaster
Member
From: Air Force
Registered: 2007-07-16
Posts: 581
Website

Re: I need force quit now

Allan wrote:

At prompt "killall firefox-bin"

no that's not what i mean. when firefox goes down, the computer gets unresponsive so opening a terminal would take forever if at all. I mean that when i hit the "x" and nothing happens, a dialog box comes along and says 'suchandsuch program is NOT responding. Would you like to terminate it's process?' Does anyone know what i mean? I think force quit is apart of the gnome-desktop because there is an applet that does this too.


Check me out on twitter!!! twitter.com/The_Ringmaster

Offline

#5 2007-11-16 05:03:26

theringmaster
Member
From: Air Force
Registered: 2007-07-16
Posts: 581
Website

Re: I need force quit now

FizDev wrote:

xkill? :S

wait a minute. maybe this is what i need. What package provides it?


Check me out on twitter!!! twitter.com/The_Ringmaster

Offline

#6 2007-11-16 05:04:32

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,487
Website

Re: I need force quit now

OK - I thing I remember this from when I had Ubuntu installed on a spare computer a year or so ago.  No idea what program that was though...

What are you doing in firefox that causes that much trouble big_smile  I can always open the terminal to kill it if necessary...

Offline

#7 2007-11-16 05:13:11

Klepto
Member
From: Scotland
Registered: 2007-11-12
Posts: 41

Re: I need force quit now

theringmaster wrote:

wait a minute. maybe this is what i need. What package provides it?

Ctrl+alt+esc, then click on the window.


I'm a moderate, it's the mainstream that's extremist.

Offline

#8 2007-11-16 06:12:41

Jerry
Member
From: Philippines
Registered: 2007-09-14
Posts: 126

Re: I need force quit now

kill pid 7869

the number should be the process number of firefox, you should give what your comp assigned to firefox.

you could tell by using the top command.

Offline

#9 2007-11-16 06:42:42

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: I need force quit now

pkill firefox-bin

Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#10 2007-11-16 06:54:37

szym
Member
Registered: 2007-11-16
Posts: 14

Re: I need force quit now

Klepto wrote:
theringmaster wrote:

wait a minute. maybe this is what i need. What package provides it?

Ctrl+alt+esc, then click on the window.

Thanks! I just learned something new today! Very useful.
big_smile

Offline

#11 2007-11-16 14:39:46

theringmaster
Member
From: Air Force
Registered: 2007-07-16
Posts: 581
Website

Re: I need force quit now

Klepto wrote:
theringmaster wrote:

wait a minute. maybe this is what i need. What package provides it?

Ctrl+alt+esc, then click on the window.

doesn't work for me.


Check me out on twitter!!! twitter.com/The_Ringmaster

Offline

#12 2007-11-16 14:47:31

Thrillhouse
Member
From: Arlington, VA, USA
Registered: 2007-05-29
Posts: 175

Re: I need force quit now

CTRL+ALT+ESC is a KDE thing only, I believe.


For the strength of the pack is the wolf, and the strength of the wolf is the pack.

Offline

#13 2007-11-16 14:48:46

theringmaster
Member
From: Air Force
Registered: 2007-07-16
Posts: 581
Website

Re: I need force quit now

here's something that will maybe refresh your memory of what I'm talking about. See how they said "sudo apt-get install xkill", I too need to install SOMETHING to get kill functionality.

https://answers.launchpad.net/gnome-pan … stion/5116


Check me out on twitter!!! twitter.com/The_Ringmaster

Offline

#14 2007-11-16 15:27:23

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: I need force quit now

killall -9 firefox will kill it every time


There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums.  That is why we avoid it. -- ewaller (arch linux forum moderator)

Offline

#15 2007-11-16 15:47:35

FizDev
Member
From: Canada
Registered: 2007-06-29
Posts: 57

Re: I need force quit now

theringmaster wrote:

here's something that will maybe refresh your memory of what I'm talking about. See how they said "sudo apt-get install xkill", I too need to install SOMETHING to get kill functionality.

I believe it comes with Xorg so... you should already have it. Simply bind it to a keyboard shortcut.

Offline

#16 2007-11-16 17:05:57

Phrodo_00
Member
From: Seattle, WA
Registered: 2006-04-09
Posts: 342
Website

Re: I need force quit now

Allan wrote:

No idea what program that was though...

it is metacity, by what I can see you're using kde, so that's why it doesn't appear
(to have the ctrl-alt-esc thing in gnome just bind that to xkill in gconf)

Offline

#17 2007-11-16 19:54:40

pauldonnelly
Member
Registered: 2006-06-19
Posts: 776

Re: I need force quit now

For some reason, xkill leaves the firefox-bin process hanging around. pkill -9 firefox-bin is the only way to go when it locks up on me.

Offline

#18 2007-11-17 04:36:03

kishd
Member
Registered: 2006-06-14
Posts: 401

Re: I need force quit now

Phrodo_OO i use kde and when any program hangs the force_quit dialog pops up.


---for there is nothing either good or bad, but only thinking makes it so....
Hamlet, W Shakespeare

Offline

#19 2007-11-17 04:40:40

buttons
Member
From: NJ, USA
Registered: 2007-08-04
Posts: 620

Re: I need force quit now

Alt-SysRq-K ....

No, really.  If a program is freezing, X (and everything on that entire VT) need to be taught a lesson.


Cthulhu For President!

Offline

#20 2007-11-21 19:51:23

FizDev
Member
From: Canada
Registered: 2007-06-29
Posts: 57

Re: I need force quit now

buttons wrote:

Alt-SysRq-K ....

No, really.  If a program is freezing, X (and everything on that entire VT) need to be taught a lesson.

Note : If anybody wants to use this, you'll have to enable it first. To do this, edit the /proc/sys/kernel/sysrq and change the 0 by a 1!

If there is no file named sysrq in this folder, then it isn't enabled in your kernel.

Offline

#21 2007-11-21 19:55:37

buttons
Member
From: NJ, USA
Registered: 2007-08-04
Posts: 620

Re: I need force quit now

FizDev wrote:
buttons wrote:

Alt-SysRq-K ....

No, really.  If a program is freezing, X (and everything on that entire VT) need to be taught a lesson.

Note : If anybody wants to use this, you'll have to enable it first. To do this, edit the /proc/sys/kernel/sysrq and change the 0 by a 1!

If there is no file named sysrq in this folder, then it isn't enabled in your kernel.

Or just compile your own kernel and select Kernel Debugging->Magic SysRq key.


Cthulhu For President!

Offline

#22 2007-11-21 21:04:28

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: I need force quit now

Or better, enable it in /etc/sysctl.conf where Arch has it disabled by default.

Offline

#23 2007-11-21 21:24:02

Susu
Member
From: Germany
Registered: 2005-11-11
Posts: 191
Website

Re: I need force quit now

Sorry, where IS xkill?


Album reviews (in german): http://schallwelle.filzo.de

Offline

#24 2007-11-21 21:52:09

kakTuZ
Member
From: Hannover, Germany
Registered: 2007-10-20
Posts: 86

Re: I need force quit now

Susu wrote:

Sorry, where IS xkill?

it is in the 'xorg-apps' package

Offline

#25 2007-11-22 17:23:35

theringmaster
Member
From: Air Force
Registered: 2007-07-16
Posts: 581
Website

Re: I need force quit now

kakTuZ wrote:
Susu wrote:

Sorry, where IS xkill?

it is in the 'xorg-apps' package

that's exactly what i wanted thanks much!!


Check me out on twitter!!! twitter.com/The_Ringmaster

Offline

Board footer

Powered by FluxBB