qtella
Shern, Benjamin J
ShernBJ at LOUISVILLE.STORTEK.COM
Mon Jun 9 12:57:20 GMT 2003
This looks incorrect to me:
PATH="$PATH:$DEFAULTKDE."
I would think it should be:
PATH="$PATH:$DEFAULTKDE:."
Also this is only for users with an id greater-or-equal to a 1000, not root.
> -----Original Message-----
> From: Ralph Crongeyer [mailto:rcrongeyer at rpicc.com]
> Sent: June 09, 2003 12:17 PM
> To: Lunar Linux Mailing List! (all are welcome)
> Subject: Re: qtella
>
>
> On Monday 09 June 2003 01:43 pm, Ralph Crongeyer wrote:
> > On Monday 09 June 2003 01:16 pm, Chuck Mead wrote:
> > > Ralph Crongeyer wrote:
> > > >Hi all,
> > > >
> > > >I just lin'ed qtella and it installed fine but I don't
> know how to start
> > > > it?? There is no menu item for it and typing "qtella"
> at the command
> > > > line dosen't work either?
> > > >
> > > >Ralph
> > > >
> > > >_______________________________________________
> > > >Lunar mailing list
> > > >Lunar at lunar-linux.org
> > > >http://lunar-linux.org/mailman/listinfo/lunar
> > >
> > > lvu install qtella|grep bin
> >
> > The command "lvu install qtella|grep bin" has no output!
> Looks like it
> > didn't install corectly? Should I re install it?
> >
> > Ralph
> >
> Chuck sorry I'm dumb the result is:
>
> /opt/lunar/kde/3/bin/qtella
>
> And the command launches it.
>
> I thought I had "/opt/lunar/kde/3/bin" in my PATH?
>
> Here is what my .bash_profile file looks like.
>
> # .bash_profile - the per-user bash interactive shell
> customization file
> # you can use this file to customize your bash's behaviour
>
> # note we DO NOT source /etc/profile here, since it has already been
> # executed when this file is processed.
>
> # The user is encouraged to enter these values, so we
> # put em on top of this file so they are easy to spot:
>
> DEFAULTKDE=/opt/lunar/kde/3/bin
> # EDITOR=
> # LANG=
>
> # if the user didn't set them we might as well give defined
> system defaults:
> LANG=${LANG:-en_US}
> [ -z $EDITOR ] && {
> # an editor has not been set, go find a decent one, the last one
> # found in the row is picked and set.
> [ -x /usr/bin/pico ] && EDITOR="pico"
> [ -x /usr/bin/nano ] && EDITOR="nano"
> [ -x /usr/bin/elvis ] && EDITOR="elvis"
> [ -x /usr/bin/vi ] && EDITOR="vi"
> [ -x /usr/bin/vim ] && EDITOR="vim"
> [ -x /usr/bin/emacs ] && EDITOR="emacs"
> }
>
> # miscellaenous initialization:
> umask 022
>
> # Now we can set package specific paths and variables:
> for RC in /etc/profile.d/*.rc ; do
> # note we can set the permissions for root-specific scripts:
> [ -r $RC ] && . $RC
> done
>
> # '.' comes last and only for non-root users
> [ "$UID" -ge 1000 ] && PATH="$PATH:$DEFAULTKDE."
>
> # finished
> export EDITOR PATH LANG
>
>
> _______________________________________________
> Lunar mailing list
> Lunar at lunar-linux.org
> http://lunar-linux.org/mailman/listinfo/lunar
>
More information about the Lunar
mailing list