--- thunar-1.2.1.orig/thunar/thunar-shortcuts-model.c +++ thunar-1.2.1/thunar/thunar-shortcuts-model.c @@ -260,8 +260,8 @@ thunar_shortcuts_model_init (ThunarShort system_paths = g_list_append (system_paths, thunar_g_file_new_for_root ()); /* append the network icon if browsing the network is supported */ - if (thunar_g_vfs_is_uri_scheme_supported ("network")) - system_paths = g_list_append (system_paths, g_file_new_for_uri ("network://")); +// if (thunar_g_vfs_is_uri_scheme_supported ("network")) +// system_paths = g_list_append (system_paths, g_file_new_for_uri ("network://")); /* will be used to append the shortcuts to the list */ path = gtk_tree_path_new_from_indices (0, -1); --- thunar-1.2.1.orig/thunar/thunar-tree-model.c +++ thunar-1.2.1/thunar/thunar-tree-model.c @@ -327,8 +327,8 @@ thunar_tree_model_init (ThunarTreeModel system_paths = g_list_append (system_paths, thunar_g_file_new_for_root ()); /* append the network icon if browsing the network is supported */ - if (thunar_g_vfs_is_uri_scheme_supported ("network")) - system_paths = g_list_append (system_paths, g_file_new_for_uri ("network://")); +// if (thunar_g_vfs_is_uri_scheme_supported ("network")) +// system_paths = g_list_append (system_paths, g_file_new_for_uri ("network://")); /* append the system defined nodes ('Home', 'Trash', 'File System') */ for (lp = system_paths; lp != NULL; lp = lp->next)