I am using a Ansys Fluent software and a small pop-up window "Messages" pops up in front of my main window "Meshing" (a print screen of the image is here). I can't close the pop-up window by clicking on its Close tab button to be able to access to the main window which is behind this pop-up window "Messages".
Kill job will close both widows.
:~$ top
top - 00:56:20 up 1:11, 1 user, load average: 0.32, 0.28, 0.31
Tasks: 231 total, 1 running, 230 sleeping, 0 stopped, 0 zombie
%Cpu(s): 0.9 us, 0.8 sy, 0.0 ni, 98.2 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
KiB Mem : 3923928 total, 184304 free, 2033444 used, 1706180 buff/cache
KiB Swap: 4071420 total, 4071420 free, 0 used. 1298032 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1113 root 20 0 447200 97520 77876 S 1.3 2.5 2:39.56 Xorg
2532 ubuntu 20 0 2421736 523812 105676 S 1.3 13.3 7:30.97 Web Content
5295 root 20 0 4004180 543832 134808 S 1.3 13.9 0:26.03 mono
5391 root 20 0 2947308 398608 230632 S 1.0 10.2 0:13.50 ansyswbu.exe
This command below will terminate both widows.
sudo kill -9 5391
root
? – Chai T. Rex Mar 12 '17 at 06:25