Wednesday, May 15, 2024
 Popular · Latest · Hot · Upcoming
31
rated 0 times [  31] [ 0]  / answers: 1 / hits: 52310  / 3 Years ago, mon, july 26, 2021, 12:53:40

I am searching for a newuser-friendly way to kill non-responsive GUI applications under Unity.



I looked over the shoulder of a new Unity user who tried to use gscan2pdf - and gscan2pdf seems to be really broken - after not much tinkering it consumed much CPU und memory, the PC began trashing and the user needed to immediately kill the gscan2pdf GUI which was full-screen, non-responsive and had the focus.



Ok, I know some ways how to do it:




  • Hit Alt+F2 and type xkill -> select the window

  • Hit Alt+F2 start xterm, use top or pgrep and then kill PID or directly use pkill



Both are ways which are not very intuitive for GUI centric users.



Is there some Unity shortcut to get something like xkill?



Or is the best GUI-way to add a top-like GUI to the Unity-starter? And which one?


More From » unity

 Answers
2

You could create a keyboard shortcut for xkill.




  1. Type keyboard in the Unity Dash and click the icon. Select the
    shortcuts tab.


  2. There, scroll down to the custom shortcuts section and click on the
    + button


  3. Now name your shortcut something and let the command be xkill and then click ok.


  4. Finally click on the xkill shortcut and press the desired key-combo to assign a shortcut to it and that's it :)

  5. Pressing the keyboard shortcut will activate xkill whenever you need it.



keyboard_shortcuts



keyboard_shortcuts2


[#41274] Monday, July 26, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
finatch

Total Points: 49
Total Questions: 106
Total Answers: 94

Location: Kazakhstan
Member since Mon, Sep 26, 2022
2 Years ago
finatch questions
Sun, Jun 26, 22, 07:28, 2 Years ago
Sat, Mar 12, 22, 00:14, 2 Years ago
Mon, May 17, 21, 15:25, 3 Years ago
Wed, Jun 8, 22, 02:40, 2 Years ago
;