On 12/23/06, oliver ratmann <[EMAIL PROTECTED]> wrote: > Dear list, > > > > > The problem that you're having is that Konqueror is configured to look > > for /usr/libexec/ssh-askpass, which doesn't exist on your system, > > rather than for Fink's /sw/lib/ssh-askpass. > > > > I didn't find an obvious place within konqueror itself where that > > would be configured. Maybe try quitting KDE and starting it again and > > see if it reconfigures itself correctly. > > > > ok so what I did is to copy > /sw/lib/x11-ssh-askpass to /usr/libexec > and then to rename it there, ie > mv x11-ssh-askpass ssh-askpass. of course you need to be root; > use the netinfo manager if you have not yet enabled the root account. >
But you shouldn't have to do this---and you're better off copying or linking the file than moving it--e.g. if some other Fink package needs it, that won't work now. And enabling root is not recommended. If you need root access, use the "sudo" command from a user account which has administrative privilege. > sftp now works for me. > however, some configurations still need to be done, > the Xwindows look very messy but konqueror inside the Xwindow is fine. > it is definitely unstable for me, and I already had the xserver crashing. > > here is the output of Terminal.app where I type startx: > Could not find keymapping file USA.keymapping. > Reading keymap from the system. > _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root > Loading GLX bundle glxCGL.bundle (using Apple's OpenGL) > Display mode: Rootless Quartz -- Xplugin implementation > PseudoramiX screen 0 added: 1440x879 @ (0,21). > PseudoramiX screen 0 placed at X11 coordinate (0,0). > [DRI] screen 0 installation complete > Screen 0 added: 1440x879 @ (0,21) > Screen 0 placed at X11 coordinate (0,0). > Could not init font path element /usr/X11R6/lib/X11/f\ > onts/CID/, removing from list! That's normal. > xinit: connection to X server lost. > Macintosh-2:~ olli0601$ X connection to :0.0 broken \ > (explicit kill or server shutdown). > > > > It may be that kdebase3 needs x11-ssh-askpass installed when it is built--I'll take a look. -- Alexander K. Hansen (akh) Fink Documenter (still) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
