Index: src/eiciel_nautilus_page.cpp =================================================================== --- src/eiciel_nautilus_page.cpp (revision 36) +++ src/eiciel_nautilus_page.cpp (revision 37) @@ -98,6 +98,12 @@ local_file = gnome_vfs_get_local_path_from_uri(uri); g_free(guri); + // Alguns fitxers son locals pero no corresponen a un fitxer real + if (local_file == NULL) + { + return NULL; + } + // Inicialitzem gtkmm // TODO - ¿?¿? Preguntar a la gent de gtkmm Gtk::Main::init_gtkmm_internals();