Author Topic: Help required with GPS Problem when connected to C760 using  (Read 3864 times)

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
Help required with GPS Problem when connected to C760 using
« Reply #15 on: April 14, 2004, 05:31:51 am »
It needs to be put in /opt/QtPalmtop/bin to be able to run from a .desktop file, otherwise to be able to run it needs to be in one of the directories listed in the PATH env var (type \'export\' at the terminal).


Simon
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

dmilligan

  • Newbie
  • *
  • Posts: 21
    • View Profile
Help required with GPS Problem when connected to C760 using
« Reply #16 on: April 14, 2004, 07:32:35 am »
If the Documents folder isnt in your path it wont find it.  You can see your path by doing:
echo $PATH

You can append to it by doing:
export PATH=$PATH:some/other/place/for/executables

or you should be able to do the following inside of Documents
./startgps

the ./ will have it look locally to the directory you are in.