LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 06-01-2011, 11:04 AM   #1
zeelog
Member
 
Registered: Jan 2008
Posts: 139

Rep: Reputation: 1
kill KDE program KSnapshot Slackware 13-37


How do I kill the KDE program KSnapshot. I'm running Slackware 13 - 37,
which is the latest version of Slackware. I don't see any way to
kill this thing. There's no Remove Program or Delete anywhere on
KDE and this stupid program keeps poping up all the time.
I want to kill this thing. Please tell me how !
 
Old 06-01-2011, 11:55 AM   #2
serafean
Member
 
Registered: Mar 2006
Location: Czech Republic
Distribution: Gentoo, Chakra
Posts: 997
Blog Entries: 15

Rep: Reputation: 136Reputation: 136
Hi, to kill a program, press ctrl+alt+esc, the cursor should change to a skull. Clicking on an offending application should kill it.
ctrl+esc brings up the task manager.

What you want (I suppose) is to disable ksnapshot starting when you hit print screen. To do this go to system settings->Shortcuts->"custom shortcuts"->"preset actions" and disable the action set there. You might also go under global shortcuts->khotkeys and set the shortcut to "none". The first did the trick for me under 4.6.

Serafean
 
Old 06-01-2011, 12:00 PM   #3
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
What do you do that makes it pop up?

And if you want to remove it, "kill" is totally the wrong word. It means to kill a running process.
 
Old 06-01-2011, 12:19 PM   #4
lazerking9
LQ Newbie
 
Registered: May 2011
Distribution: Ubuntu
Posts: 24

Rep: Reputation: 12
There are a couple ways you can do this in KDE (i myself am a Gnome person, so feel correct me if I get something wrong)..

1) using the terminal (command-line): Open up your terminal of choice (konsole is the default), and type
Code:
 ps -A
This will list all your running processes. If you don't want to have to rummage through a sometimes large list, try typing
Code:
 ps -A | grep -i NAMEHERE
just replace "NAMEHERE" with a part of the name of your program (I think you said it was Snapshot)..

Take note of the process ID (abbreviated PID).. then, go back to your terminal and type
Code:
 kill PIDHERE
replacing "PIDHERE" with the actual pid number of that process. If it says something about not letting you kill that process, use
Code:
 sudo kill PIDHERE
instead.

2)a user-friendly GUI : This method is like opening the Task Manager in Windows (the famous CTRL+Alt+Del), except that it actually WORKS. Open up your system monitor , which is named something like KDE System Guard (many linux distributions use CONTROL + ESC as a shortcut on the keyboard), and click on the Processes tab. Then just hilight the one you want dead, then click KILL. easy. (again, if it gives you any trouble about permission, run it as root or open it in termnal using sudo)

3)slightly-less-user-friendly: There is a program on your system called xKill. The shortcut for it is CONTROL-ALT-ESC. Simply click whatever you wanted to kill.
****WARNING!!****
xkill will kill the FIRST thing you click, [b][u][i]WHATEVER [i][u][b]it is. click your desktop, a panel, Firefox, Whatever. Click it, and it ends. be VERY careful.
If you opened xKill and decide against using it, just hit ESC.

Hope this helps. ~~~~Alec
 
Old 06-01-2011, 12:29 PM   #5
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by lazerking9 View Post
There are a couple ways you can do this in KDE (i myself am a Gnome person, so feel correct me if I get something wrong)..

1) using the terminal (command-line): Open up your terminal of choice (konsole is the default), and type
Code:
 ps -A
This will list all your running processes. If you don't want to have to rummage through a sometimes large list, try typing
Code:
 ps -A | grep -i NAMEHERE
just replace "NAMEHERE" with a part of the name of your program (I think you said it was Snapshot)..

Take note of the process ID (abbreviated PID).. then, go back to your terminal and type
Code:
 kill PIDHERE
replacing "PIDHERE" with the actual pid number of that process. If it says something about not letting you kill that process, use
Code:
 sudo kill PIDHERE
instead.
Or instead of all that, just use:

Code:
killall NAMEHERE
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cannot kill program... qwertyjjj Linux - Newbie 1 01-29-2010 09:39 PM
be sure to kill a program tanoatlq Linux - General 9 04-25-2008 08:54 PM
how to kill a program in KDE ? juanb Linux - Newbie 8 11-20-2003 07:59 PM
cannot kill a program Chooco Linux - General 19 07-23-2003 07:01 AM
Kill a program tunedLow Linux - Newbie 3 10-27-2001 02:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration