I want to close this black frame but I cannot click "Close". Do you know how to close it?
Asked
Active
Viewed 303 times
1 Answers
1
Assuming you are running Xorg and not Wayland...
- Open a terminal window
- Type
xkill
and press Enter - Click on the black window

Enterprise
- 12,352
xdotool selectwindow getwindowname
. After you press Enter, your cursor will change. Click on the black window, and you will see some information output to the terminal. What is this output? – Enterprise Aug 30 '20 at 04:03