From: "Alexander K. Hansen" <[EMAIL PROTECTED]>
Subject: Re: [Fink-beginners] KDE issues, no mouse response
Date: Thu, 10 Jun 2004 19:20:45 -0400
To: Moon Draper <[EMAIL PROTECTED]>

.xinitrc fragment: source /sw/bin/init.sh setenv KDEWM=kwin /sw/bin/startkde >/tmp/kde.olg 2>&1

Well, one thing is that your "setenv KDEWM=kwin" doesn't do anything. Try "export KDEWM=kwin" -- Alexander K. Hansen

#!/bin/sh
quartz-wm --only-proxy &
source /sw/bin/init.sh
export KDEWM=kwin
/sw/bin/startkde >/tmp/kde.log 2>&1
bash vs. tcsh --  Pather uses bash as default. change setenv to export
..lj

Dang. I am such a tsheep.
Works real purty now.
For other newbies: Disabling Desktop Icons helps also.
Lastly, resetting the Trash directory to Apple's default prevents the appearance of stray Trash directories.
moon




-------------------------------------------------------
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-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to