Kill unresponsive apps using docky
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Docky |
New
|
Wishlist
|
Mathijs Henquet |
Bug Description
This isn't really a bug but a feature request/
Today I came up with the idea of using docky to kill responsive applications. It would allow for a quick, apposed to opening gnome-system-
So I decided to hack the source (see added branch). My current implication works by getting the PID of each window then executing the kill command (using System.
A menu item is added to each WnckDockItem, but only if the modifier key ctrl is pressed while right clicking. I implemented it that way because you don't want people to generaly use this way to terminate a application. It is implemented with a extra event called GetExtaMenuItems.
As icon I used the elementary shutdown icon, resized and adapted for use with docky.
Related branches
Changed in docky: | |
importance: | Undecided → Wishlist |
I am uncertain about how the user should access such functionality. I can however tell you, that I think ctrl+click is not a good way.