Index: trunk/panel-plugin/support.c =================================================================== --- trunk/panel-plugin/support.c (Revision 5565) +++ trunk/panel-plugin/support.c (Arbeitskopie) @@ -49,7 +49,7 @@ places_load_thunar(const gchar *path) { if(path != NULL && *path != '\0'){ - gchar *cmd = g_strconcat("thunar \"", path, "\"", NULL); + gchar *cmd = g_strconcat("exo-open \"", path, "\"", NULL); DBG("exec: %s", cmd); places_gui_exec(cmd); g_free(cmd);