https://bugs.kde.org/show_bug.cgi?id=448905
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INTENTIONAL CC| |n...@kde.org Status|REPORTED |RESOLVED --- Comment #1 from Nate Graham <n...@kde.org> --- Seems weird to be in a terminal window, type `kill`, open a graphical app, find the PID, remember the PID, go back to your terminal window, manually type in the PID, and then hit Return. If you're already in the terminal, you should use `ps -e | grep <thing>` or some other method to find the PID. If you want to use a graphical app like System Monitor, you don't need to use a terminal at all; just click on the process and click "End Process" in the toolbar. -- You are receiving this mail because: You are watching all bug changes.