--- exo-0.3.102.orig/exo/exo-url.c +++ exo-0.3.102/exo/exo-url.c @@ -150,7 +150,7 @@ else { /* check if url is an absolute path */ - if (g_path_is_absolute (url)) + if (g_path_is_absolute (url) || g_regex_match_simple("^(trash:/{2,})$", url, 0, 0)) { /* well, we got our path then */ path = g_strdup (url);