This is a discussion on how to kill desktop application - Linux ; Hi everybody, i ld like to know if there is a way (of course there should be) to kill a windowed application. the trouble is that often i have an application which is freezing in my startx session. if I ...
Hi everybody,
i ld like to know if there is a way (of course there should be) to
kill a windowed application.
the trouble is that often i have an application which is freezing in
my startx session.
if I go on a terminal (tty1 for instance) which command will show me
all apps or process which run on the startx tty desktop ?
ps -ef | grep what_can_distinguished_window_app
thak you