Hello all,

Fixed some bugs in bickley 0.4.4, just thought of sharing them here.

1. bickley_disable_automount_detection_05jan2009.patch
    Setting BKL_ORBITER_NO_AUTOMOUNT can now disable detection of mounts
like USB drives

2. bickley_gconf_notify_bug_fix_05jan2009.patch
    Orbiter crashes when a gconf path is added / deleted in
/apps/bickley/watch_uris

It would really help if somebody from the developers could review and
integrate it into the mainstream !

Thanks

Kiran
--- bickley_orig/src/bkl-orbiter.c	2010-01-05 16:09:11.000000000 +0530
+++ bickley/src/bkl-orbiter.c	2010-01-05 16:10:22.000000000 +0530
@@ -1146,7 +1146,8 @@
                                              G_OBJECT (orbiter->local_source));
     }
 
-    init_volume_monitor ();
+    if (g_getenv ("BKL_ORBITER_NO_AUTOMOUNT") == NULL)
+		init_volume_monitor ();
 
 #ifdef WITH_GUPNP
     if (g_getenv ("BKL_ORBITER_NO_UPNP") == NULL) {
--- bickley_orig/src/bkl-source-gconf.c	2010-01-05 16:09:11.000000000 +0530
+++ bickley/src/bkl-source-gconf.c	2010-01-05 16:11:28.000000000 +0530
@@ -488,7 +488,7 @@
 
     /* Listen for changes to the watch list */
     gconf_client_notify_add (source->gconf, WATCH_URI_KEY,
-                             watched_uri_list_changed, NULL, NULL, NULL);
+                             watched_uri_list_changed, source, NULL, NULL);
 
     calculate_watch_changes (source, watched_uris);
     for (w = watched_uris; w; w = w->next) {
_______________________________________________
Moblin dev Mailing List
[email protected]

To manage or unsubscribe from this mailing list visit:
http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org 
once logged in.

For more information on the Moblin Developer Mailing lists visit:
http://moblin.org/community/mailing-lists

Reply via email to