LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   my splash window does not get closed (https://www.linuxquestions.org/questions/linux-server-73/my-splash-window-does-not-get-closed-602407/)

duvvuripavan 11-26-2007 03:26 AM

my splash window does not get closed
 
Hi

A propreitory tool needs to be installed on linux. I have installed it on Linux and When i run the shell script for executing it from the terminal, the application gets started but the start up window which is a splash screen should get closed opening another window with few fields.

The problem here is i get the initial splash window which would not get closed by itself. after thinking that the system got hanged, when i try to shut down the system, the another required window with fields appear on the UI. The main splash window covers all the other windows and appears as if the system got hanged or struck. Pls help me out of this concern.

v00d00101 11-27-2007 11:50 AM

Press CTRL+ALT+F1.
Login as root.

Code:

ps ax | grep appname
kill -9 appname

Logout.

CTRL+ALT+F7/F8 to return to your GUI.

Ask the software vendor to provide you with an updated version of the proprietary software you are trying to run, or ask the vendor for help.


All times are GMT -5. The time now is 05:36 AM.