Thread: Navit on N900
View Single Post
Posts: 729 | Thanked: 155 times | Joined on Dec 2009
#37
If I want to start Navit with "navit /home/user/.navit/navit.xml" I get "navit:navit_init:no gui" but I have the following lines in the xml:

Code:
		<!-- Use one of gtk_drawing_area, qt_qpainter or sdl. For cegui, use opengl -->
		<graphics type="gtk_drawing_area"/>
		<!-- The following line let you select which graphical user interface you'd like to use.
		Options include internal (optimized for touch screen devices), gtk (useful for desktop computers) and cegui.
		If you don't like the internal gui, set enabled=yes for the following tag and enabled=no for the gui internal tag -->
		<gui type="gtk" enabled="yes" toolbar="0" menubar="1" statusbar="0" fullscreen="1" font_size="300" pitch="00"/>
What is wrong?