Chris Lord wrote: > I launch it either from an Xterm command: startkde when logged on > using sudo, or using the application X11 Starter. > > This is what the xinit file looks like: > > #!/bin/sh > # $Id: xinitrc,v 1.2 2003/02/27 19:03:30 jharper Exp $ > > userresources=$HOME/.Xresources > usermodmap=$HOME/.Xmodmap > sysresources=/etc/X11/xinit/.Xresources > sysmodmap=/etc/X11/xinit/.Xmodmap > > # merge in defaults and keymaps > > if [ -f $sysresources ]; then > xrdb -merge $sysresources > fi > > if [ -f $sysmodmap ]; then > xmodmap $sysmodmap > fi > > if [ -f $userresources ]; then > xrdb -merge $userresources > fi > > if [ -f $usermodmap ]; then > xmodmap $usermodmap > fi > > # start some nice programs > > xterm & > > # start the window manager > > exec quartz-wm > > <snip>
Quartz-wm isn't quite KDE-compatible. Check "fink info bundle-kde-unified" (or any of the bundles-kde) for a recommended configuration. -- Alexander K. Hansen Fink User Liaison/Documenter akh AT finkproject DOT org ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
