Re: Running Garnome as user...SOLVED...garnome rocks jeff...



On Tue, 24 Dec 2002 11:58:47 +0100
Tomasz Król <yautja interia pl> wrote:

> > I've downloaded and compiled Garnome 0.19.5 without a hitch.
> > I did it as user "g2" and installed everything in the /opt/gnome215/
> directory.
> > I decided to give garnome a try using a new account that I created called
> "test". But here's the problem : when I log in as "test" and I try to run
> garnome I only get the splash screen...nothing happens: it simply freezes.
> > I change the PATH to reflect the changes. In the  "test" home i put a
> .profile:
> >
> > #!/bin/sh
> > # Add PATH and MANPATH for GNOME:
> > PATH="/opt/gnome215/bin:$PATH"
> > export PATH
> > export GDK_USE_XFT=1
> > export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome215/lib/pkgconfig/
> >
> > I included the new library path in my /etc/ld.so.conf and did the two
> things already known: run fc-cache as root and erase the last two lines of
> path in /opt/gnome215/etc/gconf/2
> >
> > When I try to run garnome using my "g2" account averything runs smoothly
> and that sounds strange to me... Is it possible that garnome runs only with
> the user that installs it? I don't think so ...
> > Thanx for your help
> > BTW I use a slackware 8.0
> > Lorenzo
> 
> Check your ".xinit" file - does it points to run
> /opt/gnome215/bin/gnome-session? Check permissions for "opt" - does your
> user can read and execute it? Garnome works fine if compiled as root an run
> as normal user so the problem is somewer in coniguration files...
> 
> Greetings - Tomek.
> 
> 

Thanks a lot Tomek but i've already solved my problem
It was just the .profile file that needed to be well edited...it was not correct. :-) 
So it has to be like this:
#!/bin/sh
# Add PATH and MANPATH for GNOME:
PATH=/opt/gnome215/bin:$PATH
LD_LIBRARY_PATH=/opt/gnome215/lib:$LD_LIBRARY_PATH
GDK_USE_XFT=1
PKG_CONFIG_PATH=/opt/gnome215/lib/pkgconfig:$PKG_CONFIG_PATH
export PATH LD_LIBRARY_PATH GDK_USE_XFT PKG_CONFIG_PATH

By 
Lorenzo

p.s. Jeff, GARNOME is simply awesome..thanks for your work.
> ----------------------------------------------------------------------
> Portal INTERIA.PL zaprasza... >>> http://link.interia.pl/f16ab 
> 
> 
> -- 
> garnome-list mailing list
> garnome-list gnome org
> http://mail.gnome.org/mailman/listinfo/garnome-list



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