You probably have the same problem that I did. I'm assuming that you are running X11 in FullScreen (as opposed to Rootless) mode. The problem comes from the use of the aqua-wm (window manager)

To fix the situation, create a file in your home directory called ".xinitrc"

then add the following lines to it (.xinitrc):

/sw/bin/esd &
source /sw/bin/init.sh
source $HOME/.aliases
xset fp+ /usr/X11R6/lib/X11/fonts/TTF
export KDEWM=kwin
/sw/bin/startkde >/tmp/kde.log 2>&1

The really important line is the before last one "export KDEWM=kwin" which is the one that will tell the system to use the KDE window manager instead of AQUA.

My problems were solved after that.  Good luck.

Michael Longval
[EMAIL PROTECTED]

On 5-Jun-04, at 1:17 PM, gen2 wrote:

Hi all
I've got KDE 3.1 running on fink and os x 10.3 and Apple X11, and it looks
great but I can't click anything in the KDE desk "zone". Right-click works in
KDE as well as many key-commands, and switching to mac windows works, all mac
apps respond as normal to any clicks....


Thanks for any pointers



-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users




------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to