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

Re: Problems with gnome-panel2



Hi,

I have installed Debian Packages, and everyting is in /usr, so
  /usr/bin/gnome-session
  /usr/bin/bonobo-activation-server
  /usr/bin/gnome-panel
  etc.
And /usr/bin is in my $PATH.
Also setting $LD_LIBRARY_PATH (it wasn't set) to /usr/lib
and setting USE_GDK_XFT=1 didn't help


Greetings,

Sander



On Wed, Jul 03, 2002 at 07:50:04AM +0200, Mario Vukelic wrote:
> 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
> 
> 


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



Reply to: