[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problems with gnome-panel2



On Wed, 2002-07-03 at 02:07, S.P. van Noort wrote:

> There was a problem registering the panel with the bonobo-activation
> server.

Prolly your PATH ain't set correctly

In you X login script set 

#!/bin/bash

BASE=/usr/local/garnome/ (or whatever your prefix)

export PATH=$BASE/bin:${PATH}
export LD_LIBRARY_PATH=$BASE/lib:${LD_LIBRARY_PATH}
export GDK_USE_XFT=1

exec $BASE/bin/gnome-session

And in your ~/.bash_profile do

if [ -d /usr/local/garnome/bin ] ; then
    PATH="/usr/local/garnome/bin:${PATH}"
fi

Don't forget to source .bash_profile, check with echo $PATH


-- 
To UNSUBSCRIBE, email to debian-gtk-gnome-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: