Yeah, I had already tried fag.
In my ./xinitrc file, these lines exist.

#!/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

sorce /sw/bin/init.sh

xterm &

# start the window manager

exec quartz-wm


jun


On 2004/03/13, at 6:58, Alexander Hansen wrote:


On Mar 12, 2004, at 12:52 PM, Jung Akimoto wrote:


Some Binary-installing problems were resolved. Thank you.
But, programs that were installed on FinkCommander cannot run on x11.

For instance, xterm indicates "command not find" or "[1] 12832
bash: xgalaga: command not found".

So I written .xinitrc file, but it made x11 doesn't work.
Then I delete it.
Any problems still exist there?

jun



Did you look at the FAQ entry?


http://fink.sourceforge.net/faq/usage-fink.php#fink-not-found

And what did you have in your .xinitrc?
--
Alexander K. Hansen
Fink Documentarian
Day Job:  Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners




------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to