1.) check the path of the application "smbclient" and change SMBPATH in file "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 paragraph [global], the following line
    and change the path, where Kpopup is installed and restart Samba

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

6.) for a actual browselist of all hosts in your networkgroup, you must edit 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 is a file named "xinitrc"
    -insert into this file before the command "kdestart", the command "xhost computername"
    (computername is your hostname)
