On Mon, 2006-02-06 at 20:50 -0500, Joseph E. Sacco, Ph.D. wrote: > You need to launch a dbus "session". > > Your .xinitrc [or .xsession] file should contain > > [ignore linewrap] > > #!/bin/sh > > PATH=/opt/garnome/bin:$PATH > > dbus-launch --sh-syntax --exit-with-session > /usr/local/bin/garnome-session > > -Joseph >
Why am I not having this problem with the evolution that garnome-2.13.4 built? I start my gnome session via a gdm *.desktop file that points to this script #!/bin/sh GARNOME=/opt/gnome-2.13.90 PATH=$GARNOME/bin:$GARNOME/sbin:$PATH LD_LIBRARY_PATH=$GARNOME/lib:$LD_LIBRARY_PATH PYTHONPATH=$GARNOME/lib/python2.4/site-packages PKG_CONFIG_PATH=$GARNOME/lib/pkgconfig:/usr/lib/pkgconfig XDG_DATA_DIRS=$GARNOME/share:/usr/share XDG_CONFIG_DIRS=$GARNOME/etc/xdg:/etc/xdg GDK_USE_XFT=1 export PATH LD_LIBRARY_PATH PYTHONPATH PKG_CONFIG_PATH GDK_USE_XFT XDG_DATA_DIRS XDG_CONFIG_DIRS exec $GARNOME/bin/gnome-session do I need to add the dbus stuff to this? BTW this is on ubuntu 5.10 > ============================================================== > > > On Mon, 2006-02-06 at 18:58 -0600, J. Gardner Biggs wrote: > > from the terminal: > > > > [EMAIL PROTECTED]:~$ evolution-2.6 > > CalDAV Eplugin starting up ... > > > > (evolution-2.6:7142): camel-WARNING **: camel_exception_get_id called > > with NULL parameter. > > > > (evolution-2.6:7142): Bonobo-WARNING **: Can't find > > '/opt/gnome-2.13.90/lib/evolution/2.6/plugins/org-gnome-mail-to-task.xml' > > to load ui from > > > > ** (evolution-2.6:7142): WARNING **: Failed to connect to the D-BUS > > daemon: Failed to connect to socket /tmp/dbus-eBuIVtgmQv: Connection > > refused > > > > > > e-canvas.c-CRITICAL **: e_canvas_item_grab_focus: assertion > > `GTK_WIDGET_CAN_FOCUS (GTK_WIDGET (item->canvas))' failed > > aborting... > > > > > > Any ideas? > > > -- > joseph_sacco [at] comcast [dot] net > -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
