View Single Post
Posts: 49 | Thanked: 11 times | Joined on Mar 2010
#391
ok here we go.

~ $ ls -ld /home/user/.gngeo-gui/
drwxr-xr-x 2 user users 4096 Nov 21 15:09 /home/user/.gngeo-gui/

~ $ ls -l /home/user/.gngeo-gui/
-rw-r--r-- 1 user users 49 Nov 21 15:09 gngeo-gui.cfg
-rw-r--r-- 1 user users 0 Nov 22 14:05 gngeo-output.log


~ $ cat /home/user/.gngeo-gui/gngeo-gui.cfg
exec_path /opt/gngeo/bin
exit_after_launch false

$ dpkg --get-selections|grep -E "python2.5-qt4-gui|python2.5-qt4-core|python2.5-qt4-maemo5|python-pyside.qtgui|python-pyside.qtcore|python-pyside.qtmaemo5"
python-pyside.qtcore install
python-pyside.qtgui install
python-pyside.qtmaemo5 install
python2.5-qt4-core install
python2.5-qt4-gui install
python2.5-qt4-maemo5 install
~ $

Note: The above command didn't like the "-Ew" switch so I dropped the "w" from it.

~ $ strace python /opt/gngeo-gui/gngeo-gui.py
-sh: strace: not found


Looks like I don't have the "strace" program?

Thanks Ade











Originally Posted by ade View Post
In that case, let give it a try.
Good to know gngeo itself works, that rules out a big part.

Then it comes down to python or configs in my mind. If it is a config issue, I would expect gngeo-gui to complain about it.

Good you give me output of the following commands:
Code:
ls -ld /home/user/.gngeo-gui/

ls -l /home/user/.gngeo-gui/

cat /home/user/.gngeo-gui/gngeo-gui.cfg

dpkg --get-selections|grep -Ew "python2.5-qt4-gui|python2.5-qt4-core|python2.5-qt4-maemo5|python-pyside.qtgui|python-pyside.qtcore|python-pyside.qtmaemo5"
And about the last 20 lines from the output of:
Code:
strace python /opt/gngeo-gui/gngeo-gui.py
when it has crashed with a segmentation fault.

You can attach the output in a textfile if you think the output is somewhat too big.

Last edited by MarkyboyUK; 2012-12-02 at 15:30.