[ gpsdrive ] Bug Report: gpsdrive-2.10svn15854480
Thomas Zimmermann
gpsdrive at vdm-design.de
Tue Sep 11 09:18:40 AKDT 2007
Hello together,
because the BugZilla isn't i will try this way.
I've found some bugs in GpsDrive:
* the close-button in the about dialog doesn't work.
Possible patch:
-----------------------------------------------------------------------------
--- splash.c 2007-08-09 06:45:21.000000000 +0200
+++ splash.c 2007-09-11 18:52:17.000000000 +0200
@@ -628,6 +628,8 @@
gtk_about_dialog_set_logo (about_window, pixmap);
gtk_widget_show_all (GTK_WIDGET (about_window));
+
+ g_signal_connect (GTK_WIDGET (about_window), "response", G_CALLBACK
(gtk_widget_destroy), NULL);
return TRUE;
}
-----------------------------------------------------------------------------
* Segfault while running kismet with GpsDrive, when something about 230
networks in kismet GpsDrive crashes
* poi_type_id of waypoint inserted by kismet have poi_type_id of 0
Possible patch for these two:
-----------------------------------------------------------------------------
--- gpskismet.c.old 2007-09-07 09:13:22.000000000 +0200
+++ gpskismet.c 2007-09-07 09:12:07.000000000 +0200
@@ -77,14 +77,14 @@
/* variables */
int kismetsock = -1, havekismet;
-static char kbuffer[20010];
+static char kbuffer[20210];
static int bc = 0;
fd_set kismetreadmask;
struct timeval kismettimeout;
static char lat[30], lon[30], bestlat[30], bestlon[30];
-int wlan_closed=0;
-int wlan_open=0;
+int wlan_closed=314;
+int wlan_open=315;
#define KISMETSERVERNAME "localhost"
-----------------------------------------------------------------------------
* the build-dep's of the debian package arn't correct:
libboost-serialization-dev is missing.
And then an other thing:
How do you build the debian packages? I tried it with dpkg-buildpackage, but
it doesn't work...
Greets,
Thomas Zimmermann
More information about the GPSdrive
mailing list