im trying to run "Hello, World" on Qtopia FrameBuffer but i have error "line 17 :hello is not a command " from run script file <code> 14 export QPEDIR=$PWD 15 export KDEDIR=$PWD/../kde 16 sleep 3 17 hello –qws </code> plz help
Running “Hello, World”
Hi, you can try: - do normal start up with qtopia - open qtopia's console - start your app (without any extra parameters like -qws) Its should run, but without things managed by qtopia (i.e. entry in the status bar, frame decorations). And you be able to see log messages. skip
Hi Edit run-hello script , change ./hello -qws with /opt/FriendlyARM/mini2440/x86-qtopia/qtopia-2.2.0-FriendlyARM/qtopia/bin/hello -qws and then try again , it will work. ragip.