Announcement

Collapse
No announcement yet.

How do I close a frozen window

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do I close a frozen window

    I installed the VLC player so I could watch some Quicktime .mov files but the window freezes after playing. I can minimize it OK, but the close button doesn't work. How do you close a frozen window in Kubuntu 7.10? Thanks.

    #2
    Re: How do I close a frozen window

    press Ctrl + Alt + Esc

    this will turn your mouse pointer into an 'X', which kills whatever you click it on

    Comment


      #3
      Re: How do I close a frozen window

      You could also kill it from the CLI:

      Code:
      ps aux | grep VLC
      You should see something like this:

      Code:
      jesse  9435 4.8 0.8 80064 16976 ?    Sl 09:05 0:00 /usr/bin/vlc
      kill the process id

      Code:
      kill 9435
      Kubuntu user?&nbsp; http://kubuntuway.net<br />Do you own reptiles? Click here http://redtailconnect.net

      Comment


        #4
        Re: How do I close a frozen window

        Ctrl+Esc will bring up the process window, where you can select the process you wish to kill.

        Comment

        Working...
        X