> Can you post the blob of your config where you're enabling "sdl"? I > attempted it, but the internal GUI became too large to be useful.
That is as a matter of fact not a configuration issue of navit itself. Set DISPLAY to localhost:0 before starting navit. I am using a little wrapper script to launch navit in the appropriate environment. ------8<------/usr/bin/navit.sh------- #!/bin/sh export DISPLAY=localhost:0 export LANG=de_DE unset LC_ALL # For Debugging only #env >/var/log/navit.env /usr/bin/navit >/var/log/navit.log 2>&1 ------8<------------------------------ -- [email protected] Lubarsky's Law of Cybernetic Entomology: There's always one more bug. _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
