--- open-with-dlg.c.old 2008-11-16 19:28:29.000000000 +0100 +++ open-with-dlg.c 2008-11-16 19:28:42.000000000 +0100 @@ -175,7 +175,7 @@ GSList *app_exe = NULL; GtkTreeIter iter; - filename = g_strconcat(dirname,"applications",NULL); + filename = g_strconcat(dirname,"/","applications",NULL); dir = opendir(filename); if (dir == NULL)