eingefrorenes Programm beenden

  • Distribution
    ZorinOS bzw. Mint Cinnamon 21.1

    Habe mal eine Anfängerfrage bezüglich "eingefrorene" Programme und versuche das in Anlehnung an das Vorgehen von Windows zu beschreiben. Unter Windows würde ich bei einem eingefrorenen Programm Strg+Alt+Ent drücken um den Task Manager aufzurufen und dort den Prozess zu beenden. So eine Möglichkeit suche ich auch für Linux. Vielleicht kann mir jemand sagen wie das geht. Danke euch im Voraus.

  • Unter Linux rufst du das Terminal auf und gibst folgenden Befehl ein.
    Wenn du den Namen des Programmes weißt kannst du:

    pkill [Programmname] verwenden, oder du gibst xkill ein, hier verwandelt sich der Mauszeiger in einen Totenkopf und du klickst dann auf das Programm welches du beenden willst.

    -----------------------------------------------------------------------------

    Lehre jemandem, wie man Angeln geht, anstatt ihm jeden

    Tag einen Fisch zu geben.

    -----------------------------------------------------------------------------

  • oder du gibst xkill ein, hier verwandelt sich der Mauszeiger in einen Totenkopf und du klickst dann auf das Programm welches du beenden willst.

    Wow! Das wusste ich auch noch nicht :thumbup:

    PC: AMD Ryzen 7 5700X | AMD RX6600 | 32GB RAM | Debian 12 Xfce
    Notebook: AMD Ryzen 5 5300U | Vega Graphic | 16GB RAM | Debian 12 Xfce

  • Wow! Das wusste ich auch noch nicht :thumbup:

    Tja, Linux steckt immer wieder voller Überraschungen ;) ich lerne auch täglich etwas dazu.

    -----------------------------------------------------------------------------

    Lehre jemandem, wie man Angeln geht, anstatt ihm jeden

    Tag einen Fisch zu geben.

    -----------------------------------------------------------------------------

  • Unter Linux rufst du das Terminal auf und gibst folgenden Befehl ein.
    Wenn du den Namen des Programmes weißt kannst du:

    pkill [Programmname] verwenden, oder du gibst xkill ein, hier verwandelt sich der Mauszeiger in einen Totenkopf und du klickst dann auf das Programm welches du beenden willst.

    Funktioniert xkill auch bei wayland?

    Habe mal eine Anfängerfrage bezüglich "eingefrorene" Programme und versuche das in Anlehnung an das Vorgehen von Windows zu beschreiben. Unter Windows würde ich bei einem eingefrorenen Programm Strg+Alt+Ent drücken um den Task Manager aufzurufen und dort den Prozess zu beenden. So eine Möglichkeit suche ich auch für Linux. Vielleicht kann mir jemand sagen wie das geht. Danke euch im Voraus.

    Mache Dir einfach eine Tastenkombination Strg+Alt+Ent für den Start des CInnamon Taskmanger.

    So habe ich das bei mir unter xfxe auch gemacht. Denke das geht dann am schnellsten ein Programm "abzuschiessen", ohne erst das Terminal starten zu müssen.

  • ich kenne das von früher auch,

    dass eine anwendung sich mal "unfreundlich verabschidet"

    und bockig, nichts tuend auf dem desktop rum dümpelt. ^^

    für den fall habe ich mir damals das von josefine erwähnte xkill

    mit einem tastenkürzel belegt - SHIFT+ALT+F4 damit hatte

    ich dann den totenkopf direkt zur hand, ohne ein terminal zu öffnen.

    Spoiler anzeigen

  • Funktioniert xkill auch bei wayland?

    Danke für die Frage.
    Soweit ich weiß funktioniert xkill unter Wayland nicht. Ich glaube da klappt nur kill [Prozess bzw. Programmname.

    -----------------------------------------------------------------------------

    Lehre jemandem, wie man Angeln geht, anstatt ihm jeden

    Tag einen Fisch zu geben.

    -----------------------------------------------------------------------------

  • Danke für die Tipps! Frage wäre nur wie ich ein Terminal öffne, wenn das aktuelle Steamspiel hängt und sich über den aktuellen Bildschirm im Vollbildmodus legt. Dann komme ich ja mit der Maus nicht weiter. Muss mich also mit den Tastaturkürzeln beschäftigen.

  • Du kannst die ja eine eigene Tastenkombination zum öffnen eines Terminals anlegen.
    Aber im Normalfall erreichst du über "STRG+Alt+T" das Terminal.

    -----------------------------------------------------------------------------

    Lehre jemandem, wie man Angeln geht, anstatt ihm jeden

    Tag einen Fisch zu geben.

    -----------------------------------------------------------------------------

  • Use the "kill" command: Open a terminal and type "ps -aux | grep <program name>" to find the process ID (PID) of the halted program. Then run "kill <PID>" to force the process to end. If that does not work, try "kill -9 <PID>" to apply the KILL signal, which should end the process unconditionally.

    Use the "xkill" command: Open a terminal and type the command "xkill". Your mouse pointer will turn into a Turtle symbol. Just click on the hung program window to close it.

    Use the system monitor: Most Linux distributions have a graphical tool called "System Monitor" or something similar. You can find it in the applications menu or run it from the terminal with the command "gnome-system-monitor" or "ksysguard" (for KDE). In the system monitor you can find the hung program and close it.

    Restart the graphical environment: If none of the above methods work, you can try restarting the graphical environment. To do this, you can use the Ctrl + Alt + Backspace shortcut or run the command "sudo systemctl restart display-manager" in the terminal (where "display-manager" can be gdm, lightdm, or another display manager used by your system).

  • Use the "kill" command: Open a terminal and type "ps -aux | grep <program name>" to find the process ID (PID) of the halted program. Then run "kill <PID>" to force the process to end. If that does not work, try "kill -9 <PID>" to apply the KILL signal, which should end the process unconditionally.

    Use the "xkill" command: Open a terminal and type the command "xkill". Your mouse pointer will turn into a Turtle symbol. Just click on the hung program window to close it.

    Use the system monitor: Most Linux distributions have a graphical tool called "System Monitor" or something similar. You can find it in the applications menu or run it from the terminal with the command "gnome-system-monitor" or "ksysguard" (for KDE). In the system monitor you can find the hung program and close it.

    Restart the graphical environment: If none of the above methods work, you can try restarting the graphical environment. To do this, you can use the Ctrl + Alt + Backspace shortcut or run the command "sudo systemctl restart display-manager" in the terminal (where "display-manager" can be gdm, lightdm, or another display manager used by your system).

    Das liest sich aber sehr nach KI Ausgabe ......

    -----------------------------------------------------------------------------

    Lehre jemandem, wie man Angeln geht, anstatt ihm jeden

    Tag einen Fisch zu geben.

    -----------------------------------------------------------------------------

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!