Devilspie (Troubleshooting GUI Program issues) English Version
If you ever have a problem with a GUI application, start the app via terminal, you may get an error message that you can use. To troubleshoot your issue:
To find out the app name, you can use this: Just enter it in the terminal
xprop | grep WM_CLASS\(STRING\)
xprop | grep WM_NAME\(STRING\)
xprop | grep WM_WINDOW_ROLE\(STRING\)
Attention does not work under Wayland and with Java apps
Source: https://stackpointer.io/unix/linux-get-wm-class-window/628/
Devilspie (Hilfe bei GUI Problemen) German Version
Falls Ihr mal ein Problem mit einer GUI-Anwendung habt, startet die App mal übers terminal, evtl. erhaltet Ihr dann eine Fehlermeldung, mit der man was anfangen kann.
Um den App-Namen herauszufinden, könnt Ihr das hier nutzen: Einfach im Terminal eingeben:
xprop | grep WM_CLASS\(STRING\)
xprop | grep WM_NAME\(STRING\)
xprop | grep WM_WINDOW_ROLE\(STRING\)
Achtung funzt nicht unter Wayland und bei Java-Apps