Well this is my .xintrc file


usermodmap=$HOME/.Xmodmap
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap

if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi

if [ -f $usermodmap ]; then
xmodmap $usermodmap
fi


it works with Apple X11, letting me to use my Xmodmap file in my home folder....but with Xdarwin not. I want to use XDarwin to use KDE, because have read that in Apple X11 it have problem...well....what is the problem? every time i put this .xinitrc file in my home folder well Xdarwin shut down, if don't put it, it's all ok? some help.... :))



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to