I am trying to bring up kde4. I am running on a macbookpro under 32-bit mode using Snow Leopard using Apple's X11 as fink is not supporting Xorg under 10.6.6. I am using fink's .xinitrc.d with startup script ~/.xinitrc.d/zzzzzz-kde4.sh modified as follows: #!/bin/sh . /sw/bin/init.sh
xterm -geometry 80x25+66+82 -ls -cr red -sb -fn 9x15 -si -sl 20000 -j & rxvt -geometry 80x25+98+110 -ls -cr red -sb -sr -fn 9x15 -si -sl 20000 -j & exec /sw/opt/kde4/x11/bin/startkde >/tmp/kde.log 2>&1 The kde splash screen comes up, and the icons become focused. After trying several times to startup, kde quits leaving me in Apple's X11 with no kde session. Following is first part of kde.log. Apparently, the startup program could not find a dbus-session-bus. startkde: Starting up... kdeinit4_wrapper: Warning: connect(/Users/garykolson/.kde4/socket-MacBkPro.local/kdeinit4__0) failed: : No such file or directory kdeinit4: preparing to launch /sw/opt/kde4/x11/lib/kde4/libexec/klauncher <unknown program name>(610)/ launch: kdeinit4: launch() setting argv: /sw/opt/kde4/x11/lib/kde4/libexec/klauncher klauncher(610) kdemain: No DBUS session-bus found. Check if you have started the DBUS server. kdeinit4: Communication error with launcher. Exiting! ksmserver(609) KSMServer::restoreSession: KSMServer::restoreSession "saved at previous logout" could not access kephald, falling back to QDesktopWidget adding an output 0 with geom: QRect(0,0 1280x778) kwin(614) KWin::Extensions::init: Extensions: shape: 0x "11" composite: 0x "0" render: 0x "a" fixes: 0x "40" kwin(614) KWin::CompositingPrefs::compositingPossible: No composite extension available kwin(614) KDecorationPlugins::loadPlugin: kwin : path "/sw/opt/kde4/x11/lib/kde4/kwin3_oxygen.so" for "kwin3_oxygen" kwin(614) KWin::Extensions::init: Extensions: shape: 0x "11" composite: 0x "0" render: 0x "a" fixes: 0x "40" kwin(614) KWin::Workspace::setupCompositing: Compositing is turned off in options or disabled kwin(614)/kdecore (kdelibs) KToolInvocation::klauncher: klauncher not running... launching kdeinit kwin(614): Couldn't start kglobalaccel from kglobalaccel.desktop: "KLauncher could not be reached via D-Bus. Error when calling start_service_by_desktop_path: The name org.kde.klauncher was not provided by any .service files " Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) kdeinit4: preparing to launch /sw/opt/kde4/x11/lib/kde4/libexec/klauncher <unknown program name>(618)/ launch: kdeinit4: launch() setting argv: /sw/opt/kde4/x11/lib/kde4/libexec/klauncher klauncher(618) kdemain: No DBUS session-bus found. Check if you have started the DBUS server. kdeinit4: preparing to launch /sw/opt/kde4/x11/bin/kded4 <unknown program name>(620)/ launch: kdeinit4: launch() setting argv: /sw/opt/kde4/x11/bin/kded4 kdeinit4: Communication error with launcher. Exiting! kded(621)/kdecore (kdelibs) KToolInvocation::klauncher: klauncher not running... launching kdeinit kded(621): "KLauncher could not be reached via D-Bus. Error when calling kdeinit_exec_wait: The name org.kde.klauncher was not provided by any .service files " kdeinit4: preparing to launch /sw/opt/kde4/x11/lib/kde4/libexec/klauncher <unknown program name>(625)/ launch: kdeinit4: launch() setting argv: /sw/opt/kde4/x11/lib/kde4/libexec/klauncher kded(621)/kdecore (kdelibs) KToolInvocation::klauncher: klauncher not running... launching kdeinit klauncher(625) kdemain: No DBUS session-bus found. Check if you have started the DBUS server. kdeinit4: Shutting down running client. kdeinit4: preparing to launch /sw/opt/kde4/x11/bin/kded4 <unknown program name>(629)/ launch: kdeinit4: launch() setting argv: /sw/opt/kde4/x11/bin/kded4 kded(621): "KLauncher could not be reached via D-Bus. Error when calling kdeinit_exec_wait: The name org.kde.klauncher was not provided by any .service files " Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) kded(621)/kdecore (KSycoca) KSycocaPrivate::checkDatabase: We have no database.... launching kdeinit kded(621)/kdecore (kdelibs) KToolInvocation::klauncher: klauncher not running... launching kdeinit kded(630): KUniqueApplication: Can't setup D-Bus service. Probably already running. kded(621)/kdecore (KSycoca) KSycocaPrivate::openDatabase: Trying to open ksycoca from "/private/var/tmp/kdecache-garykolson/ksycoca4" kdeinit4: preparing to launch /sw/opt/kde4/x11/lib/kde4/libexec/klauncher <unknown program name>(634)/ launch: kdeinit4: launch() setting argv: /sw/opt/kde4/x11/lib/kde4/libexec/klauncher klauncher(634) kdemain: No DBUS session-bus found. Check if you have started the DBUS server. kdeinit4: Communication error with launcher. Exiting! I have not changed any files in the fink kde installation. I checked the dbus after quitting the X11 session. The Activity monitor shows two dbus-daemons running. One runs under the messagebus, and one runs under my username. Here is my kit: Package manager version: 0.29.19 Distribution version: selfupdate-rsync Mon Feb 21 11:31:15 2011, 10.6, i386 OSX 10.6.6 (32-bit) i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664) Apple X11 2.3.6 Xcode 3.2.5 Thanks for any help. Gary K. Olson ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
