I'm trying to start VNCServer with KDE 3 on FreeBSD 8.2-stable. All ports were built today from a fresh portsnap.

tightvnc-1.3.10_3


I'm lost now...  Suggestions?


$ cat ~/.vnc/xstartup
#!/bin/sh

PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/dan/bin

xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
startkde &
#twm &

Starting with twm works fine:

$ less ~/.vnc/kraken.example.org:1.log
15/08/10 21:29:12 Xvnc version TightVNC-1.3.10
15/08/10 21:29:12 Copyright (C) 2000-2009 TightVNC Group
15/08/10 21:29:12 Copyright (C) 1999 AT&T Laboratories Cambridge
15/08/10 21:29:12 All Rights Reserved.
15/08/10 21:29:12 See http://www.tightvnc.com/ for information on TightVNC
15/08/10 21:29:12 Desktop name 'X' (kraken.example.org:1)
15/08/10 21:29:12 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t
15/08/10 21:29:12 Listening for VNC connections on TCP port 5901
15/08/10 21:29:12 Listening for HTTP connections on TCP port 5801
15/08/10 21:29:12   URL http://kraken.example.org:5801



$ vncserver -kill :1 && vncserver -geometry 1024x768
Killing Xvnc process ID 86939

New 'X' desktop is kraken.example.org:1

Starting applications specified in /home/dan/.vnc/xstartup
Log file is /home/dan/.vnc/kraken.example.org:1.log

$ less ~/.vnc/kraken.example.org:1.log
15/08/10 21:24:29 Xvnc version TightVNC-1.3.10
15/08/10 21:24:29 Copyright (C) 2000-2009 TightVNC Group
15/08/10 21:24:29 Copyright (C) 1999 AT&T Laboratories Cambridge
15/08/10 21:24:29 All Rights Reserved.
15/08/10 21:24:29 See http://www.tightvnc.com/ for information on TightVNC
15/08/10 21:24:29 Desktop name 'X' (kraken.example.org:1)
15/08/10 21:24:29 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t
15/08/10 21:24:29 Listening for VNC connections on TCP port 5901
15/08/10 21:24:29 Listening for HTTP connections on TCP port 5801
15/08/10 21:24:29   URL http://kraken.example.org:5801
Warning: kbuildsycoca is unable to register with DCOP.
kbuildsycoca running...
DCOP aborting call from 'anonymous-89672' to 'kded'
kded: ERROR: Communication problem with kded, it probably crashed.
Reusing existing ksycoca
kbuildsycoca: WARNING: 'kcertpart.desktop' specifies undefined
mimetype/servicetype 'application/binary-certificate'
kbuildsycoca: WARNING: 'katepart.desktop' specifies undefined
mimetype/servicetype 'text/x-fortran'
kbuildsycoca: WARNING: 'knotify.desktop' specifies undefined
mimetype/servicetype 'KNotify'
startkde: Starting up...
startkde: Running kpersonalizer...
Segmentation fault (core dumped)
Segmentation fault (core dumped)
call failed
xprop: not found
DCOP aborting call from 'anonymous-89699' to 'kded'
kded: ERROR: Communication problem with kded, it probably crashed.

$ ls -l *.core
-rw-------  1 dan  dan  7872512 Aug 15 21:24 kdeinit.core
-rw-------  1 dan  dan  7528448 Aug 15 21:24 kpersonalizer.core
-rw-------  1 dan  dan  7819264 Aug 15 21:24 ksplash.core
-rw-------  1 dan  dan  7458816 Aug 15 21:24 kwin.core

--
Dan Langille - http://langille.org/
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to