About:
	This application is for sending and receiving Microsoft(tm) Winpopup messages.


Requirements:

	-Samba 2.xx
	-QT 1.4x
	-KDE 1.xx


Installation;

1.) Check the path of the application "smbclient" and change SMBPATH in "misc.h".

2.) Type "./configure" to create Makefiles.

3.) Type "make" to compile Kpopup.

4.) Type "make install" to install Kpopup.

5.) Insert into the Samba configuration file (smb.conf) in section [global] the following line
    and change the path where Kpopup is installed. Restart Samba

    message command = sh -c 'export DISPLAY=:0; /opt/kde/bin/kpopup %s %f;' &

6.) Only for first installation of Kpopup, not for updates:
		For an actual networkgroup-hostlist, you have to edit the file "browse" (path to smbclient, SERVER)
		and type "make settab".

7.) If you start your system with KDM, then do the following.
    -in your homepath, there is a file "xinitrc"
    -insert into this file before the command "kdestart", the command "xhost computername"
    (computername is your hostname)
