Custom Query (1067 matches)
Results (76 - 78 of 1067)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#60 | fixed | missing icos in Makefile.am | somebody | reddog@… |
Description | I have build a little Patch (not tested yet) wich implements the missing icos in xpm/Makefile.am. | |||
#62 | fixed | make route calculation more dpending on maxspeed tag | somebody | matth |
Description | make route calculation more depending on maxspeed and give this streets a higher priority | |||
#67 | fixed | Change font search path | somebody | mattcallow |
Description |
On Ubuntu, I don't get any labels when using GTK, even though I have some of the required fonts installed (LiberationMono-Regular.ttf and DejaVuSans.ttf). But the fonts are installed in /usr/share/fonts/liberation and /usr/share/fonts/truetype/ttf-dejavu. Can these paths be added to the search list?
Possible patch: {{{ Index: graphics/gtk_drawing_area/graphics_gtk_drawing_area.c =================================================================== RCS file: /cvsroot/navit/navit/src/graphics/gtk_drawing_area/graphics_gtk_drawing_area.c,v retrieving revision 1.26 diff -u -r1.26 graphics_gtk_drawing_area.c --- graphics/gtk_drawing_area/graphics_gtk_drawing_area.c 9 Jan 2008 19:08:42 -0000 1.26 +++ graphics/gtk_drawing_area/graphics_gtk_drawing_area.c 11 Jan 2008 04:21:28 -0000 @@ -68,6 +68,7 @@ ".", #endif "/usr/share/fonts", + "/usr/share/fonts/liberation", "/usr/X11R6/lib/X11/fonts/msttcorefonts", "/usr/X11R6/lib/X11/fonts/truetype", "/usr/X11R6/lib/X11/fonts/TTF", @@ -75,6 +76,7 @@ "/usr/share/fonts/truetype/msttcorefonts", "/usr/share/fonts/ttf", "/usr/share/fonts/corefonts", + "/usr/share/fonts/truetype/ttf-dejavu", NULL, }; }}} |
Note: See TracQuery
for help on using queries.